|
#16
|
||||
|
||||
|
To be honest, this is the first time I hear about this. I've tested it on my Win7 Home Premium 64bit and on Win7 Ultimate 32bit, and it worked fine, in ISO format and from folder.
|
| Sponsored Links |
|
#17
|
|||
|
|||
|
Make ISO with which files? I bet that I don't need ALL the files like "InstallerScript.iss" or "Conver_AutorunToDLL.bat"...
|
|
#18
|
||||
|
||||
|
You only need Setup-*.bin files, setup.ini, Setup.cab and Setup.dll. That is if you haven't merged them with setup with #define Internal command. In that case, you only need Setup-*.bin files and Setup.dll.
|
|
#19
|
|||
|
|||
|
OK, thanks. That's what I wanted to know. Man, the Inno Installer is WAAAAAAY better than Ubisoft's.
|
|
#20
|
||||
|
||||
|
Do i have to include the "Support" folder in the iso. Please let me know. I don't want to put extra files for nothing.
Also there is no setup.dll file. Can't find it anywhere. Somebody please help Last edited by Fox22743; 18-09-2012 at 03:57. Reason: Missing file |
|
#21
|
|||
|
|||
|
Quote:
Setup.exe can be run from folder, but after make iso or burn to dvd, Setup.exe couldn't be run. It said same error like that. Don't know what missing. Never happen this error before for other convertion
|
|
#22
|
|||
|
|||
|
im analyzing this error.
EDIT: no error here O.O your conversion works good. only little problem: gdf path is wrong. its should be: GDFBinary=src\System\iaa_gameexplorer.dll
Last edited by yener90; 18-09-2012 at 06:48. |
|
#23
|
||||
|
||||
|
Ok. I read through the setup.ini and I see that the support folder has to be included. But still where is the setup.dll file. Keep getting this error "setup could not find neccessary files"
EDIT ------ Since I was not receiving any help here, I decided to use the setup.dll file from the "borderlands 2" REV0 conversion. It seems to be working sort of. Will give feedback as to what is happening exactly. EDIT 2 ------- Tested now and it's working. Only problem is that it shows the wrong icon for like a second in the task bar. Last edited by Fox22743; 18-09-2012 at 10:35. |
|
#24
|
||||
|
||||
|
After you compile Installer script, compile LangScript and then run Convert_AutorunToDLL to get setup.dll. And no, Support folder is not necessarily needed for game installation. Just delete entire [LauncherSettings] part from setup.ini if you don't want it.
@yener Thanks for your remark. I overlooked it although I've noticed that dll file. My bad
|
|
#25
|
||||
|
||||
|
My bad on the whole setup.dll file. Was having a really rough day and did not look properly at what was written. Customers that owe me money refusing to pay and such. They still threatening to take me to the court and that.
My biggest apologies for all that hassle. Forgive me and thanks a million for the conversion. Edit ----- Just some changes I made to your installer. Not neccessary, but looks a bit better i think. 1) Deleted "setup.ico", made a copy of "IAmAlive_game.ico" and renamed it to "setup.ico". 2) In "setup.ini", changed "ProgressBarLabelColor" and "SetupFontColor" values from "$ffffff" to "$0000ff". Basically I made the font red so that it would be easier to read. Like I said just some changes I made for myself. Last edited by Fox22743; 18-09-2012 at 13:28. Reason: Changes |
|
#26
|
|||
|
|||
|
Quote:
p/s: Thanks Fabioddq... conversation work OK.. |
|
#27
|
|||
|
|||
|
have problems with updating to v1.01
it sais Failed to Complete instalation :-( not sure what cause this - ptobably some registry things |
|
#28
|
||||
|
||||
|
Quote:
|
|
#29
|
|||
|
|||
|
IAmAlive_1.01.exe
changelog: Code:
ug Fixes: - XBox wireless controller support. - AZERTY layout keyboard and key remapping has been fixed. - Bloom effect has been tuned to avoid over bright areas. - Validation System: - Removed warning/error message about wrongly unsupported detected video hardware. - the window is now resizable to prevent issues with player not being able to see the OK/Next buttons. - Validation System will only be launched once, the first time the game is launched. - To force the Validation System to run again, you'll need to edit the UserSettings.ini file and set "RunValidation=True" Known issues: - Using long path name for installation might result in a crash when launching the game, so keep installation path as short as possible (<50). - If Wireless pad still doesn't work for you, you will have to delete your profile(profile.sav) and savegame(game.sav) BUT you will LOOSE your game progression doing so!!! Last edited by prudislav; 21-12-2012 at 14:06. |
|
#30
|
||||
|
||||
|
Ubisoft always sucks with updates. I advise you always keep the original installers by Ubisoft for future updates.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |
| Dark Souls - Inno Setup - This is not a conversion, it's just custom installer | Fabioddq | PC Games - CD/DVD Conversions | 4 | 26-10-2012 19:48 |