|
#11
|
|||
|
|||
|
//----------This InstalShouldSkipPageler Uses Inno Setup Unicode Version----------\\
#define AppName "Lords Of The Fallen" #define AppPublisher "Ivanlakersss666" #define AppVersion "1.00" #define AppExec "LordsOfTheFallen.exe" #define AppURL "https://www.youtube.com" #define AppSize "18000" #define SetupName "Setup" #define SetupOut "Output" #define PrecompVer "Inside" [Setup] AppName={#AppName} AppPublisher={#AppPublisher} AppVersion={#AppVersion} AppComments={#AppName} DefaultDirName=C:\Program Files (x86)\Juegos\Lords of the Fallen DefaultGroupName={#AppName} OutputBaseFilename={#SetupName} OutputDir={#SetupOut} SetupIconFile=Style\Setup.ico WizardImageFile=Style\Background.bmp WizardSmallImageFile=Style\smallbitmap.bmp ////////////// Compression=none [Icons] Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError Name: "{group}\{#AppName}"; Filename: "{app}\bin\{#AppExec}"; WorkingDir: "{app}\bin"; Check: CheckError Name: "{commondesktop}\{#AppName}"; Filename: "{app}\bin\{#AppExec}"; WorkingDir: "{app}\bin"; Check: CheckError Are ok this??? Last edited by ivanlakersss666; 06-08-2015 at 13:12. |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| Basic tutorial for beginners on blackbox install script | dead4now | Conversion Tutorials | 5 | 20-07-2015 17:31 |
| Blackbox Inno Setup Script how ti fix | aj12345 | PC Games - CD/DVD Conversions | 3 | 05-12-2013 01:21 |