forked from asjimene/CMPackager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcxsrv.xml
140 lines (140 loc) · 6.16 KB
/
vcxsrv.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<ApplicationDef>
<Application>
<Name>VcXsrv</Name>
<Description>Windows X-server based on the xorg git sources (like xming or cygwin's xwin), but compiled with Visual C++ 2012 Express Edition.</Description>
<Publisher>marha</Publisher>
<AutoInstall>True</AutoInstall>
<UserDocumentation>https://sourceforge.net/projects/vcxsrv/</UserDocumentation>
<Icon>VcXsrv.png</Icon>
</Application>
<Downloads>
<Download DeploymentType="DeploymentType1">
<PrefetchScript>[xml]$rss = Invoke-WebRequest https://sourceforge.net/projects/vcxsrv/rss | select -ExpandProperty Content
$downloadurl = $rss.SelectNodes('//item').link | ? {$_ -like '*/vcxsrv-64.*.installer.exe*'} | select -First 1
$URL = $downloadurl
$version = $downloadurl -replace '^.*vcxsrv-64\.' -replace '\.installer\.exe/download'
$download.Version = $version
$FullVersion = $version
if (!($PSDefaultParameterValues.ContainsKey('Invoke-WebRequest:UserAgent'))) {$PSDefaultParameterValues.Add('Invoke-WebRequest:UserAgent','NotABrowser')}</PrefetchScript>
<!-- SourceForge will only present the file to a non-browser user agent -->
<DownloadFileName>vcxsrv-64.exe</DownloadFileName>
<Version></Version>
<FullVersion></FullVersion>
<DownloadVersionCheck></DownloadVersionCheck>
<AppRepoFolder>x64</AppRepoFolder>
<!-- Remove the changed UserAgent -->
<ExtraCopyFunctions>$PSDefaultParameterValues.Remove('Invoke-WebRequest:UserAgent')</ExtraCopyFunctions>
</Download>
<Download DeploymentType="DeploymentType2">
<PrefetchScript>[xml]$rss = Invoke-WebRequest https://sourceforge.net/projects/vcxsrv/rss | select -ExpandProperty Content
$downloadurl = $rss.SelectNodes('//item').link | ? {$_ -like '*/vcxsrv.*.installer.exe*'} | select -First 1
$URL = $downloadurl
$version = $downloadurl -replace '^.*vcxsrv\.' -replace '\.installer\.exe/download'
$download.Version = $version
$FullVersion = $version
if (!($PSDefaultParameterValues.ContainsKey('Invoke-WebRequest:UserAgent'))) {$PSDefaultParameterValues.Add('Invoke-WebRequest:UserAgent','NotABrowser')}</PrefetchScript>
<!-- SourceForge will only present the file to a non-browser user agent -->
<DownloadFileName>vcxsrv-86.exe</DownloadFileName>
<Version></Version>
<FullVersion></FullVersion>
<DownloadVersionCheck></DownloadVersionCheck>
<AppRepoFolder>x86</AppRepoFolder>
<!-- Remove the changed UserAgent -->
<ExtraCopyFunctions>$PSDefaultParameterValues.Remove('Invoke-WebRequest:UserAgent')</ExtraCopyFunctions>
</Download>
</Downloads>
<DeploymentTypes>
<DeploymentType Name="DeploymentType1">
<DeploymentTypeName>vcxsrv-64</DeploymentTypeName>
<InstallationType>Script</InstallationType>
<CacheContent>False</CacheContent>
<BranchCache>True</BranchCache>
<ContentFallback>True</ContentFallback>
<OnSlowNetwork>Download</OnSlowNetwork>
<InstallProgram>vcxsrv-64.exe /S</InstallProgram>
<UninstallCmd>%ProgramFiles%\VcXsrv\uninstall.exe /S</UninstallCmd>
<UninstallOption>NoneRequired</UninstallOption>
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType>
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType>
<UserInteractionMode>Hidden</UserInteractionMode>
<EstRuntimeMins>10</EstRuntimeMins>
<MaxRuntimeMins>30</MaxRuntimeMins>
<RebootBehavior>BasedOnExitCode</RebootBehavior>
<DetectionMethodType>Custom</DetectionMethodType>
<CustomDetectionMethods>
<DetectionClause>
<DetectionClauseType>File</DetectionClauseType>
<Name>vcxsrv.exe</Name>
<Path>%ProgramFiles%\VcXsrv\</Path>
<PropertyType>Version</PropertyType>
<ExpectedValue>$Version</ExpectedValue>
<ExpressionOperator>GreaterEquals</ExpressionOperator>
<Value>True</Value>
</DetectionClause>
</CustomDetectionMethods>
<InstallBehavior>
<InstallBehaviorProcess DisplayName="VcXsrv">
<InstallBehaviorExe>vcxsrv.exe</InstallBehaviorExe>
</InstallBehaviorProcess>
<InstallBehaviorProcess DisplayName="XLaunch">
<InstallBehaviorExe>xlaunch.exe</InstallBehaviorExe>
</InstallBehaviorProcess>
</InstallBehavior>
<RequirementsRules>
<RequirementsRule>
<RequirementsRuleType>Existential</RequirementsRuleType>
<RequirementsRuleValue>
<RuleValue>True</RuleValue>
</RequirementsRuleValue>
<RequirementsRuleGlobalCondition>AutoPackage - OSArchitecture x64</RequirementsRuleGlobalCondition>
</RequirementsRule>
</RequirementsRules>
</DeploymentType>
<DeploymentType Name="DeploymentType2">
<DeploymentTypeName>vcxsrv-86</DeploymentTypeName>
<InstallationType>Script</InstallationType>
<CacheContent>False</CacheContent>
<BranchCache>True</BranchCache>
<ContentFallback>True</ContentFallback>
<OnSlowNetwork>Download</OnSlowNetwork>
<InstallProgram>vcxsrv-86.exe /S</InstallProgram>
<UninstallCmd>%ProgramFiles%\VcXsrv\uninstall.exe /S</UninstallCmd>
<UninstallOption>NoneRequired</UninstallOption>
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType>
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType>
<UserInteractionMode>Hidden</UserInteractionMode>
<EstRuntimeMins>10</EstRuntimeMins>
<MaxRuntimeMins>30</MaxRuntimeMins>
<RebootBehavior>BasedOnExitCode</RebootBehavior>
<DetectionMethodType>Custom</DetectionMethodType>
<CustomDetectionMethods>
<DetectionClause>
<DetectionClauseType>File</DetectionClauseType>
<Name>vcxsrv.exe</Name>
<Path>%ProgramFiles%\VcXsrv\</Path>
<PropertyType>Version</PropertyType>
<ExpectedValue>$Version</ExpectedValue>
<ExpressionOperator>GreaterEquals</ExpressionOperator>
<Value>True</Value>
</DetectionClause>
</CustomDetectionMethods>
<InstallBehavior>
<InstallBehaviorProcess DisplayName="VcXsrv">
<InstallBehaviorExe>vcxsrv.exe</InstallBehaviorExe>
</InstallBehaviorProcess>
<InstallBehaviorProcess DisplayName="XLaunch">
<InstallBehaviorExe>xlaunch.exe</InstallBehaviorExe>
</InstallBehaviorProcess>
</InstallBehavior>
</DeploymentType>
</DeploymentTypes>
<Distribution>
<DistributeContent>True</DistributeContent>
</Distribution>
<Supersedence>
<Supersedence>True</Supersedence>
</Supersedence>
<Deployment>
<DeploySoftware>True</DeploySoftware>
</Deployment>
</ApplicationDef>