I have created a Visual Studio Setup project using Visual Studio 2015. When I install the setup in a Windows 7 machine the UAC prompt shows the actual program name when asking for permission to install. When I uninstall the program the UAC prompt shows a different program name when asking for permission to uninstall. Each time the program is installed the UAC prompt shows a different program name each time. Why does this happen ? How do I set my program name to appear in the UAC prompt during uninstall without it changing every time?
How to change auto generated program name in UAC during uninstall in Visual Studio setup project?
179 Views Asked by Mainak At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- Exception thrown at 0x0131EB06 Visual Studio
- Visual Studio 2015 Cordova Plugin Add Fail
- Cannot find InvalidCastException in C# Application
- generating C# code file during Visual Studio build
- Can I deploy multiple instances of my application on the same windows phone?
- Close the Solution Explorer window
- How to generate entity framework code-first migrations without using the package manager console?
- Implementing callback function for dialog-based application
- VB.net: How to make original variable value fulfill 2 statements?
- DLL being marked as DELETEPENDING
- String tokenizing in Visual Studio C++
- How to use "Multicharts Studies" in Visual Studio 2013?
- Programs Will Not Run In Visual Studio
- VB.Net: Display total when check boxes are checked
Related Questions in SETUP-PROJECT
- WiX: disable reboot for EXE package
- How do you create an install wizard like the Visual Studio 2013 Style?
- visual studio installer setup project detecting incorrect version of .net framework as dependency
- VS2013 Installer Project - install file that will not be permanent
- Updating application using msi fails to update dll project reference
- How do i structure my Python Project?
- How do I get the executable name during the Custom Installer Action of a setup?
- Visual Studio Installer not creating .msi file
- Get Installation Folder Path string in VB2010 Setup Project
- Create and set Registry string with the "App Installed Location Path" value
- 'PostBuildEvent' failed with error code '1' 'Unspecified error' error
- New In-App Purchase template in Xcode 6.1 defaults to OS X target
- IntelliJ IDEA not showing my module/project
- How to skip folder selection form when update installed application via Windows Installer setup project
- Skip a step in Setup Project
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?
I've found that providing a /d switch argument to signtool.exe will do the trick. Got my answer here