WiX Users
Subject: Re: [WiX-users] Question about Properties and Custom Actions
Thanks for the replies.
> You can use MsiSetTargetPath() in your custom action to update an
> existing directory Id. That would more closely model your intent and
> requires less code.
Good point, that'
Thanks for the replies.
> You can use MsiSetTargetPath() in your custom action to update an existing
> directory Id. That would more closely model your intent and requires less
> code.
Good point, that's another option. I have been looking at what was done in
the WixQueryOsDirs custom action - t
ent: Thursday, October 04, 2012 7:05 AM
To: "General discussion for Windows Installer XML toolset."
Subject: Re: [WiX-users] Question about Properties and Custom Actions
A secure (think "trusted") property is one that can be passed from the
UISequence or command line to the ex
A secure (think "trusted") property is one that can be passed from the
UISequence or command line to the execute sequence where presumably it will
have some effect on the changes made to the system. Secure properties must be
public.
A public property is one that is visible to a user and can be chan
4 matches
Mail list logo