|
|
|
#1
|
|||
|
|||
|
Funny, that's exactly the problem I'm having right now, and wanted to ask what the problem is.
Both “DirectX” and “Microsoft Visual C++ 2015-2022” are simply ignored.Code:
[Redists]
Enable=1
Redist1.Enable=1
Redist1.Name=Microsoft DirectX
Redist1.Level=0
Redist1.ItemType=CHECK
Redist1.Checked=1
Redist1.Enabled=1
Redist1.Exe32={app}\_redist\directx\DXSETUP.exe
Redist1.Exe64={app}\_redist\directx\DXSETUP.exe
;Redist1.Param=/silent
Redist2.Enable=1
Redist2.Name=Microsoft Visual C++ 2015-2022
Redist2.Level=0
Redist2.ItemType=CHECK
Redist2.Checked=1
Redist2.Enabled=1
Redist2.Exe32={app}\_redist\vc_redist_2015_2022\VC_redist.x86.exe
Redist2.Exe64={app}\_redist\vc_redist_2015_2022\VC_redist.x64.exe
;Redist2.Param=/q /norestart
Last edited by pcblizzard; 11-09-2022 at 01:21. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Titeuf (19-09-2022) | ||
|
#3
|
|||
|
|||
|
The script works! Thank you very much!
|
|
#4
|
||||
|
||||
|
I checked quick, don't have really any time today, but the problem is somewhere in ssPostInstall step, at least debug mode tells me (the whole redist part is not processed).
I will look at it further tomorrow
__________________
Haters gonna hate
|
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
pcblizzard (11-09-2022), Titeuf (19-09-2022) | ||
|
#5
|
||||
|
||||
|
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.
|
|
#6
|
||||
|
||||
|
There are some other elements which glitch around
![]() 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.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
L33THAK0R (11-09-2022) | ||
|
#7
|
||||
|
||||
|
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
__________________
Haters gonna hate
|
| The Following 5 Users Say Thank You to KaktoR For This Useful Post: | ||
Cesar82 (12-09-2022), Gehrman (15-09-2022), mausschieber (11-09-2022), pcblizzard (14-09-2022), Titeuf (19-09-2022) | ||
|
#8
|
||||
|
||||
|
In my case, the progress bar doesn't work in version 7.3.5, I didn't have this problem.
![]() How can anyone check this under the link is my script |
|
#9
|
|||
|
|||
|
hello is an update planned for DiskSpan support 2.0.1.2?
|
|
#10
|
||||
|
||||
|
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. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#11
|
||||
|
||||
|
It is compatible. Only the new hash function in DSG does not work with ASIS at the moment.
I will check
__________________
Haters gonna hate
|
|
#12
|
||||
|
||||
|
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.
|
|
#13
|
||||
|
||||
|
Works here (v7.3.7)
__________________
Haters gonna hate
|
|
#14
|
|||
|
|||
|
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
|
| The Following User Says Thank You to fabrieunko For This Useful Post: | ||
KaktoR (16-09-2022) | ||
|
#15
|
||||
|
||||
|
Quote:
If you set RunFromAppFolder=1 it works fine. I have removed the RunFromAppFolder option temporarily if you use QuickSFV until I find another solution. ![]() 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
__________________
Haters gonna hate
Last edited by KaktoR; 16-09-2022 at 16:24. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |