Re: [WiX-users] Question about linking custom action dll

2008-09-10 Thread Bob Arnson
Radha Vaidyanathan wrote: > I understand that the easiest way is to set some Property values > that can be read from C++ side. > Can you point me to any example/sample code that does this? > Take a look in the WiX source code for calls to the WcaGetProperty function in dutil.lib.

Re: [WiX-users] Question about linking custom action dll

2008-09-09 Thread Radha Vaidyanathan
Installer XML toolset. Subject: Re: [WiX-users] Question about linking custom action dll Radha Vaidyanathan wrote: > I downloaded the source. I could not import the VC project that comes > with source. > The .vcproj isn't used to build; we use NAnt to build all native code.

Re: [WiX-users] Question about linking custom action dll

2008-09-07 Thread Bob Arnson
Radha Vaidyanathan wrote: > I downloaded the source. I could not import the VC project that comes > with source. > The .vcproj isn't used to build; we use NAnt to build all native code. The .vcproj is in VS2008 format and likely VS2005 can't read it. > 1>c:\temp\wixv3_src\src\dutil\conutil.h(

Re: [WiX-users] Question about linking custom action dll

2008-09-05 Thread Radha Vaidyanathan
ha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Friday, September 05, 2008 10:48 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Question about linking custom action dll Radha Vaidyanathan wrote: >

Re: [WiX-users] Question about linking custom action dll

2008-09-05 Thread Bob Arnson
Radha Vaidyanathan wrote: > I am using WiX v3 and visual Studio 2005 (VC 8). > You might need to rebuild dutil.lib with VS2005; we build the ship versions with VS2008. > Also for msi.lib: I downloaded Microsoft SDKs/v6.1 - that does not > contain msi.lib. > I have three

[WiX-users] Question about linking custom action dll

2008-09-04 Thread Radha Vaidyanathan
I am trying to include a custom action and running into a problem. I am using WiX v3 and visual Studio 2005 (VC 8). When I try to compile and link a no-op test dll, auto generated using Votive: Linking... 1> Creating library bin\Debug\CA_PTK.lib and object b