Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After publishing to hard drive in a folder and changing version to newer each time:

Before the Windows Ten updates being installed, when I was about to install a newer version of my published to hard drive WinFormsApp, it was telling me something like : "There's the same program installed in another location", and I have to remove that, this made sure the user doesn't install the same program in 2 different versions and he had to uninstall the old version to install the new.

Maybe because WinTen updates have been installed now it can install 2 (maybe more) versions of the same program (2 versions that started from the same solution).

What I have tried:

I tried Visual Studio 2019 first then VS 2017.
Posted
Updated 18-Jan-19 17:17pm
v2
Comments
Graeme_Grant 18-Jan-19 23:22pm    
Not enough information. How are you installing the app? Click-Once, Install Shield, etc?
john1990_1 18-Jan-19 23:25pm    
I don't know much, I just click "Build->Publish SpeakTextApp", and choose a location on my hard drive like "D:\SpeakTextV7.9\".

Then double click Setup.exe and a window called "Application install - security warning" opens with a button called "Install" and it gets installed in one click then.
Graeme_Grant 18-Jan-19 23:28pm    
Then you need to look at why the installer that you are using is performing differently. I suggest that you have missed a setting in the process of publishing the app rather than the version of Windows that you are installing on.
john1990_1 18-Jan-19 23:30pm    
What do you mean by "missed a setting"?
Graeme_Grant 18-Jan-19 23:32pm    
Don't just use default settings for the publish process, check the settings before publishing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900