|
#1
|
|||
|
|||
|
Looking for very basic Inno Setup Script
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.. Last edited by deadsec; 04-08-2016 at 11:37. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Try out this one...... http://fileforums.com/showthread.php?t=96520
|
|
#3
|
||||
|
||||
|
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.
__________________
Haters gonna hate
|
|
#4
|
|||
|
|||
|
try this one
original ISDONE https://drive.google.com/open?id=0Bx...VpwZFRMZEtMY1k or u can use Sheograt's ISFREEARCEXTRACT https://drive.google.com/open?id=0Bx...VM5N2FseTB5bW8 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
__________________
Pleasure from the senses seems like nectar at first, but it is bitter as poison in the end. Last edited by truerepacks; 04-08-2016 at 08:55. |
|
#5
|
|||
|
|||
|
Quote:
Quote:
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
see my post again added one more thing
__________________
Pleasure from the senses seems like nectar at first, but it is bitter as poison in the end. |
|
#7
|
|||
|
|||
|
Quote:
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". |
|
#8
|
|||
|
|||
|
okay here it is
use this one
__________________
Pleasure from the senses seems like nectar at first, but it is bitter as poison in the end. Last edited by truerepacks; 04-08-2016 at 09:13. |
|
#9
|
|||
|
|||
|
"unsupported compression method msc+srep:a32+delta+lzma:22617kb:normal:bt4:273:mc2 56:lc8"
How can i add this method to script? |
|
#10
|
|||
|
|||
|
from where u get the compression stuffs
BTW define directives for example, originaly it will be ";#define Your Compressor" make it "#define Your Compressor"
__________________
Pleasure from the senses seems like nectar at first, but it is bitter as poison in the end. |
|
#11
|
|||
|
|||
|
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?
|
|
#12
|
|||
|
|||
|
add this to ur script
Code:
#define MSC #define Srep 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
__________________
Pleasure from the senses seems like nectar at first, but it is bitter as poison in the end. Last edited by truerepacks; 04-08-2016 at 10:07. |
|
#13
|
|||
|
|||
|
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?
|
|
#14
|
|||
|
|||
|
Here is your "Very Basic" compressor and installer creator http://fileforums.com/showthread.php?t=99027
__________________
NOT AVAILABLE |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |