#PackagerProperty: AssemblyTitle = This is the title
#PackagerProperty: AssemblyDescription = Description
#PackagerProperty: AssemblyCompany = Cool company
#PackagerProperty: AssemblyProduct = Cool product
#PackagerProperty: AssemblyVersion = 1.2.3.0
The assembly properties affect the generated exe file properties. Not the setup file.
Same is true for RequireAdministrator. If you set it then your app will run with administrator privileges (and the user will be asked to approve it every run).
#PackagerProperty: AssemblyTitle = This is the title
#PackagerProperty: AssemblyDescription = Description
#PackagerProperty: AssemblyCompany = Cool company
#PackagerProperty: AssemblyProduct = Cool product
#PackagerProperty: AssemblyVersion = 1.2.3.0
Two questions:
1. Any reason not to allow setting the text of the Copyright notice as well?
2. Will these be applied to the exe in the ...\Build\ folder, the one in the ...Build\Bin\ folder, or both?