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.

View File

@@ -15,8 +15,6 @@
;--------------------------------
;General
!define VRCX_BASEDIR "..\bin\x64\Release"
Unicode True
Name "VRCX"
OutFile "VRCX_Setup.exe"
@@ -140,7 +138,7 @@ Section "Install" SecInstall
SetOutPath "$INSTDIR"
File /r /x *.log /x *.pdb "..\bin\x64\Release\*.*"
File /r /x *.log "..\bin\x64\Release\*.*"
WriteRegStr HKLM "Software\VRCX" "InstallDir" $INSTDIR
WriteUninstaller "$INSTDIR\Uninstall.exe"