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]

View File

@ -0,0 +1 @@
cd0cc62d705d581bebeec2c6e750b70ad7a8e978 /home/mario/.opsi-dist-cache/wdviewer-2003/X86/FileFormatConverters.exe

View File

@ -23,6 +23,11 @@ DL_SOURCE[1]="http://download.microsoft.com/download/d/4/b/d4b23f0e-c8b6-4383-87
DL_ARCH[1]="X86"
DL_WINST_NAME[1]="InstallExe"
DL_FILE[2]="FileFormatConverters.exe"
DL_SOURCE[2]="http://download.microsoft.com/download/e/4/9/e4996d8f-838e-4b75-8685-1e6134762992/FileFormatConverters.exe"
DL_ARCH[2]="X86"
DL_WINST_NAME[2]="InstallConvExe"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0