05-30-2018, 07:46 PM
(This post was last modified: 05-30-2018, 07:48 PM by InterestedNewbie.)
Kevin,
I've used Inno Setup before but it doesn't have the nice Boot Screen option that InstallForge does, actually I had the same ownership problem with Inno Setup. My program is a bundle of several executables (restart utility, read utility, URL storage utility etc.) That last one in particular writes to a specific Notepad file in the App2 program directory which by default is being blocked by Windows 8 and 10.
Thanks for the ChangeFileSecurity tip BTW I will try that.
What might actually be even better is having the Notepad file in the Users Documents folder so I wouldn't have this issue. Is there a SpecialFolder function in QM like in C#?
I would then have to change the target path in this script that copies the current IE URL (I have another one for Chrome):
I've used Inno Setup before but it doesn't have the nice Boot Screen option that InstallForge does, actually I had the same ownership problem with Inno Setup. My program is a bundle of several executables (restart utility, read utility, URL storage utility etc.) That last one in particular writes to a specific Notepad file in the App2 program directory which by default is being blocked by Windows 8 and 10.
Thanks for the ChangeFileSecurity tip BTW I will try that.
What might actually be even better is having the Notepad file in the Users Documents folder so I wouldn't have this issue. Is there a SpecialFolder function in QM like in C#?
I would then have to change the target path in this script that copies the current IE URL (I have another one for Chrome):