ing
This commit is contained in:
11
config/build/installer.nsh
Normal file
11
config/build/installer.nsh
Normal file
@@ -0,0 +1,11 @@
|
||||
Var SystemDrive
|
||||
|
||||
!macro preInit
|
||||
ReadEnvStr $SystemDrive SYSTEMDRIVE
|
||||
SetRegView 64
|
||||
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$SystemDrive\앱이설치될폴더명"
|
||||
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$SystemDrive\앱이설치될폴더명"
|
||||
SetRegView 32
|
||||
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$SystemDrive\앱이설치될폴더명"
|
||||
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$SystemDrive\앱이설치될폴더명"
|
||||
!macroend
|
||||
Reference in New Issue
Block a user