mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Add installer plugins
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -15,8 +15,6 @@
|
|||||||
;--------------------------------
|
;--------------------------------
|
||||||
;General
|
;General
|
||||||
|
|
||||||
!define VRCX_BASEDIR "..\bin\x64\Release"
|
|
||||||
|
|
||||||
Unicode True
|
Unicode True
|
||||||
Name "VRCX"
|
Name "VRCX"
|
||||||
OutFile "VRCX_Setup.exe"
|
OutFile "VRCX_Setup.exe"
|
||||||
@@ -140,7 +138,7 @@ Section "Install" SecInstall
|
|||||||
|
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
|
||||||
File /r /x *.log /x *.pdb "..\bin\x64\Release\*.*"
|
File /r /x *.log "..\bin\x64\Release\*.*"
|
||||||
|
|
||||||
WriteRegStr HKLM "Software\VRCX" "InstallDir" $INSTDIR
|
WriteRegStr HKLM "Software\VRCX" "InstallDir" $INSTDIR
|
||||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user