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

Reply
 
Thread Tools Display Modes
  #31  
Old 05-08-2012, 15:29
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
I updated thread and added info about Unicode too, too much TGUID errors *facepalm* lol
Reply With Quote
Sponsored Links
  #32  
Old 25-10-2012, 09:20
iMaTriXx iMaTriXx is offline
Registered User
 
Join Date: Oct 2012
Location: Helll
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
iMaTriXx is on a distinguished road
Unhappy need help

how can i add 2 and more _issi.isi files in inno plz suggest best way bcz whenever im trying to compile this script its give me an error duplicate identifier in INITIALIZED
Reply With Quote
  #33  
Old 25-10-2012, 09:32
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
Duplicate Identifier ? TGUID ?
Reply With Quote
  #34  
Old 25-10-2012, 09:39
iMaTriXx iMaTriXx is offline
Registered User
 
Join Date: Oct 2012
Location: Helll
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
iMaTriXx is on a distinguished road
Quote:
Originally Posted by REV0 View Post
Duplicate Identifier ? TGUID ?
see
http://fileforums.com/attachment.php...1&d=1351181691
Reply With Quote
  #35  
Old 25-10-2012, 10:14
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 iMaTriXx View Post
Where is the error part ?
Reply With Quote
  #36  
Old 25-10-2012, 10:27
iMaTriXx iMaTriXx is offline
Registered User
 
Join Date: Oct 2012
Location: Helll
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
iMaTriXx is on a distinguished road
Red face

Quote:
Originally Posted by REV0 View Post
Where is the error part ?
id add this file in this script then im getting this error
#include:"c/issi/about.isi"
#include:"c/issi/music.isi"
when im #include only first cmnd its nt given any error but when i #include another script its give me an error & i cnt resolve this problem
thanks for quick reply....

Last edited by iMaTriXx; 25-10-2012 at 12:33.
Reply With Quote
  #37  
Old 26-10-2012, 10:50
iMaTriXx iMaTriXx is offline
Registered User
 
Join Date: Oct 2012
Location: Helll
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
iMaTriXx is on a distinguished road
Quote:
Originally Posted by Valeron View Post
don't use issi combined with your script. It's errors. Rather ask professionals for the code section for looking for or to add to your script.
kkkk u mean i cant able to combined issi script with my script there is an alternate way to edit these options in inno bcz im nt professnal.& i d't know much abt delphi & pascal scripting so if u dont mind could u plz help me there bcz i badly want to integreate this options in my script so plz u may suggest how can we resolve these errors..
Reply With Quote
  #38  
Old 30-10-2012, 08:37
Cool_Cat Cool_Cat is offline
Registered User
 
Join Date: Oct 2008
Location: germany
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Cool_Cat is on a distinguished road
Question IGameExplorer

Hi, i want to add a game to the Windows Game Explorer using the IGameExplorer function. The gdf.dll for the game i have here. How can i integrate that function into my inno-script? I hope someone here could help me, maybe with a short example-script. thanks.
Reply With Quote
  #39  
Old 07-11-2012, 02:52
iMaTriXx iMaTriXx is offline
Registered User
 
Join Date: Oct 2012
Location: Helll
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
iMaTriXx is on a distinguished road
heyy gyus recently i'd make an script in inno it working perfect but when setup finish/failed its nt delete temp. (in ths folder contains images,visual themes,isdone.dll,etc) folder in c drive
Reply With Quote
  #40  
Old 16-11-2012, 04:54
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
Revo Can you help me with precomp command line to learn zl (zlib_Levels) I use

arc-ap1-r-w. \. \ Files \ Setup-1.bin-mprecomp: NFJ-t + lzma: a1: mfbt4 : d256m: FB128: MC1000: LC8 "Setup-1 \ *"

I read in forun to use precomp without any command you give me an example thanks google translator.

Last edited by buttignol; 16-11-2012 at 04:57.
Reply With Quote
  #41  
Old 16-11-2012, 10:39
RespectThis RespectThis is offline
Registered User
 
