Hi To All,

I am trying to utilize the command line compile for SetupBuilder. It seems to work fine with one exception. I am using the /CV switch and trying to set the PRODUCTVER variable. It doesn't seem to physically change the setting in the installation (.sb) file. When you right click on the compiled executable the product version remains what it was (say 1.0.0.0). If I manually go into the .sb file and change the product version and then compile it, I can right click on the executable and it will be the correct product version (lets say 1.5.9.1). Here is the line that I created in a .bat file:

"C:\Program Files\Lindersoft\SetupBuilder 6 Developer\SBuilder.exe" /c "C:\Source\Version 2.0\Installers\MyInstall\MyInstall.sb6" /CV PRODUCTVER "1.5.9.1"

Am I utilizing the command line switches correctly?

Thanks,

Sharon