windows encoding
This commit is contained in:
parent
8598e69cd5
commit
2535153b07
@ -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\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\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\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"
|
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\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"
|
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]
|
[Registry_install]
|
||||||
; Disable Registry window
|
; 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\Adobe Photoshop CS2 - $MsiId$]
|
||||||
; openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$MsiId$]
|
set "EPIC_REGS_TYPE" = REG_DWORD:00000004
|
||||||
; set "EPIC_REGS_TYPE" = REG_DWORD:00000004
|
set "EPIC_REGS_STATE" = REG_DWORD:00000002
|
||||||
; set "EPIC_REGS_STATE" = REG_DWORD:00000002
|
set "EPIC_REGS_LANG" = REG_DWORD:00000000
|
||||||
; set "EPIC_REGS_LANG" = REG_DWORD:00000000
|
set "EPIC_REGS_COUNT" = 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]
|
[LinkFolder_install]
|
||||||
; Example of deleting a folder from AllUsers startmenu:
|
; Example of deleting a folder from AllUsers startmenu:
|
||||||
|
Loading…
Reference in New Issue
Block a user