mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Add installer plugins
This commit is contained in:
BIN
Installer/Plugins/x86-unicode/ApplicationID.dll
Normal file
BIN
Installer/Plugins/x86-unicode/ApplicationID.dll
Normal file
Binary file not shown.
BIN
Installer/Plugins/x86-unicode/INetC.dll
Normal file
BIN
Installer/Plugins/x86-unicode/INetC.dll
Normal file
Binary file not shown.
BIN
Installer/Plugins/x86-unicode/ShellExecAsUser.dll
Normal file
BIN
Installer/Plugins/x86-unicode/ShellExecAsUser.dll
Normal file
Binary file not shown.
BIN
Installer/Plugins/x86-unicode/nsProcess.dll
Normal file
BIN
Installer/Plugins/x86-unicode/nsProcess.dll
Normal file
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user