|
#376
|
||||
|
||||
|
you try by any means necessary, compress files using a list to include or exclude the files
|
| Sponsored Links |
|
#377
|
|||
|
|||
|
How can I do to set my Installer can Run as Administrator?
|
|
#378
|
||||
|
||||
|
start up inno then goto help & search for administrator.
[Setup]: PrivilegesRequired |
|
#379
|
||||
|
||||
|
Hi, Guys . How Can I Create a silently Installer with inno setup that Include Two or Three or More disk?
I Create Installer, But when disk one is finished, silently Installer not asked for disk two and Progress bar roll Back and install canceled . what can i do? Sorry For my bad english |
|
#380
|
|||
|
|||
|
I get this error
![]() I use this code: Code:
arc a -ep1 -ed -r -w.\ Data-01.bin -mprecomp:zl98:d0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "D:\game\*" pause |
|
#381
|
||||
|
||||
|
arc.ini
|
|
#382
|
|||
|
|||
|
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
|
|
#383
|
||||
|
||||
|
Can anyone help me.
I need a code to activate and deactivate a label 5 times with an interval of time. |
|
#384
|
|||
|
|||
|
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 |
|
#385
|
||||
|
||||
|
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) | ||
|
#386
|
|||
|
|||
|
Thanks,
That's Awesome! |
|
#387
|
||||
|
||||
|
Quote:
in IS enhanced edition, use ttimer function in normal inno setup use settimer and killtimer using innocallback.dll |
|
#388
|
|||
|
|||
|
how to give the installer an icon or the same icon used for setup.exe in Add/Remove programs window?
|
|
#389
|
||||
|
||||
|
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) | ||
|
#390
|
|||
|
|||
|
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?
|
![]() |
|
|
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 |