Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #631  
Old 27-06-2013, 03:37
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by buttignol View Post
Thanks for the help Y__thelastknight solved perfect

If it is not abusing you too much to make a script to change the image of the page
finalize the installation to get image different page welcome.o same size
only to put another image on the page finish if possible thanks
chk attachment..
Attached Files
File Type: rar Script.rar (270.3 KB, 38 views)
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
buttignol (27-06-2013)
Sponsored Links
  #632  
Old 27-06-2013, 17:59
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
chk attachment..
Thank you thank you thank you "Y__thelastknight" for their patience and support
Perfect extamente I wanted this same «resolved»
Reply With Quote
  #633  
Old 28-06-2013, 17:56
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
chk attachment..
y_thelastknight need your help to click install of a white spot on the top picture you can check out my script to see what is happening
has a sample image
Attached Files
File Type: rar Script.rar (274.8 KB, 23 views)
File Type: rar example.rar (1.45 MB, 47 views)

Last edited by buttignol; 29-06-2013 at 21:58.
Reply With Quote
  #634  
Old 04-07-2013, 08:10
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Hey Flieforum users

Can someone help me with freearc and unarc.dll

It seems like unarc.dll(295kb) and unarc.dll(317kb) have different functions and unarc.dll(317kb) is the latest either than unarc.dll(320kb) therefore, I'd like to know which one to use if I'm using Freearc 0.67 Alpha December 12, 2012. because the one which works is unarc.dll(295kb) which is kinda of outdated.

Note: I use freearc.exe to compress and not arc.exe.

Thanks.
Reply With Quote
  #635  
Old 07-07-2013, 12:24
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
no one an answer for me

how can i insert hompage and browse button
in autorunscript

thanks for help me

Last edited by mausschieber; 12-07-2013 at 13:47. Reason: no one an answer for me
Reply With Quote
  #636  
Old 10-07-2013, 20:47
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
Greetings Guys,
During installation progress , i want to add time (eg. 14 minutes and 30 seconds remaning), name of the file being extracted and some line (eg. please wait while setup install the game/app on your system)..

is it possible?
if yes...
Please tell me how?

thanks in advance
Reply With Quote
  #637  
Old 12-07-2013, 09:40
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Friends I am trying to put a warning on the page selecttasks page but I can not see the prompt script ex what is wrong

Code:
var
  avisoLabel: TLabel;

procedure InitializeWizard();
var
  aviso: TLabel;
begin

avisoLabel := TLabel.Create(WizardForm);
avisoLabel.Left := ScaleX(0);
avisoLabel.Top := ScaleY(190)
avisoLabel.Width := ScaleY(185)
avisoLabel.Height := ScaleY(13)
//avisoLabel.Parent := WizardForm;      
avisoLabel.Parent:= WizardForm.SelectDirPage;
//avisoLabel.Font.Name:='Verdana';
//avisoLabel.Font.Size:= 8;
//avisoLabel.Font.Color:=${#Color};
avisoLabel.Transparent:=true;
avisoLabel.Caption := 'ex;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
//avisoLabel.Font.Style:= [fsBold];
//avisoLabel.AutoSize := True;

end;

procedure CurPageChanged(CurPageID: Integer);
begin
  avisoLabel.Visible := CurPageID = wpSelectDir;   //selecionar pagina de destino
end;
Reply With Quote
  #638  
Old 12-07-2013, 10:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
no parent maybe.

remove this //

//avisoLabel.Parent := WizardForm;

to

avisoLabel.Parent := WizardForm;
Reply With Quote
  #639  
Old 12-07-2013, 13:50
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
how can i insert hompage and browse button
in autorunscript

thanks for help me
Reply With Quote
  #640  
Old 12-07-2013, 15:13
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
Hello.

I still have two little problem in my installer, if anybody know how to solve, i will appreciate the help:

1) Make rounded corners.
Capturar 3.JPG


2) A scrip to make a progress bar with image PNG.
Capturar.JPG

Regards.
Reply With Quote
  #641  
Old 12-07-2013, 17:37
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
no parent maybe.

remove this //

//avisoLabel.Parent := WizardForm;

to

avisoLabel.Parent := WizardForm;
Thank Razor12911 not work
Reply With Quote
  #642  
Old 12-07-2013, 23: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
hi everyone,
greeting

I read the tutorials about Inno by REVO and i create setup.ini, setup.cab with all the files and other stuff.

i am trying this for first time.

i am new here and i am not an inno expert.
i Dont KNOW How to make inno read values from setup.ini and setup.cab.

will somebody help me.?
Reply With Quote
  #643  
Old 13-07-2013, 00:28
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Filetest Run

Now I know this is meaningless post but helps out people dealing with scripts.

I compressed a file which is pretty much deflated.

Users can use this archive to test out their compression methods and etc and it saves time to apply precomp and etc.

the original file size is 440mb but I manage to drop it down to 318kb

If games were like this it would have been awesome. compress max payne 3 from 35gb to 765kb.

Try it.
I tried using this method but still it was not as good as your compression was
Reply With Quote
  #644  
Old 13-07-2013, 08:38
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by red01 View Post
hi everyone,
greeting

I read the tutorials about Inno by REVO and i create setup.ini, setup.cab with all the files and other stuff.

i am trying this for first time.

i am new here and i am not an inno expert.
i Dont KNOW How to make inno read values from setup.ini and setup.cab.

will somebody help me.?
read the correct sticky topic, all info there...
http://fileforums.com/showthread.php?t=92805
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
red01 (13-07-2013)
  #645  
Old 13-07-2013, 20:16
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
read the correct sticky topic, all info there...
http://fileforums.com/showthread.php?t=92805

Thanks for your reply pakrat2k2

that converter by yener90 , i already try that and it works fine.

I want to create a new script and i want to add setup.ini in that new script.

i wanted to know how i can add that .ini files in new script.
Reply With Quote
Reply


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
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 23:09.


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