FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

Razor12911 09-04-2013 10:11

Quote:

Originally Posted by huavancuong098 (Post 416895)
but the use of such compress.bat no clear delineation of space between 4.3 GB DVD. How to properly define the size of each DVD? The use of arc free to use the Inno Setup command with a higher compression than compress.bat not?

you try by any means necessary, compress files using a list to include or exclude the files

sakaboy 12-04-2013 17:31

How can I do to set my Installer can Run as Administrator?

pakrat2k2 12-04-2013 17:45

start up inno then goto help & search for administrator.

[Setup]: PrivilegesRequired

TsubasaHP 13-04-2013 01:25

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

Compiler 14-04-2013 07:06

I get this error
http://img255.imageshack.us/img255/2772/errv.png

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


Razor12911 14-04-2013 07:08

arc.ini

Compiler 14-04-2013 07:11

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


Cesar82 16-04-2013 15:57

Can anyone help me.
I need a code to activate and deactivate a label 5 times with an interval of time.

inovateqsa 16-04-2013 22:24

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.

spawniectes 17-04-2013 04:44

Quote:

Originally Posted by inovateqsa (Post 417218)
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.

I can respond for the align of the buttons. this is an small trick that I use.

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.

inovateqsa 17-04-2013 05:40

Thanks,

That's Awesome!

Razor12911 17-04-2013 06:18

Quote:

Originally Posted by LuisCésar82 (Post 417211)
Can anyone help me.
I need a code to activate and deactivate a label 5 times with an interval of time.

use a timer and boolean,

in IS enhanced edition, use ttimer function in normal inno setup use settimer and killtimer using innocallback.dll

danswano 17-04-2013 14:29

how to give the installer an icon or the same icon used for setup.exe in Add/Remove programs window?

pakrat2k2 17-04-2013 15:18

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

danswano 17-04-2013 15:57

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?


All times are GMT -7. The time now is 21:47.

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