On 4/21/07, Gregory Machin <gregory.machin at gmail.com> wrote: > Hi > How does one determing the correct msiexec code for a package ? > eg {43983EB4-43DC-4C3D-9712-1EF592A31CA8} > > Many Thanks Two other options, which may or may not be easier than the one Tomasz gave: msiinv (http://blogs.msdn.com/quanto/archive/2005/06/30/434388.aspx) will list an inventory of all currently installed MSIs, including product codes. Orca (which should be available as part of the Windows Platform SDK, a free download) lets you view, edit, and create transforms for .msi files. The MSI's product code is listed under "Properties" in Orca. Josh Kelley wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |