forked from asjimene/CMPackager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
898 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<ApplicationDef> | ||
<Application> | ||
<Name>ActivDriver</Name> | ||
<Description>ActivDriver is required for the following products: ActivBoard, ActivPanel, ActivWall, ActivHub (Student Response Devices, ActivSlate, ActivRemote) and ActivEngage2.</Description> | ||
<Publisher>Promethean</Publisher> | ||
<AutoInstall>True</AutoInstall> | ||
<UserDocumentation>https://support.prometheanworld.com/product/-activdriver-/</UserDocumentation> | ||
<Icon>ActivDriver.png</Icon> | ||
<FolderPath></FolderPath> | ||
</Application> | ||
<Downloads> | ||
<Download DeploymentType="DeploymentType1"> | ||
<PrefetchScript>$URL = ((Invoke-WebRequest https://support.prometheanworld.com/product/-activdriver-/).Links | Where-Object OuterHTML -like "*ActivDriver (.MSI) for Windows 64-bit*").href.ToString() </PrefetchScript> | ||
<URL></URL> | ||
<DownloadFileName>ActivDriverx64.msi</DownloadFileName> | ||
<DownloadVersionCheck>$Version = ([string](Get-MSIInfo $DownloadFile -Property ProductVersion)).trim()</DownloadVersionCheck> | ||
<Version></Version> | ||
<FullVersion></FullVersion> | ||
<AppRepoFolder>x64</AppRepoFolder> | ||
</Download> | ||
</Downloads> | ||
<DeploymentTypes> | ||
<DeploymentType Name="DeploymentType1"> | ||
<DeploymentTypeName>ActivDriver x64 MSI Silent Install</DeploymentTypeName> | ||
<InstallationType>MSI</InstallationType> | ||
<Comments></Comments> | ||
<CacheContent>True</CacheContent> | ||
<BranchCache>True</BranchCache> | ||
<ContentFallback>True</ContentFallback> | ||
<OnSlowNetwork>Download</OnSlowNetwork> | ||
<InstallProgram></InstallProgram> | ||
<InstallationMSI>ActivDriverx64.msi</InstallationMSI> | ||
<UninstallCmd>msiexec /x {5BADFA25-6913-4674-88AF-5826F079EC66} /qn</UninstallCmd> | ||
<Force32bit>False</Force32bit> | ||
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType> | ||
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType> | ||
<UserInteractionMode>Hidden</UserInteractionMode> | ||
<ReqUserInteraction>False</ReqUserInteraction> | ||
<EstRuntimeMins>5</EstRuntimeMins> | ||
<MaxRuntimeMins>15</MaxRuntimeMins> | ||
<RebootBehavior>BasedOnExitCode</RebootBehavior> | ||
<DetectionMethodType>MSI</DetectionMethodType> | ||
<Requirements> | ||
<RuleName></RuleName> | ||
</Requirements> | ||
<InstallBehavior> | ||
<InstallBehaviorProcess DisplayName="ActivDriver"> | ||
<InstallBehaviorExe>activmgr.exe</InstallBehaviorExe> | ||
</InstallBehaviorProcess> | ||
</InstallBehavior> | ||
</DeploymentType> | ||
</DeploymentTypes> | ||
<Distribution> | ||
<DistributeContent>True</DistributeContent> | ||
<DistributeToGroup></DistributeToGroup> | ||
</Distribution> | ||
<Supersedence> | ||
<Supersedence>True</Supersedence> | ||
<Uninstall>False</Uninstall> | ||
</Supersedence> | ||
<Deployment> | ||
<DeploySoftware></DeploySoftware> | ||
<DeploymentCollection></DeploymentCollection> | ||
</Deployment> | ||
</ApplicationDef> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<ApplicationDef> | ||
<Application> | ||
<Name>Promethean ActivInspire</Name> | ||
<Description>ActivInspire is a collaborative lesson delivery software for interactive displays. Known and loved by educators around the world, ActivInspire provides a vast suite of tools to create and deliver dynamic lessons</Description> | ||
<Publisher>Promethean</Publisher> | ||
<AutoInstall>True</AutoInstall> | ||
<UserDocumentation>https://www.prometheanworld.com/products/lesson-delivery-software/activinspire/</UserDocumentation> | ||
<Icon>ActivInspire.png</Icon> | ||
<FolderPath></FolderPath> | ||
</Application> | ||
<Downloads> | ||
<Download DeploymentType="DeploymentType1"> | ||
<PrefetchScript>$URL = (Invoke-Webrequest http://www.activsoftware.co.uk/update/Inspire/en-us/updatewin.txt | Select -expand Content).Split("`n")[2]</PrefetchScript> | ||
<URL></URL> | ||
<DownloadFileName>ActivInspireAppOnly.exe</DownloadFileName> | ||
<DownloadVersionCheck>$Version = (Invoke-Webrequest http://www.activsoftware.co.uk/update/Inspire/en-us/updatewin.txt | Select -expand Content).Split("`n")[1]; | ||
$FullVersion = [String](Get-item $TempDir\$DownloadFileName).VersionInfo.FileVersionRaw | ||
</DownloadVersionCheck> | ||
<Version></Version> | ||
<FullVersion></FullVersion> | ||
<AppRepoFolder></AppRepoFolder> | ||
</Download> | ||
</Downloads> | ||
<DeploymentTypes> | ||
<DeploymentType Name="DeploymentType1"> | ||
<DeploymentTypeName>ActivInspire Silent Installer</DeploymentTypeName> | ||
<InstallationType>Script</InstallationType> | ||
<Comments>This does not license ActivInspire</Comments> | ||
<CacheContent>False</CacheContent> | ||
<BranchCache>True</BranchCache> | ||
<ContentFallback>True</ContentFallback> | ||
<OnSlowNetwork>Download</OnSlowNetwork> | ||
<InstallProgram>ActivInspireAppOnly.exe /S /V/qn</InstallProgram> | ||
<UninstallCmd>MsiExec.exe /x {57527AB6-1DEF-4E65-A903-D23067D22CD1} /qn</UninstallCmd> | ||
<Force32bit>False</Force32bit> | ||
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType> | ||
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType> | ||
<UserInteractionMode>Hidden</UserInteractionMode> | ||
<ReqUserInteraction>False</ReqUserInteraction> | ||
<EstRuntimeMins>5</EstRuntimeMins> | ||
<MaxRuntimeMins>120</MaxRuntimeMins> | ||
<RebootBehavior>BasedOnExitCode</RebootBehavior> | ||
<DetectionMethodType>Custom</DetectionMethodType> | ||
<CustomDetectionMethods> | ||
<DetectionClause> | ||
<DetectionClauseType>File</DetectionClauseType> | ||
<Name>Inspire.exe</Name> | ||
<Path>%ProgramFiles(x86)%\Activ Software\Inspire\</Path> | ||
<PropertyType>Version</PropertyType> | ||
<ExpectedValue>$FullVersion</ExpectedValue> | ||
<ExpressionOperator>GreaterEquals</ExpressionOperator> | ||
<Value>True</Value> | ||
<Is64Bit>False</Is64Bit> | ||
</DetectionClause> | ||
</CustomDetectionMethods> | ||
<Requirements> | ||
<RuleName></RuleName> | ||
</Requirements> | ||
<InstallBehavior> | ||
<InstallBehaviorProcess DisplayName="ActivInspire"> | ||
<InstallBehaviorExe>Inspire.exe</InstallBehaviorExe> | ||
</InstallBehaviorProcess> | ||
</InstallBehavior> | ||
</DeploymentType> | ||
</DeploymentTypes> | ||
<Distribution> | ||
<DistributeContent>True</DistributeContent> | ||
<DistributeToGroup></DistributeToGroup> | ||
</Distribution> | ||
<Supersedence> | ||
<Supersedence>True</Supersedence> | ||
<Uninstall>False</Uninstall> | ||
</Supersedence> | ||
<Deployment> | ||
<DeploySoftware>False</DeploySoftware> | ||
</Deployment> | ||
</ApplicationDef> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<ApplicationDef> | ||
<Application> | ||
<Name>Adobe Brackets</Name> | ||
<Description>An open source code editor for the web, written in JavaScript, HTML and CSS.</Description> | ||
<Publisher>Adobe</Publisher> | ||
<AutoInstall>True</AutoInstall> | ||
<UserDocumentation>http://brackets.io/</UserDocumentation> | ||
<Icon>AdobeBrackets.png</Icon> | ||
<FolderPath></FolderPath> | ||
</Application> | ||
<Downloads> | ||
<Download DeploymentType="DeploymentType1"> | ||
<PrefetchScript>[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | ||
$URL = "https://github.com$((Invoke-WebRequest https://github.com/adobe/brackets/releases/latest -UseBasicParsing | Select -expand links | ? href -like "*.msi").href.ToString())"</PrefetchScript> | ||
<URL></URL> | ||
<DownloadFileName>AdobeBrackets.msi</DownloadFileName> | ||
<DownloadVersionCheck>$Version = ([String](Get-MSIInfo $DownloadFile -Property ProductVersion)).Trim()</DownloadVersionCheck> | ||
<Version></Version> | ||
<FullVersion></FullVersion> | ||
<AppRepoFolder></AppRepoFolder> | ||
<ExtraCopyFunctions></ExtraCopyFunctions> | ||
</Download> | ||
</Downloads> | ||
<DeploymentTypes> | ||
<DeploymentType Name="DeploymentType1"> | ||
<DeploymentTypeName>Silently install Adobe Brackets</DeploymentTypeName> | ||
<InstallationType>MSI</InstallationType> | ||
<Comments></Comments> | ||
<CacheContent>True</CacheContent> | ||
<BranchCache>True</BranchCache> | ||
<ContentFallback>True</ContentFallback> | ||
<OnSlowNetwork>Download</OnSlowNetwork> | ||
<InstallProgram></InstallProgram> | ||
<InstallationMSI>AdobeBrackets.msi</InstallationMSI> | ||
<UninstallCmd>msiexec /x {43086E55-5B37-4DA8-852F-EEC6C75ECFE9} /qn</UninstallCmd> | ||
<Force32bit>False</Force32bit> | ||
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType> | ||
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType> | ||
<UserInteractionMode>Hidden</UserInteractionMode> | ||
<ReqUserInteraction>False</ReqUserInteraction> | ||
<EstRuntimeMins>5</EstRuntimeMins> | ||
<MaxRuntimeMins>15</MaxRuntimeMins> | ||
<RebootBehavior>BasedOnExitCode</RebootBehavior> | ||
<DetectionMethodType>Custom</DetectionMethodType> | ||
<ScriptLanguage></ScriptLanguage> | ||
<DetectionMethod>Custom</DetectionMethod> | ||
<CustomDetectionMethods> | ||
<DetectionClause> | ||
<DetectionClauseType>WindowsInstaller</DetectionClauseType> | ||
<ProductCode>{43086E55-5B37-4DA8-852F-EEC6C75ECFE9}</ProductCode> | ||
<Existence>False</Existence> | ||
<ExpressionOperator>GreaterEquals</ExpressionOperator> | ||
<ExpectedValue>$Version</ExpectedValue> | ||
<PropertyType>ProductVersion</PropertyType> | ||
<Value>True</Value> | ||
</DetectionClause> | ||
</CustomDetectionMethods> | ||
<InstallBehavior> | ||
<InstallBehaviorProcess DisplayName="Brackets"> | ||
<InstallBehaviorExe>Brackets.exe</InstallBehaviorExe> | ||
</InstallBehaviorProcess> | ||
</InstallBehavior> | ||
</DeploymentType> | ||
</DeploymentTypes> | ||
<Distribution> | ||
<DistributeContent>True</DistributeContent> | ||
</Distribution> | ||
<Supersedence> | ||
<Supersedence>True</Supersedence> | ||
<Uninstall>False</Uninstall> | ||
</Supersedence> | ||
<Deployment> | ||
<DeploySoftware>False</DeploySoftware> | ||
<DeploymentCollection></DeploymentCollection> | ||
</Deployment> | ||
</ApplicationDef> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<ApplicationDef> | ||
<Application> | ||
<Name>Bird Brain Robot Server</Name> | ||
<Description>Use to program over USB. For use with Snap! and Scratch</Description> | ||
<Publisher>BirdBrain Technologies</Publisher> | ||
<AutoInstall>True</AutoInstall> | ||
<UserDocumentation>https://www.birdbraintechnologies.com/</UserDocumentation> | ||
<Icon>BirdBrainRobotServer.ico</Icon> | ||
<FolderPath></FolderPath> | ||
</Application> | ||
<Downloads> | ||
<Download DeploymentType="DeploymentType1"> | ||
<PrefetchScript>[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | ||
$URL = ((Invoke-WebRequest https://www.birdbraintechnologies.com/software/ -UseBasicParsing | Select -expand links | Where-Object href -like "*BirdBrainRobotServerInstaller.msi").href.ToString())</PrefetchScript> | ||
<URL></URL> | ||
<DownloadFileName>BirdBrainRobotServerInstaller.msi</DownloadFileName> | ||
<DownloadVersionCheck>$Version = ([String](Get-MSIInfo $DownloadFile -Property ProductVersion)).Trim()</DownloadVersionCheck> | ||
<Version></Version> | ||
<FullVersion></FullVersion> | ||
<AppRepoFolder></AppRepoFolder> | ||
<ExtraCopyFunctions></ExtraCopyFunctions> | ||
</Download> | ||
</Downloads> | ||
<DeploymentTypes> | ||
<DeploymentType Name="DeploymentType1"> | ||
<DeploymentTypeName>Silently install BirdBrainRobotServer</DeploymentTypeName> | ||
<InstallationType>MSI</InstallationType> | ||
<Comments></Comments> | ||
<CacheContent>True</CacheContent> | ||
<BranchCache>True</BranchCache> | ||
<ContentFallback>True</ContentFallback> | ||
<OnSlowNetwork>Download</OnSlowNetwork> | ||
<InstallProgram></InstallProgram> | ||
<InstallationMSI>BirdBrainRobotServerInstaller.msi</InstallationMSI> | ||
<Force32bit>False</Force32bit> | ||
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType> | ||
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType> | ||
<UserInteractionMode>Hidden</UserInteractionMode> | ||
<ReqUserInteraction>False</ReqUserInteraction> | ||
<EstRuntimeMins>5</EstRuntimeMins> | ||
<MaxRuntimeMins>15</MaxRuntimeMins> | ||
<RebootBehavior>BasedOnExitCode</RebootBehavior> | ||
<DetectionMethodType>Custom</DetectionMethodType> | ||
<ScriptLanguage></ScriptLanguage> | ||
<DetectionMethod>Custom</DetectionMethod> | ||
<CustomDetectionMethods> | ||
<DetectionClause> | ||
<DetectionClauseType>WindowsInstaller</DetectionClauseType> | ||
<ProductCode>{6C529BF8-22EB-49EA-A23A-99856A38F020}</ProductCode> | ||
<Existence>False</Existence> | ||
<ExpressionOperator>GreaterEquals</ExpressionOperator> | ||
<ExpectedValue>$Version</ExpectedValue> | ||
<PropertyType>ProductVersion</PropertyType> | ||
<Value>True</Value> | ||
</DetectionClause> | ||
</CustomDetectionMethods> | ||
<InstallBehavior> | ||
<InstallBehaviorProcess DisplayName="Brackets"> | ||
<InstallBehaviorExe>Brackets.exe</InstallBehaviorExe> | ||
</InstallBehaviorProcess> | ||
</InstallBehavior> | ||
</DeploymentType> | ||
</DeploymentTypes> | ||
<Distribution> | ||
<DistributeContent>True</DistributeContent> | ||
</Distribution> | ||
<Supersedence> | ||
<Supersedence>True</Supersedence> | ||
<Uninstall>False</Uninstall> | ||
</Supersedence> | ||
<Deployment> | ||
<DeploySoftware>False</DeploySoftware> | ||
<DeploymentCollection></DeploymentCollection> | ||
</Deployment> | ||
</ApplicationDef> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<ApplicationDef> | ||
<Application> | ||
<Name>Blender</Name> | ||
<Description>Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing and motion tracking, video editing and 2D animation pipeline.</Description> | ||
<Publisher>Blender Foundation</Publisher> | ||
<AutoInstall>True</AutoInstall> | ||
<UserDocumentation>https://www.blender.org/</UserDocumentation> | ||
<Icon>Blender.png</Icon> | ||
<FolderPath></FolderPath> | ||
</Application> | ||
<Downloads> | ||
<Download DeploymentType="DeploymentType1"> | ||
<PrefetchScript> | ||
$URL = (Invoke-WebRequest -Uri (Invoke-WebRequest https://www.blender.org/download/ -UseBasicParsing | Select -expand links | Where-Object href -like "*windows64.msi/").href[0] | select -ExpandProperty links | ? href -like "*.msi").href.ToString()</PrefetchScript> | ||
<URL></URL> | ||
<DownloadFileName>Blender.msi</DownloadFileName> | ||
<DownloadVersionCheck>$Version = ([String](Get-MSIInfo $DownloadFile -Property ProductVersion)).Trim()</DownloadVersionCheck> | ||
<Version></Version> | ||
<FullVersion></FullVersion> | ||
<AppRepoFolder></AppRepoFolder> | ||
<ExtraCopyFunctions></ExtraCopyFunctions> | ||
</Download> | ||
</Downloads> | ||
<DeploymentTypes> | ||
<DeploymentType Name="DeploymentType1"> | ||
<DeploymentTypeName>Silently install Blender</DeploymentTypeName> | ||
<InstallationType>MSI</InstallationType> | ||
<Comments></Comments> | ||
<CacheContent>True</CacheContent> | ||
<BranchCache>True</BranchCache> | ||
<ContentFallback>True</ContentFallback> | ||
<OnSlowNetwork>Download</OnSlowNetwork> | ||
<InstallProgram></InstallProgram> | ||
<InstallationMSI>Blender.msi</InstallationMSI> | ||
<UninstallCmd>msiexec /x `"{EDFAE2A8-E73B-4CD1-9648-46A7E4434BDA}`" /qn</UninstallCmd> | ||
<Force32bit>False</Force32bit> | ||
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType> | ||
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType> | ||
<UserInteractionMode>Hidden</UserInteractionMode> | ||
<ReqUserInteraction>False</ReqUserInteraction> | ||
<EstRuntimeMins>5</EstRuntimeMins> | ||
<MaxRuntimeMins>15</MaxRuntimeMins> | ||
<RebootBehavior>BasedOnExitCode</RebootBehavior> | ||
<DetectionMethodType>Custom</DetectionMethodType> | ||
<ScriptLanguage></ScriptLanguage> | ||
<DetectionMethod>Custom</DetectionMethod> | ||
<CustomDetectionMethods> | ||
<DetectionClause> | ||
<DetectionClauseType>WindowsInstaller</DetectionClauseType> | ||
<ProductCode>{EDFAE2A8-E73B-4CD1-9648-46A7E4434BDA}</ProductCode> | ||
<Existence>False</Existence> | ||
<ExpressionOperator>GreaterEquals</ExpressionOperator> | ||
<ExpectedValue>$Version</ExpectedValue> | ||
<PropertyType>ProductVersion</PropertyType> | ||
<Value>True</Value> | ||
</DetectionClause> | ||
</CustomDetectionMethods> | ||
<InstallBehavior> | ||
<InstallBehaviorProcess DisplayName="Blender"> | ||
<InstallBehaviorExe>Blender.exe</InstallBehaviorExe> | ||
</InstallBehaviorProcess> | ||
</InstallBehavior> | ||
</DeploymentType> | ||
</DeploymentTypes> | ||
<Distribution> | ||
<DistributeContent>True</DistributeContent> | ||
</Distribution> | ||
<Supersedence> | ||
<Supersedence>True</Supersedence> | ||
<Uninstall>False</Uninstall> | ||
</Supersedence> | ||
<Deployment> | ||
<DeploySoftware>False</DeploySoftware> | ||
<DeploymentCollection></DeploymentCollection> | ||
</Deployment> | ||
</ApplicationDef> |
Oops, something went wrong.