Add fileformatconverter

This commit is contained in:
Mario Fetka
2012-02-08 08:54:01 +01:00
parent 8b0e405995
commit cecda3abc2
4 changed files with 10 additions and 1 deletions

View File

@@ -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]

View File

@@ -87,6 +87,7 @@ endif
; === MSI package =======================================================================================
; You may use the parameter PIDKEY=$Licensekey$
"$InstallExe$" /quiet /passive /norestart
"$InstallConvExe$" /q /norestart
;
[Files_install]