CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Urgent Registry

  1. #1
    Join Date
    Apr 2001
    Location
    Kandivali,Maharashtra, India.
    Posts
    3

    Urgent Registry

    I have packaged a project in which i want registry setting to be inistated whenever my project is being installed on a client machine.. I have my registry coding how do i go about it.

    Please email me at [email protected]





  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Urgent Registry

    You can use Microsoft Visual Installer which allows to modify registry during installation. You can download it free from MS website.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

Featured