Thanks Neil -

I am having a problem with mallow.  the problem i am seeing in the
synchronization of the manifests. the path mallow writes in the file element
is not correct -the directory is an exploded war and hence the correct name
is something like "app.war" but the path that mallow writes omits the .war
and just writes the path as "app"

eg -

         <Component DiskId="1" Guid="4EF96CCA"
Id="ad_imagesDefaultSpriteFormatIcons_gif">
     **CORRECT***       <File Id="ad_imagesDefaultSpriteFormatIcons_gif"
KeyPath="yes" Name="spriteFormatIcons.gif" ShortName="SPRITE_1.GIF"
Source="_temp\admin.war\images\default\spriteFormatIcons.gif"/>
          </Component>
          <Component DiskId="1" Guid="B" Id="ad_imagesDefaultSw_cccccc_gif">
          **INCORRECT**  <File Id="ad_imagesDefaultSw_cccccc_gif"
KeyPath="yes" Name="sw_cccccc.gif" ShortName="SW_CCC_1.GIF"
Source="_temp\admin\images\default\sw_cccccc.gif"/>
          </Component>

any suggestions on how to fix this? this is interfering the the automation
of the build. thanks
K



Neil Sleightholm wrote:
> 
> If anyone wants a version of mallow that generates v3 code I have put a
> copy here:
> http://neilsleightholm.blogspot.com/2008/08/mallow-for-wix-v3.html.
> 
> Neil
> 
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED]
> 
> -----Original Message-----
> 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 to the original source
> here: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00115.html
> 
> Neil
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Don Pratt
> Sent: 16 August 2008 01:07
> To: General 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 replacement for 
> mallow, so I decided to try modifying it. Since it's (unobfuscated) .NET
> 
> code, it was easy to decompile using Reflector 
> <http://www.aisto.com/roeder/dotnet/>. I think I had to do a little 
> tweaking of the files to get them to compile, but can't remember the 
> details. After that, it the changes were pretty simple:
> 
>     * change the namespace definition to
>       "http://schemas.microsoft.com/wix/2006/wi";
>     * change functions CreateDirectoryNode and CreateFileNode work with
>       the new schema (change "src" to "Source", get rid of the LongName
>       attribute
> 
> I'll see if I can get a go ahead from work to release my updated mallow.
> 
> Of course, all of the component rule warnings still apply, and I'm sure 
> anyone who really "gets" Windows Installer cringes whenever they see 
> folks talking about mallow and automatic component GUID generation. It 
> seems to be working for us for the past 3 years, so I guess we'll keep 
> on living dangerously :)
> 
> Don
> 
> 
> ------------------------------------------------------------------------
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/move-from-wix2.0-to-3.0-tp725430p777111.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to