I'm trying to copy the original MSI file during my installaion.  I found the 
OriginalDatabase 
property and this seemed to be what I needed.  I created a CopyFile element and 
used 
OriginalDatabase as the value for SourceProperty.  The problem is that once 
I've done this, at some 
point during the install OriginalDatabase property has a '\' appended to it.  
I've got it to work by 
using a CustomAction to set another property to the value of OriginalDatabase, 
and then using this 
additional property in [EMAIL PROTECTED]  This '\' doesn't get appended if the 
CopyFile 
element is not there, or if I use the secondary property as a work around.  
Does anyone know what is 
happening that causes the value to get changed?  Does Windows Installer just 
get confused with it 
being under a SourceFolder column in the MoveFile table entry?

Rob


-------------------------------------------------------------------------
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