We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b6e79 + f8a55d7 commit 85c0cdeCopy full SHA for 85c0cde
adv-ip-scanner.sls
@@ -0,0 +1,13 @@
1
+adv-ip-scanner:
2
+ '2.4.2601':
3
+ full_name: 'Advanced IP Scanner 2.4'
4
+ installer: 'salt://win/repo/adv-ip-scanner/ipscan24.exe'
5
+ install_flags: '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
6
+ uninstaller: 'msiexec.exe'
7
+ uninstall_flags: '/qn /noreboot /x {C3CF783A-5457-4989-966F-7BE08812FB71}'
8
+ msiexec: False
9
+ locale: en_US
10
+ reboot: False
11
+# it can be manually downloaded from:
12
+# http://www.advanced-ip-scanner.com
13
+# a product of: www.radmin.com
0 commit comments