Re: [WiX-users] MSI to WIX for web setup compiler error

2009-08-18 Thread Tasneem Jappie
ustom actions referred to in the error message are from msvbdpca.dll which was added to the MSI by Visual Studio to set up IIS. (Wix has its own custom actions to do this kind of thing). If you add -x to the dark command line, itll extract any embedded dlls and other binaries to that path. -----Orig

Re: [WiX-users] MSI to WIX for web setup compiler error

2009-08-18 Thread Tasneem Jappie
, 2009 at 12:35 PM, Tasneem Jappie < tasneem.jap...@pinesoft.co.uk> wrote: > I put those strings there, in fact there already are GUIDS in those > locations, the same one. > > Any other suggestions? > you are missing the custom actions that was present in the old msi -Origi

Re: [WiX-users] MSI to WIX for web setup compiler error

2009-08-18 Thread Tasneem Jappie
lement and around the lines mentioned in the errors ? Ta. -Original Message----- From: Tasneem Jappie [mailto:tasneem.jap...@pinesoft.co.uk] Sent: 18 August 2009 10:36 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI to WIX for web setup compiler error I

Re: [WiX-users] MSI to WIX for web setup compiler error

2009-08-18 Thread Tasneem Jappie
"GUID HERE" and "SAME GUID HERE" and replace those strings with it. You can generate one with the guidgen tool or use an online guid generator website. -Original Message- From: Tasneem Jappie [mailto:tasneem.jap...@pinesoft.co.uk] Sent: 17 August 2009

[WiX-users] MSI to WIX for web setup compiler error

2009-08-17 Thread Tasneem Jappie
Hi I've used dark.exe to create a wix project from a working msi for a web service solution. I get the following two compile errors and I'm stumped (noob), please help? Error 1 Unresolved reference to symbol 'CustomAction:WEBCA_CreateURLs' in section 'Product:{GUID HERE}'