View Single Post
  #142  
Old 29-05-2022, 13:41
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by sakhjack View Post
.bin and .style (unnamed) files created in folder System32 after installation
I assume it's from CurStepChanged (ssPostInstall section)
----
Other minor issues:
  • LogoOnClick is missing #ifdef AppURL condition
  • ShowWindow has a typo in argument
Code:
function ShowWindow(hWnd: v; ...)
---
I guess it's supposed to be 
---
function ShowWindow(hWnd: HWND; ...)
Thanks for reporting the bugs.
If you find other bugs let me know.
I have attached the script with the reported bugs fixed.
Attached Files
File Type: 7z Light Installer Script 1.0.1.0 SRC [2022.05.29] (U3).7z (20.3 KB, 30 views)
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
Gehrman (29-05-2022), mausschieber (29-05-2022), sakhjack (29-05-2022)