diff --git a/.gitignore b/.gitignore index 7a85e6a..ea773bf 100644 --- a/.gitignore +++ b/.gitignore @@ -260,3 +260,7 @@ pip-log.txt ## CLion ############# .idea +JKXR-PCVR-Installer/JKXR_JKO.exe +JKXR-PCVR-Installer/JKXR_JKA.exe +JKXR-PCVR-Installer/JKXR_JKA_Setup.exe +JKXR-PCVR-Installer/JKXR_JKO_Setup.exe diff --git a/JKXR-PCVR-Installer/JKA/put_dlls_and_exe_here b/JKXR-PCVR-Installer/JKA/put_dlls_and_exe_here new file mode 100644 index 0000000..e69de29 diff --git a/JKXR-PCVR-Installer/JKO/put_dlls_and_exe_here b/JKXR-PCVR-Installer/JKO/put_dlls_and_exe_here new file mode 100644 index 0000000..e69de29 diff --git a/JKXR-PCVR-Installer/JKXR_JKA.ifp b/JKXR-PCVR-Installer/JKXR_JKA.ifp deleted file mode 100644 index 1013ae2..0000000 Binary files a/JKXR-PCVR-Installer/JKXR_JKA.ifp and /dev/null differ diff --git a/JKXR-PCVR-Installer/JKXR_JKA.iss b/JKXR-PCVR-Installer/JKXR_JKA.iss new file mode 100644 index 0000000..0799652 --- /dev/null +++ b/JKXR-PCVR-Installer/JKXR_JKA.iss @@ -0,0 +1,54 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "JKXR - Jedi Academy" +#define MyAppVersion "1.0.20" +#define MyAppPublisher "Team Beef VR" +#define MyAppURL "https://www.patreon.com/teambeef" +#define MyAppExeName "openjk_sp.x86_64.exe" + +[Setup] +; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. +; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) +AppId={{330568D5-5C62-44D3-8C54-5D51FFEEDFFC} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\Steam\steamapps\common\Jedi Academy\GameData\ +DisableProgramGroupPage=yes +; Uncomment the following line to run in non administrative install mode (install for current user only.) +;PrivilegesRequired=lowest +OutputDir=C:\Dev\Quest\JKXR\JKXR-PCVR-Installer +OutputBaseFilename=JKXR_JKA_Setup +Compression=lzma +SolidCompression=yes +WizardStyle=modern +AlwaysShowDirOnReadyPage=yes +AppendDefaultDirName=no + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked + +[Files] +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKA\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKA\jagamex86_64.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKA\OpenAL32.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKA\rdsp-vanilla_x86_64.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKA\SDL2.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKA\base\*"; DestDir: "{app}\base"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Icons] +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + diff --git a/JKXR-PCVR-Installer/JKXR_JKO.ifp b/JKXR-PCVR-Installer/JKXR_JKO.ifp deleted file mode 100644 index 0a4dbda..0000000 Binary files a/JKXR-PCVR-Installer/JKXR_JKO.ifp and /dev/null differ diff --git a/JKXR-PCVR-Installer/JKXR_JKO.iss b/JKXR-PCVR-Installer/JKXR_JKO.iss new file mode 100644 index 0000000..8e41d3c --- /dev/null +++ b/JKXR-PCVR-Installer/JKXR_JKO.iss @@ -0,0 +1,54 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "JKXR - Jedi Outcast" +#define MyAppVersion "1.0.20" +#define MyAppPublisher "Team Beef VR" +#define MyAppURL "https://www.patreon.com/teambeef" +#define MyAppExeName "openjo_sp.x86_64.exe" + +[Setup] +; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. +; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) +AppId={{3B2C9382-66B4-48E6-B625-F567F350283D} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\Steam\steamapps\common\Jedi Outcast\GameData\ +DisableProgramGroupPage=yes +; Uncomment the following line to run in non administrative install mode (install for current user only.) +;PrivilegesRequired=lowest +OutputDir=C:\Dev\Quest\JKXR\JKXR-PCVR-Installer +OutputBaseFilename=JKXR_JKO_Setup +Compression=lzma +SolidCompression=yes +WizardStyle=modern +AlwaysShowDirOnReadyPage=yes +AppendDefaultDirName=no + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked + +[Files] +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKO\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKO\jospgamex86_64.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKO\OpenAL32.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKO\rdjosp-vanilla_x86_64.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKO\SDL2.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Dev\Quest\JKXR\JKXR-PCVR-Installer\JKO\base\*"; DestDir: "{app}\base"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Icons] +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent +