webpro_x
07-06-2007, 06:35 AM
Hello All,
I am developing a Basic MSI project using InstallShield 2008. I am installing 2 Windows Services as part of this project and I would like to configure the service accounts of each service based on input the user enters in a dialog screen. I've tried setting the username and password of each service with a property in the following formats:
{PROPERTY}, [PROPERTY], PROPERTY, and other variations.
Unfortunately, the installer throws an error during installation when I do this. It seems like it is expecting either a blank username and password or a hardcoded value. How can I configure InstallShield to use properites as the username and password for the services I am installing?
I would appreciate your assistance.
- Johnny
I am developing a Basic MSI project using InstallShield 2008. I am installing 2 Windows Services as part of this project and I would like to configure the service accounts of each service based on input the user enters in a dialog screen. I've tried setting the username and password of each service with a property in the following formats:
{PROPERTY}, [PROPERTY], PROPERTY, and other variations.
Unfortunately, the installer throws an error during installation when I do this. It seems like it is expecting either a blank username and password or a hardcoded value. How can I configure InstallShield to use properites as the username and password for the services I am installing?
I would appreciate your assistance.
- Johnny