We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79aeb0 commit 6cbf1f1Copy full SHA for 6cbf1f1
Examples/7Zip.xml
@@ -16,6 +16,18 @@
16
<DetectionAfter>False</DetectionAfter>
17
</Application>
18
19
+ <Application>
20
+ <Name>7-Zip (x86 exe)</Name>
21
+ <Installer>C:\Program Files (x86)\7-Zip\Uninstall.exe</Installer>
22
+ <InstallerType>Uninstall</InstallerType>
23
+ <InstallSwitches>/S</InstallSwitches>
24
+ <SupportedArc>x86</SupportedArc>
25
+ <DetectionType>File</DetectionType>
26
+ <DetectionRule>[AUTO]</DetectionRule>
27
+ <IgnoreExitCodes>3010</IgnoreExitCodes>
28
+ <DetectionAfter>False</DetectionAfter>
29
+ </Application>
30
+
31
<Application>
32
<Name>7-Zip 18.05 (x64 edition)</Name>
33
<InstallerName>7z1805-x64.msi</InstallerName>
0 commit comments