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

    how to generate Deployment product code and upgrade code dynamically?

    When we deploying Setup of window application. There are 2 properties for deployment project names "Productcode" and "Upgradecode".


    My requirement is to generate these product code and upgrade code dynamically using c# code in my page. I want to edit MSI file dynamically and want to edit these type of values.

    Can anyone please let me know the way hoe to generate these codes dynamically.

    Thanks in advance.

    Mayur

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: how to generate Deployment product code and upgrade code dynamically?

    As far as I know, .msi is internally an access database, so try to handle it like it.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

Tags for this Thread

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