![]() |
to work thanks
|
2 Attachment(s)
Quote:
Progress:= 3% |
1 Attachment(s)
Re: Designer
Guys am I a genius or what? Finally discovered something to make the designer much easier, just by using Inno Setup and nothing else like the Visual Studio and other application programs. Check this out, I got two ways to create designer, either designer integrated inside the installer or just a separate program. http://imageshack.us/a/img843/7036/20130524124817.jpg http://imageshack.us/a/img194/2649/20130524124826.jpg Here is the example below, You can move back button while in the installer and not via the script:eek: How to check example, run setup.exe, click next then you'll see backbutton, drag it around but don't lose it, :D |
1 Attachment(s)
Re: Designer,
Progress: 10% Decided to remove all graphics first, they are a distraction. |
Good progress.
|
3 Attachment(s)
Thanks nicola
Progress = 12% |
nice work..
|
2 Attachment(s)
Designer 20%
Maybe designer alpha will be released today or tomorrow 1102 Inno Setup Script Lines, got a feeling that it will be huge. |
this is designer for ciu?
|
required disk space max 999 MB add another digit example 9999.
|
1 Attachment(s)
Quote:
And the 9999 MB can be simply converted to 10 GB :) because it's close to 1 gb but will update the limit to 4 digits |
ok peccato potrebbe semplificare il lavoro del ciu 1.0.0.6 :).
where is your code?. |
1 Attachment(s)
I uploaded it sometime here but it's outdated will have to update it so it's not here, :D
|
Quote:
|
1 Attachment(s)
Yeah yeah, you'll get it
Progress :40% At least now, I've reached the stage whereby you can now load wizardimage and etc. :D |
looks great will simplify things for a great many. once you've gotten it to testing phase.
|
1 Attachment(s)
45% complete
now, you can load jpg or bmp and png, re-arrange all you want, create quick conversions test attachment added :) Requesting language translators...:rolleyes: it's kinda funny, that all of this is been created just by using inno setup and nothing else, :D Select Backgrounds under Autorun Interface Select tab standard configuration to load a simple file .jpg, Select tab advanced configuration to load a folder which has autorun#.jpg, Select tab expert configuration to load bmp and png image. |
Hi Forum Users,
I got a list of Delphi(Inno Setup) Language which is used when dealing with scripts. Code:
And Boolean and or bitwise and of two arguments |
Custom installer from game disc
I am trying to make a custom installer for my Crysis 3.
Question: Can I use innosetup to make an installer from my Disc/s - without having to install the game first? IF not, is there any software I can use? Thank you. |
About me a hand I want to put a bmp or logo.png down
http://i41.tinypic.com/35a22c9.png or this old code that I lent year. How do I change. [CODE] Code:
procedure InheritBoundsRect(ASource, ATarget: TControl);[CODE] Code:
function NextButtonClick(CurPageID: Integer): Boolean; |
its listed in the first section ?
WizardForm.WizardBitmapImage.Bitmap.LoadFromFile('F:\InstallShield2_495x314.bmp'); |
Quote:
example.495x314 |
that just lists its size for reference, doesn't need to be there.
|
Yes, but how do I put a logo at the bottom of it red mark?
who can help me complete the code. http://i41.tinypic.com/35a22c9.png |
so change the 'F:\InstallShield2_495x314.bmp' to file of your choice & test it to see where it shows up.
|
|
Quote:
http://i41.tinypic.com/bijsic.png |
I did it now and perfect.
|
I have 2 probrem with my code
1. I can't show license page before welcome page & ready page before installing page 2. I using StatusLabel.SetBounds but i don't see status in installing page Please help myyyyy. Sr for my english bad @@ |
WizardForm.InnerNotebook.Hide;
WizardForm.OuterNotebook.Hide; these hidden you have to create your page readme I have the same problem. |
1 Attachment(s)
Quote:
2. chk attachment.. |
Hi.
Question about this line, e.g.: Code:
arc a -ep1 -r -ed -w.\ .\Disk1\list.bin [email protected] -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8When to use ep and when ep1... What is "-ed" and when to use it. Also, if I want to compress folder with files how to do it.... I mean if I later want to extract it to some folder it should be e.g. Some folder - my compressed folder with files inside. Not Some folder - files from compressed folder. I hope you understand my question. I apologize if these was asked already before.... Thank You EDIT: Thank You Joe Forster/STA for coding my line. |
|
what is the best compression script for internal
|
I have a question, posted in as part of a conversation w/ Peter, but if anyone has an answer they're welcome to post it
http://fileforums.com/showpost.php?p...9&postcount=56 |
Quote:
Code:
[Setup]@other members what is the best compression script for internal |
interesting - yours displays the text on the finished page just fine.
As for compression, I think lzma2/ultra64 is the tightest that inno can offer, without having to resort to using .arc files like some scripts around the forums. EDIT: I messed with my original script I had pasted - turns out if I change this Code:
procedure CurPageChanged(CurPageID: Integer);Code:
procedure CurPageChanged(CurPageID: Integer); |
Quote:
|
Full code section:
Code:
var |
depends on they types of files trying to compress. some compress better then others. look at any of the scripts posted that use peter's method ( bat file ).
|
| All times are GMT -7. The time now is 08:10. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com