PDA

Click to See Complete Forum and Search --> : Problems when creating an Installer for my program. [Resolved]


albertlse
Jun 23rd, 2003, 08:38 PM
I created a Installer, for my program (Invoice System) that I developed, using Visual Studio .NET's Setup and Deployment Projects.

I have 2 questions here...

Question 1:
I this Installer project, I added a Registry using Registry Editor. The registry is:
HKEY_LOCAL_MACHINE\Software\Bert's Software\Invoice System\UserName
HKEY_LOCAL_MACHINE\Software\Bert's Software\Invoice System\Company

I also added a Customer Information interface using User Interface Editor.

I want to make this: when user install this program (Invoice System), the user will enter their User Name and Company in the Customer Information interface. I want the User Name and Company to be stored in the registry that I created above. How can I do so?


Question 2:
By default, after installing this program, this program is added in the Add/Remove Program list in Control Panel, so that users can uninstall this program from there.
If I want to add a Uninstall shortcut for this program in the Start -> Programs menu, under Invoice System folder, so that users can uninstall this program from the shortcut, how can I do so?

Please guide. Thank you!

Arkhos
Jun 24th, 2003, 03:02 PM
I don't know the answer, but you should post this under the Vb .NET thread instead of this one.

albertlse
Jun 24th, 2003, 08:46 PM
I posted this thread in VB.NET section before. but no reply at all. so i try to post it here... is there any solution? pls link me there... thank you :)