jcafaro10 wrote:
> Well I think how it works is the version number is stored somewhere so we
> need to check it out to modify it, and then check it back in so it becomes
> part of the install.  Is there an AfterCompile attribute instead of
> InstallFiles?  Maybe I'm doing that too late.  Or is it just not possible to
> do these things with wix and I have to do them with MSBuild or Nant
>   

Custom actions are for install time behavior. You want compile-time 
behavior, so yes, your build scripts are the right place.

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