#31
|
|||
|
|||
I updated thread and added info about Unicode too, too much TGUID errors *facepalm* lol
|
Sponsored Links |
#32
|
|||
|
|||
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
|
#33
|
|||
|
|||
Duplicate Identifier ? TGUID ?
|
#34
|
|||
|
|||
#35
|
|||
|
|||
Quote:
|
#36
|
|||
|
|||
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. |
#37
|
|||
|
|||
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..
|
#38
|
|||
|
|||
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.
|
#39
|
|||
|
|||
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
|
#40
|
||||
|
||||
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. |
#41
|
|||
|
|||
Quote:
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. |
The Following 3 Users Say Thank You to RespectThis For This Useful Post: | ||
#42
|
||||
|
||||
how to add Licence Agreement?
sorry if OOT and bad english.. |
#43
|
||||
|
||||
in script under [languages]
[Languages] Name: eng; MessagesFile: Languages\English.isl; LicenseFile:"Readme_US.txt" |
#44
|
|||
|
|||
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 .!!! |
#45
|
||||
|
||||
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:
Quote:
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 |
Thread Tools | |
Display Modes | |
|
|
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 |