I have created a own installer for my application(c#). During the installation process, i will ask the end-user for the install location. My problem is how to pass that install location(user input) to the installer. The installer always trying to install at c:\progam files[mfr name][product name].
please help me