![]() |
Quote:
|
Quote:
Also can you explain me how to use components and tasks which is disabled by default in the script |
Light Installer Ultimate (Beta 1)
1 Attachment(s)
After a long time I am sharing the beta version of L.I.U.
I ask those interested in the project to test it and inform me of any bugs they find. The project was developed to have a simple interface and allow all the features of the DiskSpan GUI tool. |
The uninstallers you create do not uninstall, delete the games when uninstalling it
|
Light Installer Script 1.0.1.4
|
I'm sorry, I'm a newbie, I don't know how to do it.
|
You cannot get an update that has already been corrected
|
Thank you very much, in the end I was able to make the correction and it works.
|
Light Installer Script 1.0.1.5
Added Light Installer Script 1.0.1.5 in first post.
Code:
- Updated XHashEx.dll library to v1.0.0.0 build 230729 no UPX version. |
FadeEffect
1 Attachment(s)
Hi Cesar82,
A few days ago, I embarked on creating a custom function for the "FadeEffect" feature in my installer script. While I successfully implemented the function, I encountered an issue when attempting to close the installer using the newly added functionality. Specifically, I received an error message. To troubleshoot, I meticulously reviewed my code and made adjustments based on your original script. The modified version now resides in the file below, and I'm pleased to report that it works seamlessly without requiring any additional lines of code such as WizardForm.Free. However, there are only one remaining challenges: Minimizing and Maximizing Animation Not Displayed: Despite the improvements, minimizing and maximizing animation doesn't appear as expected. I kindly request your assistance in resolving these issues. Your expertise would be greatly appreciated. |
1 Attachment(s)
Quote:
You could throw AnimateWindow into the WizardForm.OnShow event. I modified the code a little and added timers for FadeIn/FadeOut (see attachment). |
1 Attachment(s)
Quote:
|
4 Attachment(s)
Quote:
But I would like to inform you that the VRAM is not reading correctly... Reading is limited to 32-bit integers. Should have returned 12 GB of VRAM here (see first image). Also the windows identification is not being displayed correctly. It is labeled as "Windows 10 Interprise" and is "Windows 10 Pro" (see second image) I attached a code that detects VRAM above 4 GB in case you want to use part of it for your module (see third image). EDIT: I think you should use the "Extended" type (not Int64) to make it compatible with previous versions of Inno Setup such as the IS Enhanced 5.51 version that many use due to the excellent programming/debugging interface and extra classes offered in this version. |
1 Attachment(s)
Quote:
Quote:
Quote:
well done, i hope this release should work as expected, and also if you have windows 11, please test this release on that machine to see if every things work`s well or no. Edit: i also modified the GetCPUArchitecture function to work with GetNativeSystemInfo and IsWow64Process api function. |
2 Attachment(s)
Quote:
- Contains a MsgBox in the module's GetCPUArchitecture function. - Keeps returning "Windows Interprise". - You cannot use "RoundUp(Round(GetGPUVRAM))" in the example. You can use RoundUp only after converting to MB. RoundUp rounds the values to a multiple of 64, because for example if you get 493 MB it would return 512 MB (Which would be a multiple of 64). You can change the example script to: Code:
+ 'GPU VRAM: ' + ConvertUnitFormat(GetGPUVRAM, In_Bytes, In_MegaBytes, 0, False) + #13#10 |
| All times are GMT -7. The time now is 06:10. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com