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