forked from asjimene/CMPackager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileZilla.xml
115 lines (115 loc) · 5.09 KB
/
FileZilla.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
<ApplicationDef>
<Application>
<Name>FileZilla</Name>
<Description>The free FTP solution</Description>
<Publisher>FileZilla Project</Publisher>
<AutoInstall>True</AutoInstall>
<UserDocumentation>https://filezilla-project.org/</UserDocumentation>
<Icon>filezilla.png</Icon>
</Application>
<Downloads>
<Download DeploymentType="DeploymentType1">
<PrefetchScript>$URL = Invoke-WebRequest 'https://filezilla-project.org/download.php?show_all=1' -UseBasicParsing -UserAgent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)' | Select-Object -ExpandProperty Links | Where-Object href -like '*win64-setup.exe*' | Select-Object -First 1 -ExpandProperty href</PrefetchScript>
<URL></URL>
<DownloadFileName>FileZilla-win64-setup.exe</DownloadFileName>
<Version></Version>
<FullVersion></FullVersion>
<DownloadVersionCheck>$Version = (Get-item $TempDir\$DownloadFileName).VersionInfo.FileVersion</DownloadVersionCheck>
<ExtraCopyFunctions></ExtraCopyFunctions>
</Download>
<Download DeploymentType="DeploymentType2">
<PrefetchScript>$URL = Invoke-WebRequest 'https://filezilla-project.org/download.php?show_all=1' -UseBasicParsing -UserAgent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)' | Select-Object -ExpandProperty Links | Where-Object href -like '*win32-setup.exe*' | Select-Object -First 1 -ExpandProperty href</PrefetchScript>
<URL></URL>
<DownloadFileName>FileZilla-win32-setup.exe</DownloadFileName>
<Version></Version>
<FullVersion></FullVersion>
<DownloadVersionCheck>$Version = (Get-item $TempDir\$DownloadFileName).VersionInfo.FileVersion</DownloadVersionCheck>
<ExtraCopyFunctions></ExtraCopyFunctions>
</Download>
</Downloads>
<DeploymentTypes>
<DeploymentType Name="DeploymentType1">
<DeploymentTypeName>FileZilla win64 setup</DeploymentTypeName>
<InstallationType>Script</InstallationType>
<CacheContent>False</CacheContent>
<BranchCache>True</BranchCache>
<ContentFallback>True</ContentFallback>
<OnSlowNetwork>Download</OnSlowNetwork>
<InstallProgram>FileZilla-win64-setup.exe /S</InstallProgram>
<UninstallCmd>`"%ProgramFiles%\FileZilla FTP Client\Uninstall.exe`" /S</UninstallCmd>
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType>
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType>
<UserInteractionMode>Hidden</UserInteractionMode>
<EstRuntimeMins>15</EstRuntimeMins>
<MaxRuntimeMins>60</MaxRuntimeMins>
<RebootBehavior>BasedOnExitCode</RebootBehavior>
<DetectionMethodType>Custom</DetectionMethodType>
<CustomDetectionMethods>
<DetectionClause>
<DetectionClauseType>File</DetectionClauseType>
<Name>FileZilla.exe</Name>
<Path>%ProgramFiles%\FileZilla FTP Client</Path>
<PropertyType>Version</PropertyType>
<ExpectedValue>$Version</ExpectedValue>
<ExpressionOperator>GreaterEquals</ExpressionOperator>
<Value>True</Value>
</DetectionClause>
</CustomDetectionMethods>
<RequirementsRules>
<RequirementsRule>
<RequirementsRuleType>Existential</RequirementsRuleType>
<RequirementsRuleValue>
<RuleValue>True</RuleValue>
</RequirementsRuleValue>
<RequirementsRuleGlobalCondition>AutoPackage - OSArchitecture x64</RequirementsRuleGlobalCondition>
</RequirementsRule>
</RequirementsRules>
</DeploymentType>
<DeploymentType Name="DeploymentType2">
<DeploymentTypeName>FileZilla win32 setup</DeploymentTypeName>
<InstallationType>Script</InstallationType>
<CacheContent>False</CacheContent>
<BranchCache>True</BranchCache>
<ContentFallback>True</ContentFallback>
<OnSlowNetwork>Download</OnSlowNetwork>
<InstallProgram>FileZilla-win32-setup.exe /S</InstallProgram>
<UninstallCmd>`"%ProgramFiles(x86)%\FileZilla FTP Client\Uninstall.exe`" /S</UninstallCmd>
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType>
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType>
<UserInteractionMode>Hidden</UserInteractionMode>
<EstRuntimeMins>15</EstRuntimeMins>
<MaxRuntimeMins>60</MaxRuntimeMins>
<RebootBehavior>BasedOnExitCode</RebootBehavior>
<DetectionMethodType>Custom</DetectionMethodType>
<CustomDetectionMethods>
<DetectionClause>
<DetectionClauseType>File</DetectionClauseType>
<Name>FileZilla.exe</Name>
<Path>%ProgramFiles(x86)%\FileZilla FTP Client</Path>
<PropertyType>Version</PropertyType>
<ExpectedValue>$Version</ExpectedValue>
<ExpressionOperator>GreaterEquals</ExpressionOperator>
<Value>True</Value>
</DetectionClause>
</CustomDetectionMethods>
<RequirementsRules>
<RequirementsRule>
<RequirementsRuleType>Existential</RequirementsRuleType>
<RequirementsRuleValue>
<RuleValue>False</RuleValue>
</RequirementsRuleValue>
<RequirementsRuleGlobalCondition>AutoPackage - OSArchitecture x64</RequirementsRuleGlobalCondition>
</RequirementsRule>
</RequirementsRules>
</DeploymentType>
</DeploymentTypes>
<Distribution>
<DistributeContent>True</DistributeContent>
</Distribution>
<Supersedence>
<Supersedence>True</Supersedence>
</Supersedence>
<Deployment>
<DeploySoftware>True</DeploySoftware>
</Deployment>
</ApplicationDef>