mirror of
https://github.com/reactos/RosTE.git
synced 2024-11-23 11:39:50 +00:00
write initial default config file to registry
svn path=/trunk/tools/RosTE/; revision=175
This commit is contained in:
parent
0eb8944f90
commit
d3a06f464d
@ -69,6 +69,7 @@ Section "InstallGui" SEC01
|
||||
CreateDirectory "$SMPROGRAMS\RosTE"
|
||||
CreateShortCut "$SMPROGRAMS\RosTE\RosTE.lnk" "$INSTDIR\GUI\QemuGUI.exe"
|
||||
CreateShortCut "$DESKTOP\RosTE.lnk" "$INSTDIR\GUI\QemuGUI.exe"
|
||||
WriteRegStr HKCU "Software\RosTE" "DefaultConfig" "$INSTDIR\GUI\config.xml"
|
||||
SectionEnd
|
||||
|
||||
Section "InstallQemu" SEC02
|
||||
|
Loading…
Reference in New Issue
Block a user