client.wyc and MSI Repairs

I have an application that uses wyUpdate, and I'm running into an issue with repairing the MSI installation for my app. I'm distributing wyUpdate.exe and client.wyc with my app, and what I want is for a repair of my app's MSI to roll back these files to their original state (particularly, client.wyc).

What I'm running into is the following situation:- The app is installted- Updates are applied with wyupdate- User repairs the installation of the app for some other reason - When this happens, the application files are rolled back, but client.wyc is left as-is. So, the app thinks it's at the latest version when it's not.

I'm sure there's a property in my setup project that I can set on client.wyc, but I seem to be missing it.

This is really a problem with your MSI tool, and not wyBuild. But tell me the tools you are using to build the MSI, and maybe I can help you out.

Absolutely, it's an issue with the setup tool. I just figured it might be a common problem for people using wyupdate, so that someone here would've run across the issue before.

I'm using a simple Visual Studio 2005 setup package to create my MSI.

I'll try to find a solution for you.