How to read content of text file in Wix Toolset Bootstrapper
问题 I am using the WiX toolset to build an installer, I want to read the version from a text file. The text file is located in mybootstrapper like below: below is the code where i want to read the content of text file <Bundle IconSourceFile='product.ico' Name="Retail Grip" Version="Version.txt" <!-- i know this is not correct --> Manufacturer="Company Name" UpgradeCode="PUT-GUID-HERE"> 回答1: Oh, it is a WiX bundle - and that's " Wax "? I hear it is a WiX tool of sorts? I am not sure exactly how it