Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #31  
Old 10-07-2013, 05:37
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by red01 View Post
During installation , there is only progress bar and nothing else.

is it possible to add time (eg. 2 minutes and 35 seconds remaining ) or some line (please wait while set up finish installing the game on ur system?

sorry for being a troublesome..
i still don't add support of this futures to installer, maybe something like this in new versions.
Reply With Quote
Sponsored Links
  #32  
Old 10-07-2013, 05:46
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
internal compression is working but i cant make the external compression work?

i use the above stated method for compression and follow add ur instrucations (about decompression of data.cab)

script compile but did not extract the data.cab and finish installation without ant error..
but did not install the game.


any suggestions..
Reply With Quote
The Following User Says Thank You to red01 For This Useful Post:
vinay sawan (16-07-2013)
  #33  
Old 10-07-2013, 08:56
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
how you compress your files, whare is your archive is located and what you write in installer.ini?

Last edited by Joe Forster/STA; 11-07-2013 at 23:44.
Reply With Quote
  #34  
Old 10-07-2013, 20:40
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road



my compression method is as follows

arc a -m0 data.arc "C:\Program Files\*"
precomp.exe -c- data.arc
srep.exe -m3f data.pcf data.srep
arc a -mx data.cab data.srep

pause


i put my archive in database folder (see the pic).


i also attached installer.ini


please have a look.
Attached Images
File Type: jpg altef's installer files.JPG (62.5 KB, 298 views)
Attached Files
File Type: rar Installer.rar (2.9 KB, 42 views)
Reply With Quote
  #35  
Old 11-07-2013, 11:48
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
in instaler.ini find ISDone=0 and change it to ISDone=1

Last edited by Joe Forster/STA; 11-07-2013 at 23:43.
Reply With Quote
  #36  
Old 11-07-2013, 20:19
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
in instaler.ini find ISDone=0 and change it to ISDone=1

when i do
Isdone=1 (in upper past of installer.ini)
script did not compile and give me following error (see the pic).
Attached Images
File Type: jpg error after isdone =1.JPG (114.7 KB, 284 views)
Reply With Quote
  #37  
Old 11-07-2013, 20:59
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
For compile it you mast have Inno Setup 5.5.1 Unicode Enhanced Edition from ResTools.
Reply With Quote
  #38  
Old 11-07-2013, 21:32
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
For compile it you mast have Inno Setup 5.5.1 Unicode Enhanced Edition from ResTools.
I have this one
Attached Images
File Type: jpg Innosetup.JPG (24.3 KB, 276 views)
Reply With Quote
  #39  
Old 13-07-2013, 00:12
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by red01 View Post
when i do
Isdone=1 (in upper past of installer.ini)
script did not compile and give me following error (see the pic).
try change line with error to this
if (NoFileForm.ModalResult = mrOk) or (NoFileForm.ModalResult = mrCancel) then begin
Reply With Quote
  #40  
Old 13-07-2013, 02:06
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
thanks for your reply

that error solved but now comes new one.

error 01 came first then i remove the line with error and proceed
it shows new error. see the pics.
Attached Images
File Type: jpg new error 01.JPG (35.5 KB, 262 views)
File Type: jpg new error 2.JPG (40.2 KB, 257 views)
Reply With Quote
  #41  
Old 13-07-2013, 06:31
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by red01 View Post
thanks for your reply

that error solved but now comes new one.

error 01 came first then i remove the line with error and proceed
it shows new error. see the pics.
just remove whole line with error
Reply With Quote
  #42  
Old 13-07-2013, 21:06
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
it works after removing that line

i am facing some issue here
1. it ask for next disk specially for data.srep (see the pic please) . it may be due to some error in my installer.ini (please take a look for that).

It extract everything smoothly after that.

2. it goes slowly upto 4% (extraction and installation) and then direcly jump from 4% to 17%.
after that there is no problem in installation percentage.

is it okay?
Attached Images
File Type: jpg asking for disk.JPG (48.1 KB, 228 views)
Attached Files
File Type: rar Installer.rar (2.9 KB, 14 views)
Reply With Quote
  #43  
Old 14-07-2013, 03:48
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by red01 View Post
it works after removing that line

i am facing some issue here
1. it ask for next disk specially for data.srep (see the pic please) . it may be due to some error in my installer.ini (please take a look for that).

It extract everything smoothly after that.

2. it goes slowly upto 4% (extraction and installation) and then direcly jump from 4% to 17%.
after that there is no problem in installation percentage.

is it okay?
1.Archive1Output={app}\data\ maybe this will be work, MAYBEEE xD
2.a)Records=0
b)Compile script
c)copy created records.inf from folder with setup.exe
d)paste created records.inf to Dll_Pack\ISDone\
e)Records=1
f)Compile script
g)maybe this will be work!!!
Reply With Quote
  #44  
Old 14-07-2013, 04:42
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
1.Archive1Output={app}\data\ maybe this will be work, MAYBEEE xD
2.a)Records=0
b)Compile script
c)copy created records.inf from folder with setup.exe
d)paste created records.inf to Dll_Pack\ISDone\
e)Records=1
f)Compile script
g)maybe this will be work!!!
sorry but i cant see any records.inf there.
Reply With Quote
  #45  
Old 14-07-2013, 12:37
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by red01 View Post
sorry but i cant see any records.inf there.
b2)install game from your backup
Reply With Quote
Reply

Tags
inno setup, installer, script, source code

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1614 Yesterday 01:24
Carldric Installer (Compact Version) Carldric Clement Conversion Tutorials 4 20-01-2023 01:43
Game Installer Designer by altef_4 altef_4 Conversion Tutorials 236 28-05-2021 02:54
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Tutorial using CI 8.0.0 yener90 Conversion Tutorials 424 21-10-2014 09:49



All times are GMT -7. The time now is 11:42.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com