
13-07-2012, 22:07
|
 |
Moderator
|
|
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
|
|
Quote:
Originally Posted by szurkulet
Hi guys!
I need your help,please! I am Hungarian,therefor sorry for my english!
I have made an installer script with InnoSetup 5.5.0(u),and created it
succesfully tought,but during install it says always Setup/Uninstal
stopped working,and I don't know why? I am a "green" therefor ask you
for your help!
Used programs: InnoSetup 5.5.0(u)
FreeArc 0.666
The problem is been solved just deleted a couple of lines in the [Languages] and [CustomMessages] sector and after it installed correctly,but I have got another one:The timer tickts not correctly in the progressbar,this is too high for me,I can't solve it,please help me somebody! If somebody could correct me the scrip.file,I would very appreciate that.
I have only one arc.file to extract (called:1.arc),(size:5 493 394 KB)
|
The issue is you have no define records.inf ( which is used once script is compiled once without it enabled ) sets the progress bar length to correct dimensions dependant on number of archives / files. Then you enable it so that the progressbar displays properly. But using a script from the internet without understanding what it does, makes it very hard to 'fix' any issues with it. Best off to use one of the conversions listed in game index on the forum here as they work 100%.
http://fileforums.com/showthread.php?t=74084
|