Rev 31 |
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 |
CreateUninstallRegKey=no
|
|
|
6 |
UpdateUninstallLogAppName=no
|
|
|
7 |
DisableDirPage=yes
|
|
|
8 |
DisableFinishedPage=yes
|
|
|
9 |
DisableProgramGroupPage=yes
|
|
|
10 |
DisableReadyMemo=yes
|
|
|
11 |
DisableReadyPage=yes
|
|
|
12 |
DisableStartupPrompt=yes
|
|
|
13 |
OutputBaseFilename=XPluginManager_Update
|
|
|
14 |
|
|
|
15 |
[Files]
|
|
|
16 |
; Library (dll) files
|
37 |
cycrow |
17 |
;Source: "..\release\spk.dll"; Components: main\pluginman; DestDir: {sys}
|
|
|
18 |
;Source: "unrar.dll"; Components: main\pluginman; DestDir: {sys}
|
|
|
19 |
;Source: "../fmodex.dll"; Components: main\pluginman; DestDir: {app}
|
|
|
20 |
;Source: "../x3.ico"; Components: main\pluginman; DestDir: {app}
|