PDA

View Full Version : Looking for very basic Inno Setup Script


deadsec
04-08-2016, 08:31
Hi guys,

I'm a newbie. I couldn't manage to add Freearc decompression in Inno Setup. I tried a lot of scripts but they have fancy designs. I want a basic installer. Is there any scripts like this? Or can you give me some advice to make my own one?

Thanks..

unarc 125
04-08-2016, 08:38
Try out this one...... http://fileforums.com/showthread.php?t=96520

KaktoR
04-08-2016, 08:41
You can use this for lzma/srep/precomp. Compile with main.iss

Or use the one in UltraArc thread, if you wanna use UltraArc instead.

truerepacks
04-08-2016, 08:44
try this one
original ISDONE
https://drive.google.com/open?id=0BxQSCiRtuvASTVpwZFRMZEtMY1k

or u can use Sheograt's ISFREEARCEXTRACT

https://drive.google.com/open?id=0BxQSCiRtuvASSVM5N2FseTB5bW8

pure inno bt may u can't use the cls[used for the decompressing of data sets compressed with external compressors in FreeARC for ex-cls-srep, cls-lz4] with it

deadsec
04-08-2016, 08:51
Try out this one...... http://fileforums.com/showthread.php?t=96520
Thank you. But like i said, I'm looking for a script. Not an installer maker.

You can use this for lzma/srep/precomp. Compile with main.iss

Or use the one in UltraArc thread, if you wanna use UltraArc instead.

This one looks good. I'll try edit it. Thank you.

try this one
original ISDONE
https://drive.google.com/open?id=0BxQSCiRtuvASTVpwZFRMZEtMY1k

Can you make it public? I can't download it.

truerepacks
04-08-2016, 08:57
Can you make it public? I can't download it.
its the google drive ... If i m sure anyone can download it

see my post again added one more thing

deadsec
04-08-2016, 09:06
its the google drive ... If i m sure anyone can download it

see my post again added one more thing

I can't access your Google Drive link. It says "Access Restricted" "You need permission"..

And yes i tried Sheograt's script. I couldn't make it work. I'm using MSC and SREP with LZMA compression. It says something like "compression method not supported".

truerepacks
04-08-2016, 09:08
okay here it is

use this one

deadsec
04-08-2016, 09:37
okay here it is

use this one

"unsupported compression method msc+srep:a32+delta+lzma:22617kb:normal:bt4:273:mc2 56:lc8"

How can i add this method to script?

truerepacks
04-08-2016, 09:47
from where u get the compression stuffs

BTW define directives
for example, originaly it will be ";#define Your Compressor"
make it "#define Your Compressor"

deadsec
04-08-2016, 09:58
from where u get the compression stuffs

BTW define directives
for example, originaly it will be ";#define Your Compressor"
make it "#define Your Compressor"

It works now! Thank you. But "Time left" is not working. And its Russian. If i change them in 'Custom Messages' that would be enough?

truerepacks
04-08-2016, 10:00
add this to ur script

#define MSC
#define Srep


post the provided dll in Include folder

A Suggestion for u, First try to understand the basic, use ultaARC first, then try to understand differnt more complex ideas

read the isdone help provided below

deadsec
04-08-2016, 14:52
I have a little problem. I want to add "Create desktop shortcut", "Create Startmenu folder", "Create Quicklaunch shortcut" checkboxes to installation path selection page. If i add them one by one, it creates 3 pages. How can i make them together in 1 page?

78372
21-03-2017, 20:41
Here is your "Very Basic" compressor and installer creator http://fileforums.com/showthread.php?t=99027