In article <[EMAIL PROTECTED]>,
    Anidil <[EMAIL PROTECTED]>  writes:

> Where can i find the upgrade code used by installshield? i couldn't locate
> any GUID inside the installshied script

The UpgradeCode is a Windows Installer mechanism.  If the version of
the product you're trying to upgrade doesn't use Windows Installer,
then it won't have an UpgradeCode and Windows Installer won't know
about it or be able to upgrade it away.  You will have to use some
other mechanism to identify that version of the product and upgrade it
off the machine.

If it is MSI based, then the UpgradeCode is stored in the Property
table of the MSI.  Open the MSI in Orca and look at the Property table
to find the value for the UpgradeCode property.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to