Running on FB 8.0.0.1351
Windows 7 Enterprise SP 1
When trying to run our installer through fbcmd using the -params: or -@: for our command line variables it kindly repeats the kind message above.
“C:\Program Files (x86)\FinalBuilder 8\fbcmd.exe” “installer.fbp8” -@:“C:\Temp\Params.txt” for example.
“C:\Program Files (x86)\FinalBuilder 8\fbcmd.exe” “installer.fbp8” -params:"C:\Temp\Params.txt"
output: Parameter File [params] does not exist
The variable file exists by the way
Hi Tenbrink,
I have a build awaiting release with a fix for this exact issue with the parameters option. I will be releasing it today, just needing to get NUnit 3 support also completed so that we have a single update instead of two.
In answer to your second question the params file specification has also changed. The file is now expected to carry options from the new command line for FinalBuilder 8. Therefore the options you have specified would actually appear as so;
-v:Service.DestinationServer=127.0.0.1
-v:Service.WebsiteName=xyz.ci.local