Add fileformatconverter
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
; credits: http://www.opsi.org/credits/
|
||||
|
||||
|
||||
Set $MsiId$ = '{95120000-003F-0407-0000-0000000FF1CE}'
|
||||
Set $MsiIdConv$ = '{90120000-0020-0409-0000-0000000FF1CE}'
|
||||
Set $MsiId$ = '{90850407-6000-11D3-8CFE-0150048383C9}'
|
||||
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
|
||||
|
||||
Message "Uninstalling " + $ProductId$ + " ..."
|
||||
@@ -40,6 +41,7 @@ LinkFolder_uninstall
|
||||
|
||||
|
||||
[Winbatch_uninstall_msi]
|
||||
msiexec /x $MsiIdConv$ /qb! REBOOT=ReallySuppress
|
||||
msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Files_uninstall]
|
||||
|
||||
@@ -87,6 +87,7 @@ endif
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
"$InstallExe$" /quiet /passive /norestart
|
||||
"$InstallConvExe$" /q /norestart
|
||||
;
|
||||
|
||||
[Files_install]
|
||||
|
||||
Reference in New Issue
Block a user