Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Is there anyway for the .net setup to install on top of the previous installation without uninstalling the previous install first? If so, how can I do this. Also, if it turns out that it's possible how would I be able to detect that I'm installing on top of a previous installation and it's not the 1st install?

 

Thanks

Posted
Is there anyway for the .net setup to install on top of the previous installation without uninstalling the previous install first? If so, how can I do this. Also, if it turns out that it's possible how would I be able to detect that I'm installing on top of a previous installation and it's not the 1st install?

 

Thanks

You can set it on the deployment project properties. There's an option for installation mechanism regarding previous installation.

 

Regarding detection, I'd suggest checking the version :D

Amir Syafrudin
Posted
When I set the "RemovePreviousVersions" property to true I still get the options to remove or repair the installation if you click on the setup twice. I don't that dialog box to show when you install it twice.
Posted

Hmmm ...

 

Well, I haven't tried anything super to handle these kind of things. But ... maybe you could try to edit the user interface for the installation. It's on the User Interface Editor of the deployment project. Maybe you can get what you want by removing the "Start" section and set the installation to go directly to "Progress".

 

Be very careful though, I can't even predict the outcome.

 

~risky?

~indeed :)

Amir Syafrudin

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...