diff --git a/Installer/Plugins/x86-unicode/ApplicationID.dll b/Installer/Plugins/x86-unicode/ApplicationID.dll new file mode 100644 index 00000000..5fc04802 Binary files /dev/null and b/Installer/Plugins/x86-unicode/ApplicationID.dll differ diff --git a/Installer/Plugins/x86-unicode/INetC.dll b/Installer/Plugins/x86-unicode/INetC.dll new file mode 100644 index 00000000..d867f8c2 Binary files /dev/null and b/Installer/Plugins/x86-unicode/INetC.dll differ diff --git a/Installer/Plugins/x86-unicode/ShellExecAsUser.dll b/Installer/Plugins/x86-unicode/ShellExecAsUser.dll new file mode 100644 index 00000000..2bf1d0c3 Binary files /dev/null and b/Installer/Plugins/x86-unicode/ShellExecAsUser.dll differ diff --git a/Installer/Plugins/x86-unicode/nsProcess.dll b/Installer/Plugins/x86-unicode/nsProcess.dll new file mode 100644 index 00000000..2478624e Binary files /dev/null and b/Installer/Plugins/x86-unicode/nsProcess.dll differ diff --git a/Installer/installer.nsi b/Installer/installer.nsi index 94487795..37d32aa3 100644 --- a/Installer/installer.nsi +++ b/Installer/installer.nsi @@ -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"