I'm using SUF 9.5.3
I have a setup project with several .EXE files in it. One of those .EXE files is the primary program of the project setup file release. Right now when I copy my new program EXE into my distribution folder and launch SUF the project loads and shows my files properly displaying the version # (File Ver) for each EXE and .DLL in the project. I then manually open the project settings and set the %ProductVer% variable for the install project to the same value as the "File Ver" for my primary .EXE in my project.
Is there is a way to bind the file version of the EXE in my project to the %ProductVer% variable so that the %ProductVer% system variable is set automatically? If not is there some script code that can be run when the project opens to do that?
I have a setup project with several .EXE files in it. One of those .EXE files is the primary program of the project setup file release. Right now when I copy my new program EXE into my distribution folder and launch SUF the project loads and shows my files properly displaying the version # (File Ver) for each EXE and .DLL in the project. I then manually open the project settings and set the %ProductVer% variable for the install project to the same value as the "File Ver" for my primary .EXE in my project.
Is there is a way to bind the file version of the EXE in my project to the %ProductVer% variable so that the %ProductVer% system variable is set automatically? If not is there some script code that can be run when the project opens to do that?
Comment