---
title: "Updated setup in c#"  
description: "Updated setup in c#"  
author: "marcel ethan"  
published: 2013-01-17  
updated: 2013-01-18  
canonical: https://www.mindstick.com/forum/535/updated-setup-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Updated setup in c#

Hi,\
\
I want to create new [setup](https://www.mindstick.com/articles/426/how-to-create-a-setup-project-for-windows-application) of existing [application](https://www.mindstick.com/articles/12824/calculator-application-in-android), how it is done?\
My [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) is, when i created new setup and run, that [install](https://www.mindstick.com/articles/12876/the-top-5-reasons-to-buy-and-install-a-tonneau-cover) another .exe of same application.\
Please help me.\
\
Thanks in [advanced](https://www.mindstick.com/articles/12993/5-advanced-features-for-your-odoo-ecommerce-theme)

## Replies

### Reply by AVADHESH PATEL

Hi Marcel Ethan!\
\
You can create updated setup as normal setup but remember some points which given below\
\
1. Create new setup of upgraded application.\
2. Open setup's properties (Select your setup name from solution explorer and press F4 key).\
3. Set RemovePreviousVersion properties as True.\
4. Change Version properties value.\
5. Remove UpgradeCode's properties value and paste first setup's UpgradeCode properties.\
6. Save and build your setup application.\
\


---

Original Source: https://www.mindstick.com/forum/535/updated-setup-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
