Set service's version NOT by GUI, wix

47 Views Asked by At

How to set the service version as the installer version, using wix?

How to set it by the installer's coding, NOT by GUI.

For example : running service creates a .exe file in the bin folder. right click on the file-> properties

1

There are 1 best solutions below

0
Christopher Painter On BEST ANSWER

Versioning your application files should happen before building your installer. WiX just copies files to the destination and doesn't modify them in anyway. (That would break code signing if it did.)