- !macro preInit
- SetRegView 64
- ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}" "UninstallString"
- ${If} $0 == ''
- WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "D:\electron\install\jg-chemical-client"
- WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "D:\electron\install\jg-chemical-client"
- ${Endif}
- SetRegView 32
- ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}" "UninstallString"
- ${If} $0 == ''
- WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "D:\electron\install\jg-chemical-client"
- WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "D:\electron\install\jg-chemical-client"
- ${Endif}
- !macroend
|