Subversion Repositories spk

Rev

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

Rev Author Line No. Line
23 cycrow 1
; X-Universe Plugin Manager
2
#define VERSION "1.41"
3
#include "pluginmanager_base.iss"
4
 
5
[Setup]
6
CreateUninstallRegKey=no
7
UpdateUninstallLogAppName=no
8
DisableDirPage=yes
9
DisableFinishedPage=yes
10
DisableProgramGroupPage=yes
11
DisableReadyMemo=yes
12
DisableReadyPage=yes
13
DisableStartupPrompt=yes
14
OutputBaseFilename=XPluginManager_Update
15
 
16
[Files]
17
; Library (dll) files
18
Source: "..\spk\release\spk.dll"; Components: main\pluginman; DestDir: {sys}
19
Source: "unrar.dll"; Components: main\pluginman; DestDir: {sys}
20
Source: "..\spk\release\fmodex.dll"; Components: main\pluginman; DestDir: {app}
21
Source: "..\spk\release\x3.ico"; Components: main\pluginman; DestDir: {app}