Line 1... |
Line 1... |
1 |
; X-Universe Plugin Manager
|
1 |
; X-Universe Plugin Manager
|
2 |
#define VERSION "1.47"
|
2 |
#define VERSION "1.48"
|
3 |
#define BETAFILE ""
|
3 |
#define BETAFILE ""
|
4 |
#define TEXTVERSION "1.47"
|
4 |
#define TEXTVERSION "1.48"
|
5 |
|
5 |
|
6 |
[Setup]
|
6 |
[Setup]
|
7 |
AppContact=cycrow@cycrow.co.uk
|
7 |
AppContact=cycrow@cycrow.co.uk
|
8 |
AppName={cm:MyAppName}
|
8 |
AppName={cm:MyAppName}
|
9 |
AppId=X-Universe Plugin Manager
|
9 |
AppId=X-Universe Plugin Manager
|
Line 81... |
Line 81... |
81 |
[Files]
|
81 |
[Files]
|
82 |
; Main plugin manager files
|
82 |
; Main plugin manager files
|
83 |
Source: "..\release\PluginManager.exe"; Components: main\pluginman; DestDir: {app}; DestName: XPluginManager.exe
|
83 |
Source: "..\release\PluginManager.exe"; Components: main\pluginman; DestDir: {app}; DestName: XPluginManager.exe
|
84 |
Source: "..\release\GameLauncher.exe"; DestDir: {app}; Components: main\pluginman
|
84 |
Source: "..\release\GameLauncher.exe"; DestDir: {app}; Components: main\pluginman
|
85 |
Source: "Required\*.spk"; Components: main\pluginman; DestDir: "{app}\Required"
|
85 |
Source: "Required\*.spk"; Components: main\pluginman; DestDir: "{app}\Required"
|
- |
|
86 |
Source: "fmod.dll"; Components: main\pluginman; DestDir: "{app}"
|
86 |
Source: "Data\*.*"; Components: main\pluginman; DestDir: {app}\Data; Flags: skipifsourcedoesntexist
|
87 |
Source: "Data\*.*"; Components: main\pluginman; DestDir: {app}\Data; Flags: skipifsourcedoesntexist
|
87 |
Source: "changelog.txt"; Components: main\pluginman; DestDir: {app}
|
88 |
Source: "changelog.txt"; Components: main\pluginman; DestDir: {app}
|
88 |
Source: "..\release\X-Gui.dll"; Components: main\pluginman; DestDir: {app}
|
89 |
Source: "..\release\X-Gui.dll"; Components: main\pluginman; DestDir: {app}
|
89 |
Source: "..\release\spkmanager.exe"; Components: main\pluginman; DestDir: {app}\Tools
|
90 |
Source: "..\release\spkmanager.exe"; Components: main\pluginman; DestDir: {app}\Tools
|
90 |
; Update
|
91 |
; Update
|