I use Microsoft Visual Studio Installer Projects. The first time I create my setup file, but then after I publish my MSI, I did some updates to my application and I tried to re-build it, but it won't create a new MSI. Can someone please help me?
how to build new version of exe using Microsoft Visual Studio Installer Projects
509 Views Asked by Shani Weerasinghe At
1
There are 1 best solutions below
Related Questions in WINDOWS-INSTALLER
- How can I install an MSI using python's subprocess, passing an install directory containing a space?
- Upgrading MSI throwing 'method not found' error
- Windows installer - run a subsequent time, select "modify" and run specific steps
- Single Package Authoring
- WiX - How to use a config file to decide which MSI to run?
- Want to create mysql user in installation with full Privileges In NSIS
- How to change Install button display text conditionally
- error of updating an C# web service application by accessing a URL from MS installer command "msiexec" in C# VS 2010
- Service dependencies are causing my wix msi to force a reboot on uninstall
- Running msi causes “module failed to register” in 32bit win7,but works in 64bit win7
- Change the installation path with msi API
- After installation of website it changes Application Pool of web application that follows it.
- Getting strange errors when installing visual studio 2015 community rc
- Creating a silent installer for a MSI
- install msi with a product code through msiexec
Related Questions in INSTALLATION
- Bundle Multiple Xamarin apps in one pkg installer
- install a R package from directory
- Can I automate auto-app installation on my Android device?
- Stop the installshield installation if a file is not found in vb.net
- GVM: Issue when installing GVM in Ubuntu 14.04
- Not able to format namenode in hadoop-2.6.0 multi node installation
- How to install SFML in ubuntu?
- how to install packages from pypi to anaconda?
- What is PREFIX IN make PREFIX=$HOME/usr/local/OpenBLAS?
- WiX installer - change the install path
- First time app run action depending on how app was installed (Android)
- First time app run action depending on how app was installed (iOS)
- Error while installing HBase on windows
- Produce both versions x32 and x64 under PyInstaller
- Python: Trouble with dill installation
Related Questions in SETUP-DEPLOYMENT
- Deployment Project - custom action update
- How to pass parameter at the time of WinCE app installation/deployment
- Targeting the Windows OS (x86 vs x64) via the Setup project in Visual Studio
- Updating application using msi fails to update dll project reference
- Autocompleting a setup with custom configuration
- System.DllNotFoundException in client's PC while click Once deployment
- uninstalling addin removes the "Excel" entry in the registry
- Deploying my Silverlight app
- How to Deploy Click Once Application in different Domains
- How to make installer of java web application alongwith Apache tomcat and mysql Using Inno Setup
- crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0.msi' in item cannot be located on disk error
- Coding A Custom Action For My Setup Project?
- How to make outlook addin msi package (using installshield) should install dotnet framework as well
- Crystal report connection with local DB client side issue
- In Set up project context, what does the options "Localized Resourses from <project name>" & "Content files from <project name>" mean?
Related Questions in VSINSTALLER
- Visual Studio Installer. Uninstaller shortcut error
- how to create msi installer in VS2010 with custom licence validation
- Update OpenMP to higher versions in Visual Studio 2022
- How to build setup project from .vdproj in Azure DevOps?
- Error on install Visual Studio 2012 Add-in in another computer
- not able to install visual studio 2022 using visual studio installer
- Visual Studio 2017 installer fails to install KB2533623
- Building and then installing a VSI add-in yields "one or more content items contained within the .vscontent"
- How to change auto generated program name in UAC during uninstall in Visual Studio setup project?
- Installer does not exit once new version is installed and loaded
- How to upgrade from VS 2017 to 2019?
- How should I ensure that my Visual Studio installer updates DLLs when installing an older version?
- Visual Studio Installer: How to make app.config a hidden file if I choose to add primary output instead of individual files?
- Visual Studio Installer Project: Installer and Application Icons
- how to build new version of exe using Microsoft Visual Studio Installer Projects
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Errors: Please describe any error messages you see. Maybe use screenshots? (sparingly).
Basics: I don't use Visual Studio installer projects due to a number of limitations they suffer from (some degree of subjectivity there). However, you generally need to change some GUIDs such as product code and bump up the ProductVersion to set up a Windows Installer major upgrade when you want to upgrade your application.
Links: Here are some old, but hopefully helpful links (most from MSI expert Phil Wilson):