![]() |
Quote:
It's not working, it compiled 84 mb of content and setup finished. |
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 :) |
salut
my prob is that it compil just the executable and stop !!!!!!!!!!!!!! plzzzz help me |
Quote:
option 2: check your game directory option 3: check your installation content, otherwise it cant just pack exe |
i solved the prob and thanks very much
i forgot the second "\" in "..\Games\Need for Speed The Run" |
Quote:
|
Quote:
|
Quote:
|
Hey!! I install Inno ANSI version,but it's problem of unknown languege
Help me Please. http://i407.photobucket.com/albums/p...rdeg/error.png http://i407.photobucket.com/albums/p...ordeg/lang.png |
2 Attachment(s)
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 Attachment 2936 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 nocompressionFor the lazy ones, here's a run.iss with BOTH changes (Support folder as external and "nocompression" flag for all "cosmetical" files): Attachment 2937 EDIT: All the "run.iss" were modified from the "version 4" of the setup. |
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.
|
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 |
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 |
thanks, work in W7 64bits, v1.4
|
pls help me error "the filename directory name or volume label syntax is incorrect"
|
| All times are GMT -7. The time now is 08:27. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com