I am experiencing a really weird condition with the NSIS install script... So I created an installed that is all working fine on my local computer, either I ran it as normal user or as administrator. However, when the customer tried to run it in their machine, the installer ran fine (CreateDirectory did not throw any error) however the directory was never created.
The directory in question is just
, where $APPDATA typically points to my own Roaming folder, ex: C:\Users\et5341\AppData\Roaming$APPDATA\Blah
Could any experts here give me some hint on how to troubleshoot this issue?
- Why was the "Blah" folder never created under Roaming?
- Installer was ran as normal user or administrator, both never created the folder.
- Is a Windows 10 machine, although I tried it on my Windows 11 and even XP, it worked fine.
- Is it because or some kind of permission issue of the Roaming folder?
Regards,