foxit deploimentdoc changes

This commit is contained in:
Mario Fetka 2017-09-02 05:06:08 +02:00
parent 9ed2d10412
commit a7533f3daa
2 changed files with 6 additions and 4 deletions

View File

@ -37,10 +37,12 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall_msi_old]
msiexec /x $MsiIdOld$ /qn! REBOOT=ReallySuppress
:msiexec /x $MsiIdOld$ /qn! REBOOT=ReallySuppress CLEAN="0"
msiexec /x $MsiIdOld$ /quiet REBOOT=ReallySuppress CLEAN="0"
[Winbatch_uninstall_msi]
msiexec /x $MsiId$ /qn! REBOOT=ReallySuppress
;msiexec /x $MsiId$ /qn! REBOOT=ReallySuppress CLEAN="0"
msiexec /x $MsiId$ /quiet REBOOT=ReallySuppress CLEAN="0"
[Files_uninstall]
; Example for recursively deleting the installation directory:

View File

@ -82,10 +82,10 @@ else
endif
[Winbatch_install_de]
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress TRANSFORMS="$TransformsPath$\de.mst"
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! INSTALLLOCATION="$InstallDir$" ALLUSERS=1 REBOOT=ReallySuppress TRANSFORMS="$TransformsPath$\de.mst" AUTO_UPDATE="0" REMOVEGAREADER="1" ADDLOCAL="FX_PDFVIEWER,FX_FIREFOXPLUGIN,FX_SPELLCHECK,FX_SE,FX_CREATOR,FX_CONVERTEXT,FX_CREATORWORDADDIN,FX_CREATOREXCELADDIN"
[Winbatch_install]
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! INSTALLLOCATION="$InstallDir$" ALLUSERS=1 REBOOT=ReallySuppress AUTO_UPDATE="0" REMOVEGAREADER="1" ADDLOCAL="FX_PDFVIEWER,FX_FIREFOXPLUGIN,FX_SPELLCHECK,FX_SE,FX_CREATOR,FX_CONVERTEXT,FX_CREATORWORDADDIN,FX_CREATOREXCELADDIN"
[Files_install]
; copy the ini file to the InstallDir