Hi,
I have prepared one bootstrapper using advanced installer.
I have selected "Run as administrator" option from the install parameters page.
Use case : Install bootstrapper silently using command line
Steps followed :
1. We have built aip project.
2. Open command prompt with normal user.
3. Run the following command
start "E:\Bootstrapper_Dir\SamplePrj.exe" /qn
Problem :
When I am trying to run this command, system asks for administrative privileges prompt.
I want total silent execution, it should not ask for admin privileges.
So, how to run this command with administrative rights in case of bootstrapper executable. (I don't want to run command prompt with administrative rights)
I found such command for msi on AI community but it is not working in case of executable.
Will you help me on this front?
Thanks,
Balaji