My goal is to take an msi and find out what properties I can pass it on the
command line when I run msiexec. I see a number of entries from the log when
I install it that look like the following:

MSI (s) (D8:D0) [17:07:48:626]: PROPERTY CHANGE: Adding BIN property. Its
value is 'redacted'.
MSI (s) (D8:D0) [17:07:48:626]: PROPERTY CHANGE: Adding CONFIGS property.
Its value is 'redacted'.
MSI (s) (D8:D0) [17:07:48:626]: PROPERTY CHANGE: Adding INSTALLDIR property.
Its value is 'redacted'.
MSI (s) (D8:D0) [17:07:48:626]: PROPERTY CHANGE: Adding TARGETDIR property.
Its value is 'redacted'.
MSI (s) (D8:D0) [17:07:48:626]: PROPERTY CHANGE: Adding CURRENTDIRECTORY
property. Its value is 'redacted'.

Are these the properties?

Andrew

On Fri, Jun 18, 2010 at 4:49 PM, Blair <os...@live.com> wrote:

> There are properties that are defined by the system, properties that are
> defined by the package (initial values are in the Property table), and
> properties that are created while the installation transaction proceeds
> (whether by searches or custom actions).
>
> To see final values for all custom actions (as well as property creations
> and value changes) generate a verbose log in your transaction.
>
> -----Original Message-----
> From: Andrew Hammond [mailto:andrew.george.hamm...@gmail.com]
> Sent: Friday, June 18, 2010 4:31 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] getting a list of properties from an already-build
> MSI?
>
> Is there a way to get a list of properties from an MSI? I can install it if
> necessary.
>
> A
>
> ----------------------------------------------------------------------------
> --
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to