-
Hello.
Then I am including it in teh wix project and defining property like this:
Question how I should upgrade/migrate this code to v4/v5 of WixToolset? For the Preprocessor class as I understand it should look like below (use 'BasePreprocessorExtension' class), but not sure how properly migrate 'MyWixFileVersionExtension' class:
Note: Yes I need extension as this property will be set on build time. As this allows me to show include version in app name (set package name). Custom action would be resolved later, so I could not update package name. Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I find how to.
and "MyWixFileVersionExtension" should be like this:
|
Beta Was this translation helpful? Give feedback.
I think I find how to.
The project has to include:
and "MyWixFileVersionExtension" should be like this: