Hello,
I have my application setup to install into the %AppDir% folder, while another file, the WinZip utilities is installed into the %TempDir% folder.
If the %InstallType% is Complete, then the WinZip file is executed (this installs the WinZip Command Line Utilities). This is run "After Installation". Then, a FILE operation is used ("On Shutdown") to delete this temp folder, but I keep getting the error "Error removing directory: Access Denied". This folder is:
C:\Windows\Temp\Julian_Shell
Why is this happening?
------------------
-Prince Of Thieves
I have my application setup to install into the %AppDir% folder, while another file, the WinZip utilities is installed into the %TempDir% folder.
If the %InstallType% is Complete, then the WinZip file is executed (this installs the WinZip Command Line Utilities). This is run "After Installation". Then, a FILE operation is used ("On Shutdown") to delete this temp folder, but I keep getting the error "Error removing directory: Access Denied". This folder is:
C:\Windows\Temp\Julian_Shell
Why is this happening?
------------------
-Prince Of Thieves
Comment