I want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic part should be controlled by variables which are part of my wix project
Open *.wixproj (example: Setup.wixproj)
Setup.wixproj
Go to the end of the file.
$(Configuration) = Debug| Release …
$(Configuration)
Set path of your application on AssemblyFiles.
Output = App_1.0.0.0_Debug.msi