Subversion Repositories spk

Rev

Rev 157 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 cycrow 1
; X-Universe Plugin Manager
2
#include "pluginmanager_base.iss"
3
 
4
[Setup]
5
DirExistsWarning=yes
51 cycrow 6
OutputBaseFilename=XPluginManager_Installer{#BETAFILE}
23 cycrow 7
 
8
[Files]
9
; Library (dll) files
267 cycrow 10
;Source: "..\release\spk.dll"; Components: main\pluginman; DestDir: {sys}
11
;Source: "libx2bc.dll"; Components: main\pluginman; DestDir: {sys}
12
;Source: "unrar.dll"; Components: main\pluginman; DestDir: {sys}
13
Source: "unrar.dll"; Components: main\pluginman; DestDir: {app}
23 cycrow 14
Source: "..\fmodex.dll"; Components: main\pluginman; DestDir: {app}
15
Source: "..\x3.ico"; Components: main\pluginman; DestDir: {app}
16
; Redist
157 cycrow 17
Source: "software\VC_redist.x86.exe"; Tasks: redist; DestDir: "{app}"; Flags: deleteafterinstall
23 cycrow 18
 
19
[Run]
157 cycrow 20
Filename: "{app}\VC_redist.x86.exe"; Tasks: redist; StatusMsg: "Installing VC++ Redistributables..."
23 cycrow 21
Filename: "{app}\changelog.txt"; Components: main\pluginman; Description: "View the Changelog file"; Flags:  postinstall shellexec skipifsilent unchecked
22
Filename: "{app}\XPluginManager.exe"; Components: main\pluginman; Description: "Run the Plugin Manager Lite"; Flags:  postinstall nowait skipifsilent; Parameters: --silent
23
Filename: "{app}\XPluginManager.exe"; Components: main\pluginman; Description: "Run the Plugin Manager Advanced"; Flags:  postinstall nowait skipifsilent unchecked; Parameters: --advanced --silent
24
 
25
[Tasks]
26
Name: redist; Description: "{cm:TaskRedist}"