[WiX-users] Persisent public properties, transforms and security

2008-05-20 Thread Joseph Valet
Hello, Here is a question regarding general understanding of MSI properties and their persistence across product life. >From what I understand, properties provided on the command line at >installation-time are not stored by Windows Installer for later use. For >example, if I do type: msiexec

[WiX-users] Difxapp driver installation does not return errors to Windows Installer

2008-05-09 Thread Joseph Valet
Hi All, I have a little question regarding difxapp. I am using the following code snipset for installing a driver: {{{ ... ... }}} The c_one component is then installed as part

Re: [WiX-users] CustomAction in .msp MSI patch

2007-11-17 Thread Joseph Valet
I finally got it working. My mistake was that I was trying to include the definition of the custom action into the patch definition. One must in fact define his custom actions in the base packages and then torch/pyro will detect the differences and include the custom action into the patch if ne

[WiX-users] CustomAction in .msp MSI patch

2007-11-16 Thread Joseph Valet
Hi all, I would like to know it is is possible to embed a Custom Action (type 2) in a WiX 3.x Patch (.msp file). I base my work on the following example: * http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx I enthusiastically added my custom action to the existing fragment: {