Hi Christian,
You're right, VCBuild and MSBuild does not supportto buildsetup project (.vdproj) in command line, because Setup projects (.vdproj) do not have a project system format that can be understood by MSBuild or VCBuild. But you can use devenv.exe command to build .vdproj:
devenv setup.vdproj /build "Debug|Any CPU"If you want to modify the value in installer properties via command line, as far as I know, it's hard to do that, I would suggest you modify this value in IDE.
If I misunderstood you, or you have any questions, please let me know.
Best Regards,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.