Re: [WiX-users] move from wix2.0 to 3.0

2008-08-22 Thread kkmca
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Neil > Sleightholm > Sent: 16 August 2008 09:32 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] move from wix2.0 to 3.0 > > To save you using reflector there are some links t

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-16 Thread Neil Sleightholm
Behalf Of Neil Sleightholm Sent: 16 August 2008 09:32 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] move from wix2.0 to 3.0 To save you using reflector there are some links to the original source here: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00115.html

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-16 Thread Neil Sleightholm
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] move from wix2.0 to 3.0 Hi Karen, We have a similar build routine here (use mallow to update files/components, followed by candle and light) and decided to make the jump to v3 some months back. I couldn't find a v3 replacemen

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-15 Thread Don Pratt
Hi Karen, We have a similar build routine here (use mallow to update files/components, followed by candle and light) and decided to make the jump to v3 some months back. I couldn't find a v3 replacement for mallow, so I decided to try modifying it. Since it's (unobfuscated) .NET code, it was e

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-15 Thread Bob Arnson
kkmca wrote: > Thanks, presently Mallow is most important in synchronizing changes in the > assets that are installed as the product changes - does Heat perform this > kind of synchronization and when is version 3.0 expected to go GA? > No, Heat doesn't support use in automated builds because

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-15 Thread kkmca
Thanks, presently Mallow is most important in synchronizing changes in the assets that are installed as the product changes - does Heat perform this kind of synchronization and when is version 3.0 expected to go GA? Thanks Brian Rogers wrote: > > Hey Karen, > > Are you referring to tallow? Ma

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-15 Thread Brian Rogers
Hey Rob, That is right. Wixcop.exe should be able to up convert your schema. -- Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Aug 15, 2008 at 2:23 AM, Rob Hamflett <[EMAIL PROTECTED]> wrote: > Is there a program with v3 called something like wixco

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-15 Thread Rob Hamflett
Is there a program with v3 called something like wixcop? I think if you run it over your wix files it will convert them to the latest schema. Rob kkmca wrote: > I would like to convert my current installer from wix2 to wix 3 - installer > is currently synchronized with mallow and then installe

Re: [WiX-users] move from wix2.0 to 3.0

2008-08-14 Thread Brian Rogers
Hey Karen, Are you referring to tallow? Mallow is not part of the toolset, it is a third-party. Heat.exe is slated to do the fuctions of tallow with a bit more functionality. Hope that helps, -- Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, Aug 14,

[WiX-users] move from wix2.0 to 3.0

2008-08-14 Thread kkmca
I would like to convert my current installer from wix2 to wix 3 - installer is currently synchronized with mallow and then installer is built with light and candle using the ant dotnet task - what are some of the issues with moving to 3 from 2? will heat replace mallow effectively? Karen -- Vi