windows encoding

This commit is contained in:
Mario Fetka 2013-09-28 17:05:15 +02:00
parent 8598e69cd5
commit 2535153b07
1 changed files with 13 additions and 7 deletions

View File

@ -131,7 +131,7 @@ msiexec /a "%ScriptPath%\X86\Core\Adobe Photoshop CS2.msi" /l* "$LogDir$\$Produc
vcopy "%ScriptPath%\X86\Updater\Core\AdobeXMP.dll" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\AdobeXMP.dll"
vcopy "%ScriptPath%\X86\Updater\Core\HDRMergeAuto.8li" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Adobe Photoshop Only\Automatisieren\HDR-Mehrfachbelichtung-Aut.8li"
vcopy "%ScriptPath%\X86\Updater\Core\MMXCore.8BX" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Erweiterungen\MMXCore.8BX"
vcopy "%ScriptPath%\X86\Updater\Core\MultiProcessor Support.8BX" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Erweiterungen\Mehrprozessorunterstützung.8BX"
vcopy "%ScriptPath%\X86\Updater\Core\MultiProcessor Support.8BX" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Erweiterungen\Mehrprozessorunterstützung.8BX"
vcopy "%ScriptPath%\X86\Updater\Core\Photoshop.exe" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Photoshop.exe"
msiexec /a "%ScriptPath%\X86\Core\commonfilesinstaller\Adobe Common File Installer.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! TARGETDIR="$LogDir$\$ProductId$\commonfilesinstaller"
msiexec /a "%ScriptPath%\X86\Core\help center\Adobe Help Center 1.0.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! TARGETDIR="$LogDir$\$ProductId$\help center"
@ -158,12 +158,18 @@ copy "$IniCfgFile$" "$InstallDir$"
[Registry_install]
; Disable Registry window
; openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Photoshop CS2 - $MsiId$]
; openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$MsiId$]
; set "EPIC_REGS_TYPE" = REG_DWORD:00000004
; set "EPIC_REGS_STATE" = REG_DWORD:00000002
; set "EPIC_REGS_LANG" = REG_DWORD:00000000
; set "EPIC_REGS_COUNT" = REG_DWORD:00000000
openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Photoshop CS2 - $MsiId$]
set "EPIC_REGS_TYPE" = REG_DWORD:00000004
set "EPIC_REGS_STATE" = REG_DWORD:00000002
set "EPIC_REGS_LANG" = REG_DWORD:00000000
set "EPIC_REGS_COUNT" = REG_DWORD:00000000
openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$MsiId$]
set "EPIC_REGS_TYPE" = REG_DWORD:00000004
set "EPIC_REGS_STATE" = REG_DWORD:00000002
set "EPIC_REGS_LANG" = REG_DWORD:00000000
set "EPIC_REGS_COUNT" = REG_DWORD:00000000
[LinkFolder_install]
; Example of deleting a folder from AllUsers startmenu: