FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup (https://fileforums.com/showthread.php?t=92407)

REV0 05-08-2012 15:29

I updated thread and added info about Unicode too, too much TGUID errors *facepalm* lol

iMaTriXx 25-10-2012 09:20

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
:(

REV0 25-10-2012 09:32

Duplicate Identifier ? TGUID ?

iMaTriXx 25-10-2012 09:39

Quote:

Originally Posted by REV0 (Post 408843)
Duplicate Identifier ? TGUID ?

see
http://fileforums.com/attachment.php...1&d=1351181691

REV0 25-10-2012 10:14

Quote:

Originally Posted by iMaTriXx (Post 408845)

Where is the error part ?

iMaTriXx 25-10-2012 10:27

Quote:

Originally Posted by REV0 (Post 408848)
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....

iMaTriXx 26-10-2012 10:50

Quote:

Originally Posted by Valeron (Post 408867)
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..

Cool_Cat 30-10-2012 08:37

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.

iMaTriXx 07-11-2012 02:52

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

buttignol 16-11-2012 04:54

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.

RespectThis 16-11-2012 10:39

Quote:

Originally Posted by iMaTriXx (Post 408937)
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.

sigit_army 24-03-2013 00:49

how to add Licence Agreement?
sorry if OOT and bad english..

pakrat2k2 24-03-2013 07:05

Quote:

Originally Posted by sigit_army (Post 415792)
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"

DavidBillaOO7 01-09-2013 18:16

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 .!!!

Newbie 02-09-2013 02:18

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


All times are GMT -7. The time now is 18:36.

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