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

2009-08-18 Thread Richard Hollis
r > posts about using Wix IIS custom actions as its non-trivial and has a > couple of limitations. > > > -Original Message- > From: Tasneem Jappie [mailto:tasneem.jap...@pinesoft.co.uk] > Sent: 18 August 2009 14:38 > To: General discussion for Windows Installer XML tool

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

2009-08-18 Thread Peter Shirtcliffe
actions as its non-trivial and has a couple of limitations. -Original Message- From: Tasneem Jappie [mailto:tasneem.jap...@pinesoft.co.uk] Sent: 18 August 2009 14:38 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI to WIX for web setup compiler error

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

2009-08-18 Thread Tasneem Jappie
irtcli...@sdl.com] Sent: 18 August 2009 11:53 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI to WIX for web setup compiler error I didnt get the attachment for some reason but no matter - Simons previous suggestion is right. I was looking at the wrong part

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

2009-08-18 Thread Peter Shirtcliffe
ubject: Re: [WiX-users] MSI to WIX for web setup compiler error Hi Peter Yes, I've tried rebuilding. I've attached the wix script. Thanks! -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 18 August 2009 10:47 To: General discussion for Windows I

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

2009-08-18 Thread Bob Arnson
Tasneem Jappie wrote: > 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

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

2009-08-18 Thread Tasneem Jappie
Thanks Simon, how do I get them back in?! -Original Message- From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com] Sent: 18 August 2009 10:47 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI to WIX for web setup compiler error On Tue, Aug 18

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 Simon Dahlbacka
ld msi -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 18 August 2009 09:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI to WIX for web setup compiler error I would guess that dark has remove the old MSI Produc

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

2009-08-18 Thread Peter Shirtcliffe
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 put those strings there

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

2009-08-18 Thread Tasneem Jappie
: [WiX-users] MSI to WIX for web setup compiler error I would guess that dark has remove the old MSI Product code and inserted a placeholder to force you to change the Product code when you compile a new product. Regardless of why its doing that, to fix it just generate a guid then find the strings

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

2009-08-18 Thread Peter Shirtcliffe
t; 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 17:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSI

[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}'