Subversion Repositories spk

Rev

Rev 116 | Go to most recent revision | 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
10
Source: "..\release\spk.dll"; Components: main\pluginman; DestDir: {sys}
116 cycrow 11
Source: "libx2bc.dll"; Components: main\pluginman; DestDir: {sys}
23 cycrow 12
Source: "unrar.dll"; Components: main\pluginman; DestDir: {sys}
13
Source: "..\fmodex.dll"; Components: main\pluginman; DestDir: {app}
14
Source: "..\x3.ico"; Components: main\pluginman; DestDir: {app}
15
; Redist
157 cycrow 16
Source: "software\VC_redist.x86.exe"; Tasks: redist; DestDir: "{app}"; Flags: deleteafterinstall
23 cycrow 17
 
18
[Run]
157 cycrow 19
Filename: "{app}\VC_redist.x86.exe"; Tasks: redist; StatusMsg: "Installing VC++ Redistributables..."
23 cycrow 20
Filename: "{app}\changelog.txt"; Components: main\pluginman; Description: "View the Changelog file"; Flags:  postinstall shellexec skipifsilent unchecked
21
Filename: "{app}\XPluginManager.exe"; Components: main\pluginman; Description: "Run the Plugin Manager Lite"; Flags:  postinstall nowait skipifsilent; Parameters: --silent
22
Filename: "{app}\XPluginManager.exe"; Components: main\pluginman; Description: "Run the Plugin Manager Advanced"; Flags:  postinstall nowait skipifsilent unchecked; Parameters: --advanced --silent
23
 
24
[Tasks]
25
Name: redist; Description: "{cm:TaskRedist}"