Re: [WiX-users] Custom Action syntax Issue

2013-07-11 Thread Hoover, Jacob
x.com] Sent: Thursday, July 11, 2013 9:04 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom Action syntax Issue Thanks for your reply, The services I am installing are kernel services and not regular services. >From the ServiceInstalll documen

Re: [WiX-users] Custom Action syntax Issue

2013-07-11 Thread Marc Beaudry
use the handle as suggested. Thanks Marc -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: July-11-2013 9:52 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Action syntax Issue You don't/can't. Before e

Re: [WiX-users] Custom Action syntax Issue

2013-07-11 Thread Hoover, Jacob
5 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action syntax Issue Hello All, I have what should be a simple request, even though from all my google searches I cannot get the proper syntax. I can correctly call a custom action without any parameters. I am converting an ol

[WiX-users] Custom Action syntax Issue

2013-07-11 Thread Marc Beaudry
Hello All, I have what should be a simple request, even though from all my google searches I cannot get the proper syntax. I can correctly call a custom action without any parameters. I am converting an old Wise MSI to WIX: Essentially in Wise I call my dll with 2 parameters, I really want to m