Go to most recent revision |
    Details |
    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
 | 
        
           | 31 | cycrow | 17 | Source: "..\release\spk.dll"; Components: main\pluginman; DestDir: {sys}
 | 
        
           | 23 | cycrow | 18 | Source: "unrar.dll"; Components: main\pluginman; DestDir: {sys}
 | 
        
           | 31 | cycrow | 19 | Source: "../fmodex.dll"; Components: main\pluginman; DestDir: {app}
 | 
        
           |  |  | 20 | Source: "../x3.ico"; Components: main\pluginman; DestDir: {app}
 |