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 23-08-2012, 19:58
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 FatalError View Post
ISSI duplicates...
not working this;

#define ISSI_UseMyInitializeWizard

procedure ISSI_InitializeWizard();
begin

end;

or how to use different InitializeWizard();

Please Help..!!

and

How to move progress bar and extracting file item label?
you wrote & I replied for the first part... which again is simple to see what you have wrong..

#define ISSI_UseMyInitializeWizard
--> bold part is missing from procedure line...

procedure ISSI_UseMyInitializeWizard();
begin
.
.
.
.
end;
Reply With Quote
Sponsored Links
  #2  
Old 24-08-2012, 05:33
FatalError FatalError is offline
Registered User
 
Join Date: Jul 2012
Location: England
Posts: 22
Thanks: 0
Thanked 5 Times in 5 Posts
FatalError is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
you wrote & I replied for the first part... which again is simple to see what you have wrong..

#define ISSI_UseMyInitializeWizard
--> bold part is missing from procedure line...

procedure ISSI_UseMyInitializeWizard();
begin
.
.
.
.
end;
Don't work but I'm trying update issi file.Will be working now...
Reply With Quote
  #3  
Old 22-08-2012, 16:41
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
fatalerror

you define initializewizard # first, depending on how many things you want to do. just increase the number for each seperate item.

#define InitializeWizard();
#define InitializeWizard(1);
#define InitializeWizard(2);


procedure InitializeWizard();
begin
..
..
..
end;
procedure InitializeWizard(1);
begin
..
..
..
end;
procedure InitializeWizard(2);
begin
..
..
..
end;

etc...

as for second part of question read yener's tutorial topic, its been asked & answered already.
Reply With Quote
  #4  
Old 23-08-2012, 00:57
FatalError FatalError is offline
Registered User
 
Join Date: Jul 2012
Location: England
Posts: 22
Thanks: 0
Thanked 5 Times in 5 Posts
FatalError is on a distinguished road
Thank You!!But its only yener90's script?Don't working my script.

Last edited by Joe Forster/STA; 23-08-2012 at 09:07.
Reply With Quote
  #5  
Old 19-09-2012, 21:29
jksengko jksengko is offline
Registered User
 
Join Date: Jun 2010
Location: dont show
Posts: 71
Thanks: 5
Thanked 5 Times in 5 Posts
jksengko is on a distinguished road
how to auto launch settings.exe after install finish yener90's inno script
Reply With Quote
  #6  
Old 20-09-2012, 02:45
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by jksengko View Post
how to auto launch settings.exe after install finish yener90's inno script
If i'm not mistaken it does not support auto launch of an exe file. However you can add it as second exe file in setup so, you will see play and setting exe i n autorun part. Also on desktop. Investigate yener's alan wake conversion along with his explications in tutorial thread.
Reply With Quote
  #7  
Old 20-09-2012, 04:03
Evil Boy Evil Boy is offline
Registered User
 
Join Date: Sep 2012
Location: India
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
Evil Boy is on a distinguished road
Can anyone tell me code for adding video while game is installing!!Installer is simple I just want to add a a video that starts when installation of Game starts!!
Reply With Quote
  #8  
Old 24-09-2012, 15:22
kashifagaria kashifagaria is offline
Registered User
 
Join Date: Sep 2012
Location: pakistan
Posts: 5
Thanks: 0
Thanked 2 Times in 1 Post
kashifagaria is on a distinguished road
You Know For This Error

Source: Include\7z.com; DestDir: {tmp}; Flags: dontcopy

7z.com
Reply With Quote
  #9  
Old 24-09-2012, 16: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
Quote:
Originally Posted by kashifagaria View Post
You Know For This Error

Source: Include\7z.com; DestDir: {tmp}; Flags: dontcopy

7z.com
its an EXE NOT COM, thats why the error
Reply With Quote
  #10  
Old 26-09-2012, 09:21
gentilu gentilu is offline
Registered User
 
Join Date: Nov 2007
Location: Paris
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
gentilu is on a distinguished road
Why, my inno setup, not create icon for unistall?
Reply With Quote
  #11  
Old 27-09-2012, 03:11
ashutosh4555's Avatar
ashutosh4555 ashutosh4555 is offline
Registered User
 
Join Date: Feb 2012
Location: India
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
ashutosh4555 is on a distinguished road
how can i extract pcf --> srep--> compresed file in inno setup
nt in CI
Reply With Quote
  #12  
Old 27-09-2012, 11:29
kashifagaria kashifagaria is offline
Registered User
 
Join Date: Sep 2012
Location: pakistan
Posts: 5
Thanks: 0
Thanked 2 Times in 1 Post
kashifagaria is on a distinguished road
I create the setup for inno setup Progresbar not show what can i do
http://imageshack.us/f/16/64116425.jpg/

Sorry For my bad english
Reply With Quote
  #13  
Old 28-09-2012, 16:49
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by kashifagaria View Post
I create the setup for inno setup Progresbar not show what can i do
http://imageshack.us/f/16/64116425.jpg/

Sorry For my bad english
I had this thing before, dont put buttons too much high in setup.
Reply With Quote
  #14  
Old 29-09-2012, 02:55
kashifagaria kashifagaria is offline
Registered User
 
Join Date: Sep 2012
Location: pakistan
Posts: 5
Thanks: 0
Thanked 2 Times in 1 Post
kashifagaria is on a distinguished road
Thanks

Quote:
Originally Posted by REV0 View Post
I had this thing before, dont put buttons too much high in setup.
Thanks
Reply With Quote
  #15  
Old 06-10-2012, 18:56
Evil Boy Evil Boy is offline
Registered User
 
Join Date: Sep 2012
Location: India
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
Evil Boy is on a distinguished road
Hello !!I want help on this !! Can anyone tell me code that will make a compact view button while installation like this : (see below in let corner) and after clicking that button installer go in Right corner and become small like this :

Thnx in advance for helping me!!
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 14:52.


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