beats36@
Posts: 1
Joined: Tue Jul 07, 2020 8:06 am

service file creation problem

Hi everyone,

i have build a installer using advance installer. my tool is creating one file whenever service is running and that file is getting saved in "C:\windows\system32\".
while installation i have given folder to install is "c:\programfilex86\demoservice\".
Is there any solution to save all created files to the installation folder that is "c:\programfilex86\demoservice\".
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: service file creation problem

Hi,

The location where the files will be installed by your installer can be configured in the "Files and Folders" page of your project. But since that file is saved by your application at run-time, you need to configure your application to save the file to the desired location.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”