Hi,
I created a MSI to provide our software to a customer who wants to deploy from GPO AND GUI.
He wants to deploy either in a user folder either 'program files' ( he is in sweden, so 'Program' ).
It seems my installation doesn't have writting rights during the installation unser its own folder ( ei : C:\Program\MyAppli or C:\program files\MyAppli ).
It works when he installs it under :C:\MyAppli\.
I created a custom action ( exe who need wrting rights into the root of the application ).
The It need to install it under the user account BUT he wants to be prompt to enter the admin credential without 'run as'. The installer should detect and prompt if necessary
So my issue is :
- how i need to set my project to handle the writing rights during the installation ?
I tried all the "Installation type" parameters, no good result as expected
Please if you need more informations, answer me asap.
Alan