Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Take Ownership procedure
#7
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):

Code:
Copy      Help
int w1=act(win("Internet Explorer" "IEFrame"))
0.2
key Ad
0.2
key Cc             
0.2
key T
_s.getclip(); _s.setfile("$program files$\App2\Store.txt" -1 -1 1)
0.2
'F6           


Messages In This Thread
Take Ownership procedure - by InterestedNewbie - 05-29-2018, 03:37 PM
RE: Take Ownership procedure - by r0n - 05-29-2018, 04:39 PM
RE: Take Ownership procedure - by r0n - 05-30-2018, 04:06 AM
RE: Take Ownership procedure - by Kevin - 05-30-2018, 03:28 PM
RE: Take Ownership procedure - by InterestedNewbie - 05-30-2018, 07:46 PM
RE: Take Ownership procedure - by Kevin - 05-30-2018, 08:08 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)