Skip to content

Commit

Permalink
More https links
Browse files Browse the repository at this point in the history
  • Loading branch information
stratusjerry committed Mar 11, 2019
1 parent f8d64be commit 634cd1b
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions blender.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ blender:
'2.78':
full_name: 'Blender'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows64.msi'
uninstaller: 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows64.msi'
installer: 'https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows64.msi'
uninstaller: 'https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows64.msi'
{% else %}
installer: 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows32.msi'
uninstaller: 'http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows32.msi'
installer: 'https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows32.msi'
uninstaller: 'https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78-windows32.msi'
{% endif %}
install_flags: '/qn /norestart'
uninstall_flags: '/qn /norestart'
Expand Down
4 changes: 2 additions & 2 deletions defraggler.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
defraggler:
'2.20':
full_name: 'Defraggler'
installer: 'http://download.piriform.com/dfsetup220.exe'
installer: 'https://download.piriform.com/dfsetup220.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\Defraggler\uninst.exe'
uninstall_flags: '/S'
Expand All @@ -16,7 +16,7 @@ defraggler:
reboot: False
'2.18.945':
full_name: 'Defraggler 2.18'
installer: 'http://download.piriform.com/dfsetup218.exe'
installer: 'https://download.piriform.com/dfsetup218.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\Defraggler\uninst.exe'
uninstall_flags: '/S'
Expand Down
2 changes: 1 addition & 1 deletion gedit.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
gedit:
'2.30.1':
full_name: gedit 2.30.1
installer: http://ftp.gnome.org/pub/GNOME/binaries/win32/gedit/2.30/gedit-setup-2.30.1-1.exe
installer: https://ftp.gnome.org/pub/GNOME/binaries/win32/gedit/2.30/gedit-setup-2.30.1-1.exe
install_flags: '/sp- /verysilent /norestart'
uninstaller: '{{ PROGRAM_FILES }}\gedit\unins000.exe'
uninstall_flags: '/verysilent /norestart'
Expand Down
2 changes: 1 addition & 1 deletion gimp.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gimp:
('v2.8', '2.8.14', '-1')] %}
'{{ version }}':
full_name: 'GIMP {{ version }}'
installer: 'http://download.gimp.org/mirror/pub/gimp/{{ major_version }}/windows/gimp-{{ version }}-setup{{ minor_version }}.exe'
installer: 'https://download.gimp.org/mirror/pub/gimp/{{ major_version }}/windows/gimp-{{ version }}-setup{{ minor_version }}.exe'
install_flags: '/SP- /SILENT /NORESTART'
uninstaller: '%ProgramFiles%\Gimp 2\uninst\unins000.exe'
uninstall_flags: '/SP- /SILENT /NORESTART'
Expand Down
4 changes: 2 additions & 2 deletions glarysoft-absolute-uninstaller.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
glarysoft-absolute-uninstaller:
'5.3.1.23':
full_name: 'Absolute Uninstaller 5.3.1.23'
installer: 'http://download.glarysoft.com/ausetup.exe'
installer: 'https://download.glarysoft.com/ausetup.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\Glarysoft\Absolute Uninstaller 5\uninst.exe'
uninstall_flags: '/S'
Expand All @@ -16,7 +16,7 @@ glarysoft-absolute-uninstaller:
reboot: False
'5.3.1.21':
full_name: 'Absolute Uninstaller 5.3.1.21'
installer: 'http://download.glarysoft.com/ausetup.exe'
installer: 'https://download.glarysoft.com/ausetup.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\Glarysoft\Absolute Uninstaller 5\uninst.exe'
uninstall_flags: '/S'
Expand Down
16 changes: 8 additions & 8 deletions gpg4win-light.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
gpg4win-light:
'3.0.3':
full_name: 'Gpg4Win (3.0.3)'
installer: 'http://files.gpg4win.org/gpg4win-light-3.0.3.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-3.0.3.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -16,7 +16,7 @@ gpg4win-light:
reboot: False
'3.0.0':
full_name: 'Gpg4Win (3.0.0)'
installer: 'http://files.gpg4win.org/gpg4win-light-3.0.0.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-3.0.0.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -25,7 +25,7 @@ gpg4win-light:
reboot: False
'2.3.4':
full_name: 'Gpg4Win (2.3.4)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.4.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-2.3.4.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -34,7 +34,7 @@ gpg4win-light:
reboot: False
'2.3.3':
full_name: 'Gpg4Win (2.3.3)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.3.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-2.3.3.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -43,7 +43,7 @@ gpg4win-light:
reboot: False
'2.3.2':
full_name: 'Gpg4Win (2.3.2)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.2.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-2.3.2.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -52,7 +52,7 @@ gpg4win-light:
reboot: False
'2.3.1':
full_name: 'Gpg4Win (2.3.1)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.1.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-2.3.1.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -61,7 +61,7 @@ gpg4win-light:
reboot: False
'2.3.0':
full_name: 'Gpg4Win (2.3.0)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.0.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-2.3.0.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -70,7 +70,7 @@ gpg4win-light:
reboot: False
'2.2.4':
full_name: 'Gpg4Win (2.2.4)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.2.4.exe'
installer: 'https://files.gpg4win.org/gpg4win-light-2.2.4.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand Down
16 changes: 8 additions & 8 deletions gpg4win-vanilla.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
gpg4win-vanilla:
'3.0.3':
full_name: 'Gpg4Win (3.0.3)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-3.0.3.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-3.0.3.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -16,7 +16,7 @@ gpg4win-vanilla:
reboot: False
'3.0.0':
full_name: 'Gpg4Win (3.0.0)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-3.0.0.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-3.0.0.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -25,7 +25,7 @@ gpg4win-vanilla:
reboot: False
'2.3.4':
full_name: 'Gpg4Win (2.3.4)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.4.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-2.3.4.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -34,7 +34,7 @@ gpg4win-vanilla:
reboot: False
'2.3.3':
full_name: 'Gpg4Win (2.3.3)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.3.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-2.3.3.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -43,7 +43,7 @@ gpg4win-vanilla:
reboot: False
'2.3.2':
full_name: 'Gpg4Win (2.3.2)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.2.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-2.3.2.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -52,7 +52,7 @@ gpg4win-vanilla:
reboot: False
'2.3.1':
full_name: 'Gpg4Win (2.3.1)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.1.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-2.3.1.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -61,7 +61,7 @@ gpg4win-vanilla:
reboot: False
'2.3.0':
full_name: 'Gpg4Win (2.3.0)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.0.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-2.3.0.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -70,7 +70,7 @@ gpg4win-vanilla:
reboot: False
'2.2.4':
full_name: 'Gpg4Win (2.2.4)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.2.4.exe'
installer: 'https://files.gpg4win.org/gpg4win-vanilla-2.2.4.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand Down
16 changes: 8 additions & 8 deletions gpg4win.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
gpg4win:
'3.0.3':
full_name: 'Gpg4Win (3.0.3)'
installer: 'http://files.gpg4win.org/gpg4win-3.0.3.exe'
installer: 'https://files.gpg4win.org/gpg4win-3.0.3.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -16,7 +16,7 @@ gpg4win:
reboot: False
'3.0.0':
full_name: 'Gpg4Win (3.0.0)'
installer: 'http://files.gpg4win.org/gpg4win-3.0.0.exe'
installer: 'https://files.gpg4win.org/gpg4win-3.0.0.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -25,7 +25,7 @@ gpg4win:
reboot: False
'2.3.4':
full_name: 'Gpg4Win (2.3.4)'
installer: 'http://files.gpg4win.org/gpg4win-2.3.4.exe'
installer: 'https://files.gpg4win.org/gpg4win-2.3.4.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -34,7 +34,7 @@ gpg4win:
reboot: False
'2.3.3':
full_name: 'Gpg4Win (2.3.3)'
installer: 'http://files.gpg4win.org/gpg4win-2.3.3.exe'
installer: 'https://files.gpg4win.org/gpg4win-2.3.3.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -43,7 +43,7 @@ gpg4win:
reboot: False
'2.3.2':
full_name: 'Gpg4Win (2.3.2)'
installer: 'http://files.gpg4win.org/gpg4win-2.3.2.exe'
installer: 'https://files.gpg4win.org/gpg4win-2.3.2.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -52,7 +52,7 @@ gpg4win:
reboot: False
'2.3.1':
full_name: 'Gpg4Win (2.3.1)'
installer: 'http://files.gpg4win.org/gpg4win-2.3.1.exe'
installer: 'https://files.gpg4win.org/gpg4win-2.3.1.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -61,7 +61,7 @@ gpg4win:
reboot: False
'2.3.0':
full_name: 'Gpg4Win (2.3.0)'
installer: 'http://files.gpg4win.org/gpg4win-2.3.0.exe'
installer: 'https://files.gpg4win.org/gpg4win-2.3.0.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand All @@ -70,7 +70,7 @@ gpg4win:
reboot: False
'2.2.4':
full_name: 'Gpg4Win (2.2.4)'
installer: 'http://files.gpg4win.org/gpg4win-2.2.4.exe'
installer: 'https://files.gpg4win.org/gpg4win-2.2.4.exe'
install_flags: '/S'
uninstaller: '{{ PROGRAM_FILES }}\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
Expand Down
2 changes: 1 addition & 1 deletion handbrake.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ handbrake:
'0.10.5':
full_name: 'Handbrake 0.10.5'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'http://download.handbrake.fr/handbrake/releases/0.10.5/HandBrake-0.10.5-x86_64-Win_GUI-1.exe'
installer: 'https://download.handbrake.fr/handbrake/releases/0.10.5/HandBrake-0.10.5-x86_64-Win_GUI-1.exe'
{% else %}
installer: 'https://handbrake.fr/mirror/HandBrake-0.10.5-i686-Win_GUI-1.exe'
{% endif %}
Expand Down
8 changes: 4 additions & 4 deletions isapirewrite-lite.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ isapirewrite-lite:
'3.1.0112':
full_name: 'Helicon ISAPI_Rewrite 3 Lite'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite_x64.msi'
uninstaller: 'http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite_x64.msi'
installer: 'https://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite_x64.msi'
uninstaller: 'https://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite_x64.msi'
{% else %}
installer: 'http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite.msi'
uninstaller: 'http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite.msi'
installer: 'https://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite.msi'
uninstaller: 'https://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0112_Lite.msi'
{% endif %}
install_flags: 'ALLUSERS=1 /quiet /norestart'
uninstall_flags: '/quiet /norestart'
Expand Down
2 changes: 1 addition & 1 deletion mikogo.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mikogo:
'5.3.0':
full_name: 'Mikogo'
installer: 'http://download.mikogo4.com/mikogo-starter.exe'
installer: 'https://download.mikogo4.com/mikogo-starter.exe'
install_flags: '/S & taskkill /F /T /IM Mikogo-Screen-Service.exe & exit 0'
uninstaller: '%AppData%\Mikogo\remover.exe'
uninstall_flags: '/S'
Expand Down
8 changes: 4 additions & 4 deletions postgresql.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
postgresql:
'9.6':
full_name: 'PostgreSQL 9.6 '
installer: 'http://get.enterprisedb.com/postgresql/postgresql-9.6.0-1-windows{{ ARCH }}.exe'
installer: 'https://get.enterprisedb.com/postgresql/postgresql-9.6.0-1-windows{{ ARCH }}.exe'
install_flags: ' --unattendedmodeui minimal --mode unattended --superpassword postgres'
uninstaller: '%ProgramFiles%\PostgreSQL\9.6\uninstall-postgresql.exe'
uninstall_flags: ' --mode unattended'
Expand All @@ -17,7 +17,7 @@ postgresql:
reboot: False
'9.5':
full_name: 'PostgreSQL 9.5 '
installer: 'http://get.enterprisedb.com/postgresql/postgresql-9.5.0-1-windows{{ ARCH }}.exe'
installer: 'https://get.enterprisedb.com/postgresql/postgresql-9.5.0-1-windows{{ ARCH }}.exe'
install_flags: ' --unattendedmodeui minimal --mode unattended --superpassword postgres'
uninstaller: '%ProgramFiles%\PostgreSQL\9.5\uninstall-postgresql.exe'
uninstall_flags: ' --mode unattended'
Expand All @@ -26,7 +26,7 @@ postgresql:
reboot: False
'9.4':
full_name: 'PostgreSQL 9.4 '
installer: 'http://get.enterprisedb.com/postgresql/postgresql-9.4.5-3-windows{{ ARCH }}.exe'
installer: 'https://get.enterprisedb.com/postgresql/postgresql-9.4.5-3-windows{{ ARCH }}.exe'
install_flags: ' --unattendedmodeui minimal --mode unattended --superpassword postgres'
uninstaller: '%ProgramFiles%\PostgreSQL\9.4\uninstall-postgresql.exe'
uninstall_flags: ' --mode unattended'
Expand All @@ -35,7 +35,7 @@ postgresql:
reboot: False
'9.3':
full_name: 'PostgreSQL 9.3 '
installer: 'http://get.enterprisedb.com/postgresql/postgresql-9.3.10-3-windows{{ ARCH }}.exe'
installer: 'https://get.enterprisedb.com/postgresql/postgresql-9.3.10-3-windows{{ ARCH }}.exe'
install_flags: ' --unattendedmodeui minimal --mode unattended --superpassword postgres'
uninstaller: '%ProgramFiles%\PostgreSQL\9.3\uninstall-postgresql.exe'
uninstall_flags: ' --mode unattended'
Expand Down
2 changes: 1 addition & 1 deletion snmptools.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
snmptools:
'Not Found':
full_name: 'SnmpTools 2'
installer: 'http://erwan.labalec.fr/snmptools/snmptools32.exe'
installer: 'https://erwan.labalec.fr/snmptools/snmptools32.exe'
install_flags: '/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
uninstaller: '{{ PROGRAM_FILES }}\SnmpTools\unins000.exe'
uninstall_flags: '/SP- /VERYSILENT /NORESTART'
Expand Down
2 changes: 1 addition & 1 deletion software-informer.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
software-informer:
'Not Found':
full_name: 'Software Informer'
installer: 'http://files.informer.com/siinst.exe'
installer: 'https://files.informer.com/siinst.exe'
install_flags: '/SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES'
uninstaller: '{{ PROGRAM_FILES }}\Software Informer\unins000.exe'
uninstall_flags: '/SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES'
Expand Down
2 changes: 1 addition & 1 deletion todour.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
todour:
'2.03':
full_name: 'Todour version 2.03'
installer: 'http://nerdur.com/Todour-2.03.exe'
installer: 'https://nerdur.com/Todour-2.03.exe'
install_flags: '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
uninstaller: '{{ PROGRAM_FILES }}\Todour\unins000.exe'
uninstall_flags: '/VERYSILENT /NORESTART'
Expand Down

0 comments on commit 634cd1b

Please sign in to comment.