|
|
|
#1
|
|||
|
|||
|
Here is the Arc.ini
Code:
[External compressor:srep]
;options = l%d (minimal match length, default=1024)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Can anyone help me.
I need a code to activate and deactivate a label 5 times with an interval of time. |
|
#3
|
||||
|
||||
|
Quote:
in IS enhanced edition, use ttimer function in normal inno setup use settimer and killtimer using innocallback.dll |
|
#4
|
||||
|
||||
|
Quote:
Need to example ButtonClick >> LabelHide(Time ms) >> LabelShow(Time ms) >> LabelHide(Time ms) >> LabelShow(Time ms) .... What is the difference between versions of Inno Setup (ANSI, Unicode, Ansi Enhanced Edition and Unicode Enhanced Editio)? If the Enhanced edition version is more complete because we use another version. |
|
#5
|
||||
|
||||
|
Quote:
The difference I think is that Enhanced Edition uses single functions which have been generated from long or frustrating procedures from the standard version. The Enhanced Edition allows some lines or functions which aren't allowed in the standard version. like ttimer, doublebuffered and etc. It also helps by suggesting or ideas for you whenever you are dealing with any script. ![]() and etc. |
|
#6
|
|||
|
|||
|
Alright, I have a simple question:
Is it possible to make a custom installer using ONLY the game disc/s - IE: making an installer without installing the game first? It would help for annoying DRM and poor internet connection. Also, When using the custom installer - is there an easier way to align your buttons? At the moment I am editing the setup.ini, running setup to see where the buttons are, and repeating this process until I eventually get them right. Is there some way i can make it easier? Thanks for your help. Last edited by inovateqsa; 17-04-2013 at 03:24. Reason: Extra info |
|
#7
|
||||
|
||||
|
Quote:
open your image with photshop (ie. autorun.png) right click over the ruler and choose pixels. use the guide lines to obtain the coordinates were you want the buttons appears. Its not 100% accurate sometimes you have to rest 4 or 5 pixels. (ie.: if on photoshop show that your button will appears at left=80 and top=160 on setup.ini you must put left=80 top=155) I hope this help you.
__________________
always above all, keep in mind that some day you will die. Bushido. |
| The Following 2 Users Say Thank You to spawniectes For This Useful Post: | ||
inovateqsa (17-04-2013), pakrat2k2 (17-04-2013) | ||
|
#8
|
|||
|
|||
|
Thanks,
That's Awesome! |
|
#9
|
|||
|
|||
|
how to give the installer an icon or the same icon used for setup.exe in Add/Remove programs window?
|
|
#10
|
||||
|
||||
|
in inno script [setup] section
UninstallDisplayIcon=setup.ico all in the help section, just open up your script, and click on help. all documentated there
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
danswano (17-04-2013) | ||
|
#11
|
|||
|
|||
|
How do i dynamically make the installer asks for the next cab if it was missing on the disc without specifying which .cab is one the next disc?
|
|
#12
|
||||
|
||||
|
Hello Friends.
How can i change (size and place) the button of the message box? Sem título.jpg Thanks in advance. |
|
#13
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Andre Jesus (20-04-2013) | ||
|
#14
|
||||
|
||||
|
Quote:
|
|
#15
|
||||
|
||||
|
Quote:
Make Custom Labels, Change OnClicks and Use Booleans.
Last edited by Razor12911; 26-04-2013 at 04:13. |
![]() |
|
|
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 |