Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-06 Thread Christopher Painter
new SummaryInfo(productInstallation.LocalPackage, false).Template; From: "Wilson, Phil" Sent: Friday, January 06, 2012 12:49 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Querying the package andinstalled

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-06 Thread Wilson, Phil
To: chr...@iswix.com; 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Querying the package andinstalled productarchitecture Native C++. -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: Friday, January 06, 2012 11:23 To:

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-06 Thread Alex Ivanoff
hil.wil...@invensys.com] Sent: Thursday, January 05, 2012 18:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Querying the package andinstalled productarchitecture If it's working ok you should get a result something like "Intel64;1033"o

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-06 Thread Christopher Painter
m] Sent: Thursday, January 05, 2012 18:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Querying the package andinstalled productarchitecture If it's working ok you should get a result something like "Intel64;1033"or "Intel;1033"

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-06 Thread Alex Ivanoff
Windows Installer XML toolset. Subject: Re: [WiX-users] Querying the package andinstalled productarchitecture If it's working ok you should get a result something like "Intel64;1033"or "Intel;1033"that tells you that. Phil W. -Original Message- From: Alex Ivanoff [m

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-05 Thread Wilson, Phil
Windows Installer XML toolset.' Subject: Re: [WiX-users] Querying the package andinstalled productarchitecture I think I figured out how to get package architecture throw Template property of SummaryInfo, but I still cannot find a way to get installed product architecture. > There are to

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-05 Thread Alex Ivanoff
I think I figured out how to get package architecture throw Template property of SummaryInfo, but I still cannot find a way to get installed product architecture. > There are tools in the Windows SDK (I am currently using v7) that can > query an MSI database. Look especially at the vbs scripts,

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-03 Thread Gary Gocek
ssion for Windows Installer XML toolset.; > General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Querying the package andinstalled > productarchitecture > > > Ok, let's pretend I'm a .NET developer who doesn't know > anything about