We have an application on pilot implementation using clickonce to deliver fast updates. We have even automated the build proces with nant and we can control every step of the building of the deploy package.
This pilot, we delivered with the productname "PRODUCT TITLE (PILOT)", but now, we want to upgrade all our pilot users to the production build. We changed the productname of the build script and it was all good for the new users, it correctly displayed the product name, but the users who had previous versions installed where seeing on their shortcuts and update prompts, the "(PILOT)" version of the productname.
What we have tried so far:
- Uninstall the App: the install prompt appears with the old productname (no good)
- Uninstall and clean the local settings/Apps and local setting/aplication data : same thing.
The system is built on visual studio 2005 (FW 2.0) and the app is winforms. Client PCs are on XP SP3
Any help will be much appreciated :)