I'm trying to modify an MSI using Visual Studio 2008. I have the Project with the code as well. The install has a pop-up where it request for some information but there are no properties I can set in the msiexec command to set it. I have never done this before and can't really find any help but I basically want to create a property that can be assigned for that pop-up window. Looking at the project in Visual Studio I don't see any reference to the windows in the MSI installation so not sure how to do this.
Any help would be appreciated.
Thanks