Matt Ziegler wrote:
> Is there a method to change the name attribute of the file element during the
> execution of the MSI?  I'm trying to set the name attribute to
> "[SomeProperty]-filename.exe" where [SomeProperty] is a number.  Instead of
> the file being named on the system 1-filename.exe it is named
> [SomeProperty]-filename.exe.  
>
> Is there anyway I can do this?
>   

You can use CopyFile to make a copy with a name defined at runtime. You 
can't change the installed name; MSI relies on it to check component state.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to