Add installer plugins

This commit is contained in:
Natsumi
2022-06-24 23:40:17 +12:00
parent ebd50c8bff
commit 226af63f2a
5 changed files with 1 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -3
View File
@@ -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"