Quote:
Originally Posted by sakhjack
.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.