Change where client.wyc is located?

Hi,

Currently our app can run in either a .NET 2.0 or 4.0 framework (depending on what the user has installed). This means that we need to package both the wyUpdate.exe for .NET 2.0 and 4.0. If the user is running the .NET 4.0 application then we invoke the corresponding .NET 4.0 wyUpdater.exe The issue we are seeing is that after update where we packaged the .NET 2.0 wyUpdater.exe the client.wyc has not changed. Since our app is run off a dongle the user may run the application on a .NET 2.0 framework after. Is it possible to have both wyUpdate.exe files to point to a single clieny.wyc file?

Thanks!