I am working on a basic web application installer, and am including a Pre-Install package that creates a windows user so that I can add it to folder permissions and application pool settings in the main installer.
Initially, I've hard-coded the UserName and Group, but have been asked to provide the ability to customize the UserName in the setup dialog. If I do this, can I access the newly created UserName property in the main installation file? I see the 'Register prerequisite with Advanced Installer', but am unclear as to what that does.
Thanks.