Building both .NET 2 and .NET 4 wyUpdate.exe from command line

Hi wyBuilders,

Currently our application has the option to run both in .NET 2.0 and .NET 4.0 framework. We automate all our installer building so I am looking for a way to build both wyUpdate.exe .NET 2.0 and 4.0 framework and packaging them both into our application. Is there a way to do this?

Regards,Magnets

Unfortunately there's no easy way to do it. The best option (other than doing it manually) is to create a dummy project to output the correct client.wyc / wyUpdate.exe for .NET 4.0 (while your main project targets .NET 2.0).

I'd also like to be able to build and upload updates from the command line/build server.

Any plans for this?

Thanks,

Robert

Hey Robert,

Yes, this already exists. See: Building from Commandline