Feature Requests item #1509926, was opened at 2006-06-21 05:42 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1509926&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: compiler >Group: Denied Status: Open Priority: 5 Submitted By: The Mad Butcher (mad_burcher) >Assigned to: Derek (derekc) Summary: Fill property with fileversion Initial Comment: Make it possible to implement a way to assign the fileversion of a file (embedded in the MSI) to a property. This property might be used in the rest of the wix- code (eg. my goal is that the Product/@Version can be filled based on my main application in the msi file) But it should also be possible to check for upgrades based on this property. Greetings, Albert van Peppen ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-06-24 15:56 Message: Logged In: YES user_id=518766 You can already do something like this by using the wix preprocessor. We had a discussion about a feature like this a while ago and the consensus was that its cleanest to just pass in any versioning information as a preprocessor variable which is then used in the appropriate places in the authoring. For example, the upgrade information cannot be populated with a property because it doesn't support formatted columns - so this can only be done with the preprocessor. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1509926&group_id=105970 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