Join Date: Oct 2012
Location: USA
Posts: 3
Thanks: 0
Thanked 4 Times in 2 Posts
RespectThis is on a distinguished road
Quote:
Originally Posted by iMaTriXx View Post
kkkk u mean i cant able to combined issi script with my script there is an alternate way to edit these options in inno bcz im nt professnal.& i d't know much abt delphi & pascal scripting so if u dont mind could u plz help me there bcz i badly want to integreate this options in my script so plz u may suggest how can we resolve these errors..
The error is fairly self-explanatory. Your error is happening because 'InitializeWizard' is being called more than once. ISSI already has them listed in the script you're including, they can't be called again after the '#include' is called on ISSI. You'd have to extract the necessary functions/bits of code from the ISSI script and include them in the actual script you're writing, which if you have no clue as to what's going on in all those lines of code is next to impossible.

Some understanding of programming in general and more specifically Pascal (Delphi?) are required to really grasp what you're doing with IS. If someone really wanted to you could ask them to write the code for you and then simply copy & paste it, but you won't learn anything in the process and depending on complexity you're not likely to find someone to do it seeing as how people make a living doing such things.

Maybe you'll find someone, but best bet is to simply learn how to do it yourself if you have the determination. Plus what you learn can be applied to more than just writing some simple install scripts for IS. Granted Pascal isn't really used for much of anything anymore but alot of the principles are still the same. I was in the same boat not long ago, but I've always wanted to learn programming. So I started reading... and reading... and reading... to learn what I wanted to accomplish.

If all you want to do is learn to write some IS scripts, then go download the free e-book Essential Pascal, look through the plentiful documentation on Inno all over the web, look over the numerous example scripts included with Inno, and start knocking out some lines of code on your own. Game installers aren't very complex for the most part, so it's not too difficult to go from no understanding to being able to put a decent one together.
Reply With Quote
The Following 3 Users Say Thank You to RespectThis For This Useful Post:
jackstuff (06-01-2013), pakrat2k2 (16-11-2012), Razor12911 (25-03-2013)
  #42  
Old 24-03-2013, 00:49
sigit_army's Avatar
sigit_army sigit_army is offline
Registered User
 
Join Date: Sep 2012
Location: Indonesia
Posts: 17
Thanks: 5
Thanked 1 Time in 1 Post
sigit_army is on a distinguished road
how to add Licence Agreement?
sorry if OOT and bad english..
Reply With Quote
  #43  
Old 24-03-2013, 07:05
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
Quote:
Originally Posted by sigit_army View Post
how to add Licence Agreement?
sorry if OOT and bad english..
in script under [languages]

[Languages]
Name: eng; MessagesFile: Languages\English.isl; LicenseFile:"Readme_US.txt"
Reply With Quote
  #44  
Old 01-09-2013, 18:16
DavidBillaOO7 DavidBillaOO7 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
DavidBillaOO7 is on a distinguished road
Nee some Help here !!!

Hey Guys can anybody help me how to edit the registry section in inno setup ??

Thanks in Advance ..please help me i want to make a repack game ..it is Assassin's Creed II so guys please help me .!!!
Reply With Quote
  #45  
Old 02-09-2013, 02:18
Newbie's Avatar
Newbie Newbie is offline
Registered User
 
Join Date: Sep 2012
Location: Croatia
Posts: 81
Thanks: 112
Thanked 13 Times in 11 Posts
Newbie is on a distinguished road
Well, I can't help you too much....

In Useful programs check post by pakrat2k2, he posted a "very handy program to convert those reg entries into inno script"


So, you export registry key/s from registry, make sure you don't forget something.

Open that program - load .reg file - that program will then create .iss script.

Open it.

Now you should edit some things - you will see a lot of things maybe, but I think that only thing that you need to change is something like "game path", understand.....

e.g. If you have something like this in your script....

Quote:
C:\Program Files (x86)\Ubisoft\Tom Clancy's Splinter CellŪ Blacklist™\
....you should change it to
Quote:
{app}\
I think.

Then it all depends what script are you using, but under [Registry] you should post those registry lines.

I hope you understand something.

Or wait for better clarification.

Cheers
Reply With Quote
Reply

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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
yener90's Inno Project Source Codes yener90 Conversion Tutorials 1475 21-10-2014 09:50



All times are GMT -7. The time now is 13:08.


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