View Single Post
  #2  
Old 08-06-2014, 07:42
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Setup has problem with accessing Program Files folders due to Windows' UAC (copying anything to these folders is forbidden by default). Installation to any other folder works fine.
Now the question is how the hell other functions of setup gain access to system folders?
I have an idea how to override this limitation:
files are merged via cmd console and system's copy command directly into {app} folder (so in our case into Program Files folder). The trick will be to merge them via cmd into {tmp} and then copy to {app} directly via inno.
Please wait for an update or just remember to install to another folder

EDIT: this problem is solved now.

Last edited by BAMsE; 17-06-2014 at 21:27.
Reply With Quote
The Following User Says Thank You to BAMsE For This Useful Post:
likenihon (18-10-2014)