|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#76
|
|||
|
|||
|
Quote:
It's not working, it compiled 84 mb of content and setup finished. Last edited by REV0; 24-11-2011 at 08:07. |
| Sponsored Links |
|
#77
|
|||
|
|||
|
Update:
I tested andersondj's autorun and RUN script they didnt work, however i took reg entries from his iss, and changed with mines, now it's working, i updated script to v1.4 thank you friend
|
|
#78
|
|||
|
|||
|
salut
my prob is that it compil just the executable and stop !!!!!!!!!!!!!! plzzzz help me |
|
#79
|
|||
|
|||
|
Quote:
option 2: check your game directory option 3: check your installation content, otherwise it cant just pack exe |
|
#80
|
|||
|
|||
|
i solved the prob and thanks very much
i forgot the second "\" in "..\Games\Need for Speed The Run" |
|
#81
|
|||
|
|||
|
I created my installer with my modified version and i have no problem!
|
|
#82
|
|||
|
|||
|
Quote:
Nevermind, already exist setup + your regkeys = works like a charm
|
|
#83
|
|||
|
|||
|
Thank's for the Work Looks Great!
|
|
#84
|
|||
|
|||
|
Hey!! I install Inno ANSI version,but it's problem of unknown languege
Help me Please. ![]()
|
|
#85
|
||||
|
||||
|
Quote:
Inno Setup cannot reconize one of the "letters" in "L?eme.es-mex.txt" file (That is, the 2nd character, between "L" and "e", and that should be an "é"), so that's why you got this error. If the error still persist, we can either:
BTW, the code changing should be recommended to the REV0's main script, if you wanna know... If you're THAT lazy, then use THIS "run.iss" inside the attatchment RUN.zip And replace by the one done by REV0 in his original script. Another tip: I've noticed that my custom setup took A HELL OF time just to LOAD it. We can reduce this "loading time" to almost zero by adding "nocompression" flag in all these lines: Code:
Source: .\Wizard_Res\BGI*.bmp; DestDir: {tmp}; Flags: dontcopy nocompression
Source: .\Wizard_Res\SplashScreen.bmp; DestDir: {tmp}; Flags: dontcopy nocompression
#ifdef Autorun
Source: .\Wizard_Res\AutorunBGI.bmp; DestDir: {tmp}; Flags: dontcopy nocompression
#endif
#ifdef ISSkin
Source: .\Wizard_Res\{#StylesName}; DestDir: {app}; Flags: ignoreversion nocompression
#endif
#ifdef InstallMusicLoop
Source: .\Wizard_Res\{#mp3filename}; DestDir: {tmp}; Flags: dontcopy nocompression
#endif
#ifdef Autorun
#ifdef AMusicLoop
Source: .\Wizard_Res\{#Autorunmp3filename}; DestDir: {tmp}; Flags: dontcopy nocompression
Source: .\Wizard_Res\mute_on_off.bmp; DestDir: {tmp}; Flags: dontcopy nocompression
#endif
#endif
#ifdef Autorun
Source: .\Wizard_Res\{#ClickSoundfilename}; DestDir: {tmp}; Flags: dontcopy nocompression
#endif
Source: .\Libraries\InnoCallback.dll; DestDir: {tmp}; Flags: dontcopy nocompression
Source: .\Libraries\get_hw_caps.dll; DestDir: {tmp}; Flags: dontcopy nocompression
#ifdef AddToGameExplorer
Source: .\Libraries\GameuxInstallHelper.dll; DestDir: {app}; Flags: ignoreversion nocompression
#endif
#ifdef AddToFireWallList
Source: .\Libraries\FirewallInstallHelper.dll; DestDir: {app}; Flags: ignoreversion nocompression
#endif
#ifdef FreeArc
Source: .\Libraries\unarc.dll; DestDir: {tmp}; Flags: dontcopy nocompression
#endif
#ifdef ISSkin
Source: .\Libraries\ISSkin.dll; DestDir: {app}; Flags: ignoreversion nocompression
#endif
For the lazy ones, here's a run.iss with BOTH changes (Support folder as external and "nocompression" flag for all "cosmetical" files): RUN_lowcompress.zip EDIT: All the "run.iss" were modified from the "version 4" of the setup. Last edited by KillerOh; 24-11-2011 at 16:31. |
|
#86
|
||||
|
||||
|
Sorry for floooding, but the UNINSTALL button don't work. I doesn't run the uninstaller FROM THE AUTORUN, but uninstalls fine from the uninstaller itself.
|
|
#87
|
|||
|
|||
|
Quote:
OR Edit in autorun.iss this! begin PlaySound(expandConstant('{tmp}\Click.wav'),0,SND_ OPT); if TLabel(sender).caption=ExpandConstant('{cm:AInstal l}') then begin HForm.Close Install:=True; end else begin RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Electronic Arts\Need for Speed The Run', 'Install_Path', appath) if not Exec(appath+'\Need For Speed The Run.exe', '', '', SW_SHOW, ewNoWait, ResultCode) then MsgBox(SysErrorMessage(ResultCode)+': Need For Speed The Run.exe', mbCriticalError, MB_OK) else begin HForm.Close; Install:=False; end; end; end; In Install_Path Change for Install Dir in all of the parts of the Scripts,or if your script is diferent change from InstallFolder to Install Dir Last edited by andersondj; 24-11-2011 at 19:54. |
|
#88
|
|||
|
|||
|
At the end I got Line:
Warning: Line 777, Column 15: [Hint] Variable 'N' never used Is this something important or wrong? Maybe autorun.inf in Run_1 should be?: [autorun] open=Setup.exe icon=RUN.ico Working perfectly on win7 32bit Last edited by JeDra; 28-11-2011 at 13:15. |
|
#89
|
||||
|
||||
|
thanks, work in W7 64bits, v1.4
|
|
#90
|
|||
|
|||
|
pls help me error "the filename directory name or volume label syntax is incorrect"
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| DARKSIDERS - (2DVD9 to 3x DVD5) | pakrat2k2 | PC Games - CD/DVD Conversions | 9 | 19-07-2013 09:55 |
| StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP | peterf1999 | PC Games - CD/DVD Conversions | 18 | 18-01-2013 19:41 |
| Shogun Total War 2 for 2dvd9 3dvd5 by inno | car_l30n | PC Games - CD/DVD Conversions | 11 | 15-03-2012 10:58 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |