Jossy Jose
Posts: 7
Joined: Thu Jan 25, 2024 11:36 am

Permission denied files accessing and editing

Hi,

we’re encountering with the Test.Log file in the target system’s C:\Windows folder.

To add the necessary logs, the installer needs to edit this Test.Log file. However, we are currently experiencing a "Permission Denied" error, as the installer lacks sufficient permissions to access or modify this external file.

Unfortunately, the installation script is unable to either grant permission or edit this file directly. The user account does not have full control permissions for this file.

There is any way to add log into this Test.log file after successfull installation of application using advanced installer?
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: Permission denied files accessing and editing

Hello,

You can create your own installation log with your setup by using the /L*V option.

How can I create an installation log?

The above will log anything related to your installation so you don't have to manually do it.

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”