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)

L33THAK0R 11-09-2022 10:40

Bizarre update for anyone else in the future who encounters my issue, it seems "WizardForm.DirEdit" & "WizardForm.DirBrowseButton" were the culprits of my bizarre element issue and simply hiding them resolves this. I've done some digging but alas I've no idea what the scripts reasoning is for creating this rogue overlapping element.

KaktoR 11-09-2022 11:45

There are some other elements which glitch around :D

All of these problems with misplaced and glitched elements started when I was trying to resize the original wizardform way back, which was - to my naive surprise - problematic in the past because there seems to be a internal limitation in Inno Setup source for some reason (if you want to make the installer surface bigger then default). Not sure but I think it was the Wizardform.Innerpage which was the real problem, that's why there exists a funny procedure GrowWizard to get rid of this problem.

pcblizzard 11-09-2022 12:45

Quote:

Originally Posted by Cesar82 (Post 498288)
Try with this hotfix (I didn't have time to test).

The script works! Thank you very much!

KaktoR 11-09-2022 13:15

Made some changes and added quicksfv alternative crc checking a week ago. Wanted to wait for next DSG but it let us wait and I don't know if anything have to be changed in script yet. So here is a new update.

Code:

v7.3.7
_____________________________________________________
- Added QuickSFV option again as alternative crc check option after installation
  > Note: You can't use both options
- Fixed redist installation (thanks to Cesar)
- Fixed some other things

https://fileforums.com/showpost.php?...postcount=1191

ROKA1969 15-09-2022 11:26

1 Attachment(s)
In my case, the progress bar doesn't work in version 7.3.5, I didn't have this problem.

https://i.imgur.com/ui91cYG.png

How can anyone check this under the link is my script

fabrieunko 15-09-2022 19:58

hello is an update planned for DiskSpan support 2.0.1.2?

Cesar82 15-09-2022 21:47

Quote:

Originally Posted by fabrieunko (Post 498339)
hello is an update planned for DiskSpan support 2.0.1.2?

One thing at a time... Wait!
Soon the Light Installer Script will be supported.
Then the CIU and then the ASIS and then the other installers.
Just don't use the new features with outdated scripts and errors will not occur even using DiskSpan GUI 2.0.1.2.

KaktoR 16-09-2022 00:49

Quote:

Originally Posted by fabrieunko (Post 498339)
hello is an update planned for DiskSpan support 2.0.1.2?

It is compatible. Only the new hash function in DSG does not work with ASIS at the moment.

Quote:

Originally Posted by ROKA1969 (Post 498332)
In my case, the progress bar doesn't work in version 7.3.5, I didn't have this problem.

https://i.imgur.com/ui91cYG.png

How can anyone check this under the link is my script

I will check

ROKA1969 16-09-2022 11:01

It has already been clarified that the problem was the upgrade to version 7.3.7. Version 7.3.6 + fix redist itself works fine.
https://i.imgur.com/Fu0AsJP.png

KaktoR 16-09-2022 11:19

1 Attachment(s)
Works here (v7.3.7)

fabrieunko 16-09-2022 12:01

Hello, I just tested version 7.3.7 it works very well. but I have a problem when I test with QuickSFV.
I generated an sfv file but it gives me an error see image. maybe the checksum file is not copied to the right place? if I copy it into the tu game directory and launch QuickSFV manually it works


https://zupimages.net/up/22/37/d1u7.jpg

KaktoR 16-09-2022 16:21

Quote:

Originally Posted by fabrieunko (Post 498364)
Hello, I just tested version 7.3.7 it works very well. but I have a problem when I test with QuickSFV.
I generated an sfv file but it gives me an error see image. maybe the checksum file is not copied to the right place? if I copy it into the tu game directory and launch QuickSFV manually it works


https://zupimages.net/up/22/37/d1u7.jpg

The problem seems that you can't set the WorkingDir constant in Exec function correctly for QuickSFV.exe

If you set RunFromAppFolder=1 it works fine. I have removed the RunFromAppFolder option temporarily if you use QuickSFV until I find another solution.

https://i.imgur.com/ySHzJlC.png

Here is v7.3.8
https://fileforums.com/showthread.ph...028#post498028

Code:

v7.3.8
_____________________________________________________
- Fixed INI options if the file was not present in {app} dir the installer has created the file instead
- Removed RunFromAppFolder setting temporarily if you use QuickSFV


L33THAK0R 19-09-2022 10:11

Is it possible to implement external labels to replace TimeStr1/2/3? I've got the issue currently where the time elapsed/remaining labels are cut off by the WizardForm boundaries, however this issue would be resolved if I were able to shorten "hour(s)"/"minute(s)"/"second(s)" to something simpler such as "hr(s)"/"min(s)"/"sec(s)", however I'm currently unable to figure out how to do so.

Masquerade 19-09-2022 11:10

Quote:

Originally Posted by L33THAK0R (Post 498387)
Is it possible to implement external labels to replace TimeStr1/2/3? I've got the issue currently where the time elapsed/remaining labels are cut off by the WizardForm boundaries, however this issue would be resolved if I were able to shorten "hour(s)"/"minute(s)"/"second(s)" to something simpler such as "hr(s)"/"min(s)"/"sec(s)", however I'm currently unable to figure out how to do so.

If I am correct in thinking, these strings are read from ISDone's configurations. So, just edit the corresponding ini file for each language in "Resources\Includes" folder. Should fix your problem.

L33THAK0R 19-09-2022 21:27

Quote:

Originally Posted by Masquerade (Post 498390)
If I am correct in thinking, these strings are read from ISDone's configurations. So, just edit the corresponding ini file for each language in "Resources\Includes" folder. Should fix your problem.

Ah cheers, I didn't even think to check the config files, definitely makes things easier!


All times are GMT -7. The time now is 12:59.

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