Hi Everybody.. can you please help me to find solution for my problem that i mentioned below?
Actually, I have created custom installer for my application. In which, i have included a form for asking install location. How to pass this location to the installer. I had set the value at context.paramenter["targetdir"]=text1.text. but installer is always uses the default location like c:\programefiles\manufacturename\productname. I like to ask this install location from user then pass it installer.
Any one can help me?