FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ASIS: Advanced Simple Installer Script (https://fileforums.com/showthread.php?t=99481)

Jiva newstone 05-01-2018 23:30

2 Attachment(s)
Just drag and drop the fg's archieve in the FREEARCWM.exe
It shows the what method fitgirl uses !

WOliveira 06-01-2018 04:51

Can you use these methods in Ultra Arc?

fatalerror1 06-01-2018 15:44

any clue how to solve this??
https://i.imgur.com/85k0QtC.png

Just trying to make from this a small basic setup that i can use for anything with just changing name, HDDreqs, exe and redists without any graphical shanenigans but that supports Arc packed files+records ini

KaktoR 06-01-2018 15:47

You did made a mistake with {cm:FinishLabel} i guess.

Which language you using for setup?

fatalerror1 07-01-2018 01:40

i did nothing with it, aka leaved what was there ... so probably just english ... but maybe i commented out something i shouldnt

KaktoR 07-01-2018 03:31

If you don't get it fixed, send me your files then.

fatalerror1 07-01-2018 05:18

1 Attachment(s)
here (just the files i changed) ... didnt found whats the problem , seems like i has problems reading #Name from the ini or something

prudislav 07-01-2018 05:34

^
try Unicode Innosetup ;-)

Some observations (Kaktor will pobably gives you proper answers)
1) the basic design looks fugly https://imgur.com/a/X9Lif
... you might wanna create some fine looking "blank" one or tr to mess with the code a bit more
2) While installing it gets some "proc errors" https://i.imgur.com/yc2l1Oi.png but it installs when you click ok and on finish page gets same "proc error"
3) some weird stuff happening when you click install https://imgur.com/a/11HFb

uninstall works flawlessly

KaktoR 07-01-2018 06:25

Proc errors because:

1) the script was not made to disable images in Settings.ini (Background, Background2, Banner and Icon).

What you could do: Just crate 1x1 px black bitmap images.

Also in script don't disable images (WizardImageFile=, WizardSmallImageFile=).

If you want a non-image minimalistic installer, you could try out this: http://fileforums.com/showthread.php?t=99549

2) if you want to use UltraARC, just enable it by removing ; . Do not replace it with enabled DiskSpan define. In this case, DiskSpan is enabled too alongside with UltraARC, which gives you proc errors too (because there is no #define DiskSpan, so all #ifdef DiskSpan will be compiled too).

3) Weird stuff is a bug in script, will fix it soon.

fatalerror1 07-01-2018 07:54

thx for info , will try to mess with it later on (might probably wait for fix for point 3) and will let you know

as for the minimalistic one thats a bit way too minimalistic ..

What i need is simple design where i can exchange project ćompileation really fast and do bunch of installers after each other with just small changes to the script aka just the Name, installDir, HDDsize,exe,icon + redists but also optionally if i want some basic graphics (like the small and big wizardimages) and optionally some kind of readme before install

Just an example for what i want it for :
... i have certain project but for each customer (there are like 50 slightly modified version) there are slight changes and small customizations which requires just small changes to the installer script , but design needs to be completely neutral installer look.

But also have couple highly customized versions which are planned to have readme in installer and images.


to be honest enough would be even just the standard innoDesign but with arc support
but i still think this script is basically what i need , i just need to figure out the basic changes to it for my needs ;-)

prudislav 07-01-2018 08:44

Quote:

Originally Posted by KaktoR (Post 465663)
2) if you want to use UltraARC, just enable it by removing ; . Do not replace it with enabled DiskSpan define. In this case, DiskSpan is enabled too alongside with UltraARC, which gives you proc errors too (because there is no #define DiskSpan, so all #ifdef DiskSpan will be compiled too).

not sure if i follow , tried this with fe1's test script
How should this section look when i want to use UltraARC packed files???

Code:

#define UltraARC
;#define DiskSpan

gives same proc error even with all pictures enabled
and if i use
Code:

#define UltraARC
#define DiskSpan

i get this error https://i.imgur.com/E4jd6KW.png

pakrat2k2 07-01-2018 11:46

^^ cant have BOTH #define Ultraarc & #Define DiskSpan left open like that, choose one & put ; infront of other.

prudislav 07-01-2018 12:43

yeah i know , i guess just i got confused by Kaktor's wording .... will check properly tomorrow if i can solve the proc errors (still get them even if i fix stuff KaktoR said are wrong with fe1's script)

KaktoR 07-01-2018 13:40

Quote:

Originally Posted by fatalerror1 (Post 465665)
to be honest enough would be even just the standard innoDesign but with arc support
but i still think this script is basically what i need , i just need to figure out the basic changes to it for my needs ;-)

Maybe this? http://fileforums.com/attachment.php...1&d=1508857153

fatalerror1 08-01-2018 00:07

Quote:

Originally Posted by KaktoR (Post 465675)

awesome will try this one

as for ASIS i still have the proc error problem same as prusilav in #163 (used all the pictures, in setting only ultraarc , but still nothing)


All times are GMT -7. The time now is 13:50.

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