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
  #1  
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
Sponsored Links
  #2  
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
  #3  
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
  #4  
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
  #5  
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
  #6  
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)
  #7  
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
  #8  
Old 21-07-2013, 11:48
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
Quote:
Originally Posted by red01 View Post
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.
Thats easy.

Read the inno setup documentation.

Here, look for these.

Readini
Writeini
Getinistring
Getiniint
Getinibool
Setinistring
Setiniint
Setinistring

Google for examples.
Reply With Quote
  #9  
Old 13-07-2013, 21:10
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
look in CIU 1.0.0.6 & see just how many lines of code there is. !!!!!!! Way too much work & too many months in perfecting that script, took yener90 MONTHS to get it where it is. And to just think its easy to use that ini file in another script, needs someone who is VERY good with INNO to understand how it all works. NOT for someone fairly new to inno scripts.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
red01 (13-07-2013)
  #10  
Old 13-07-2013, 22:18
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
look in CIU 1.0.0.6 & see just how many lines of code there is. !!!!!!! Way too much work & too many months in perfecting that script, took yener90 MONTHS to get it where it is. And to just think its easy to use that ini file in another script, needs someone who is VERY good with INNO to understand how it all works. NOT for someone fairly new to inno scripts.
yeah its true and its also true that i am new to inno script.
I did not expect myself to become an expert .all i want is to try.
I just want to start this.

I know it will take time and efforts to very great extent for someone like me.

Last edited by red01; 13-07-2013 at 22:20. Reason: :D
Reply With Quote
  #11  
Old 16-07-2013, 12:02
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
having issue with ISS accepting {userdocs} in [Files] section under Source ???

Have tried with/without " & Still same error.. ( files do exist there ).

any suggestions as to what's wrong ?!? se screenshot below
Attached Images
File Type: jpg not-found.jpg (364.4 KB, 168 views)
Reply With Quote
  #12  
Old 20-07-2013, 10:11
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
having issue with ISS accepting {userdocs} in [Files] section under Source ???

Have tried with/without " & Still same error.. ( files do exist there ).

any suggestions as to what's wrong ?!? se screenshot below
constants work with flag external
Reply With Quote
  #13  
Old 20-07-2013, 23:48
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
But pakrat you can try windows constants.

Google for them.

Here are some that I can remember

%windir%
%systemroot%
%temp%
Reply With Quote
  #14  
Old 20-07-2013, 06:32
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
@pakrat,

Constants don't work under source directory, they only work under destination because it may vary therefore under source you must apply the direct directory without constants.

And sorry for late reply, was kinda busy.
Reply With Quote
  #15  
Old 22-07-2013, 09:27
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 need a help how to make transparent TasksList
as of the SelectTasksLabel
I'm using this script without success

Code:
var
  SelectTasksLabel,TasksList: TLabel;
procedure InitializeWizard();
begin
   WizardForm.SelectTasksLabel.Hide;
   WizardForm.TasksList.Hide;

   SelectTasksLabel:=TLabel.Create(WizardForm);
   SelectTasksLabel.Left:=60;
   SelectTasksLabel.Top:=15;
   SelectTasksLabel.Width:=470;
   SelectTasksLabel.Height:=35;
   SelectTasksLabel.AutoSize:=False;
   SelectTasksLabel.WordWrap:=True;
   SelectTasksLabel.Transparent:=True;
   SelectTasksLabel.Font.Size := 10;
   SelectTasksLabel.Caption:=WizardForm.SelectTasksLabel.Caption;
   SelectTasksLabel.Parent:=WizardForm.SelectTasksPage;

   TasksList:=TLabel.Create(WizardForm);
   TasksList.Left:=60;
   TasksList.Top:=70;
   TasksList.Width:=400;
   TasksList.Height:=252;
   TasksList.AutoSize:=False;
   TasksList.Font.Size := 10;
   TasksList.Parent:= WizardForm.SelectTasksPage;
end;
Attached Images
File Type: jpg Exemplo.jpg (160.9 KB, 140 views)

Last edited by buttignol; 22-07-2013 at 09:32.
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 21:58.


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