Results 1 to 5 of 5

Thread: Please HELP! Problems when creating an Installer for my program. [Resolved]

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Location
    Klang, Selangor, Malaysia
    Posts
    163

    Question Please HELP! Problems when creating an Installer for my program. [Resolved]

    Please help!

    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!
    Last edited by albertlse; Aug 21st, 2003 at 08:21 PM.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    This chapter all about making setup files for VS.NET Application . It walks throughout the setps with pictures . Cool one . http://www.vijaymukhi.com/documents/...snet/chap4.htm

  3. #3
    Addicted Member Halon's Avatar
    Join Date
    Oct 2002
    Location
    under desk choking on rage
    Posts
    228
    Very cool article.
    Soylent Green tastes like chicken

  4. #4

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Location
    Klang, Selangor, Malaysia
    Posts
    163

    Question

    thank you for sending the link it guides us generally. but doesn't help in solving my problems.
    Please look at my first posting for my problems.
    Hope u guys can help me asap...
    10q!

  5. #5
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    If you add a Register User dialog to your setup project it allows you to launch an executable.

    Create another project (and add it to your solution) that gets the user's details and writes them to the registry. You can then get the installer to run the executable associated with this project.

    The above is all from memory, but I did get it to work some time in the past.
    This world is not my home. I'm just passing through.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width