I configured my installer with the recommendation in the Shortcut Properties article but I was unsuccessful. I didn't get a question about pinning to the taskbar.
I found this article AI that gives an example of how to create a shortcut on my Windows taskbar. However, on my AI I couldn't get the same creation screen that appears in the article.
the only thing I did outside of the standard scope was remove some screens that I didn't need.
I've noticed that the problem always occurs at the end of the uninstallation. After uninstalling it seems to execute something and the msiexec.exe processes run and don't end ...
Normal behavior: 1 - a dialog showing the prerequisites that will be installed 2 - a progress dialog that I only interact with when it finishes downloading the entire pre-requisite
what I'm wanting is:
In the progress dialog, with each installed prerequisite I ...
Normal behavior: 1 - a dialog showing the prerequisites that will be installed 2 - a progress dialog that I only interact with when it finishes downloading the entire pre-requisite
what I'm wanting is:
In the progress dialog, with each installed prerequisite I ...
I want to create a prerequisite dialog that one by one shows the prerequisite and shows whether it is currently being installed while the progress bar advances. is this possible?
On Catalin, sorry for my confusion and thanks for responding
the question is:
When installing my MSI I need to uninstall other software first.
third party. It's not my software, it's other software on the machine which I know is installed with a setup.exe
I'm doing an advanced installer project that needs to uninstall old software on the machine before installing my msi.
I did some tests and managed to get software created by .msi to do this uninstallation, but software created from setup.exe I couldn't do the uninstallation.
I need to do a silent install on the client machine and I'm intending to do this with an MSIX. But in all my attempts I can't remove the installation dialog screen in MSIX.
I even achieved this through powershell, but I discard this option, I just want to create an MSIX that doesn't open ...
I am making a feature bundle for windows feature as a prerequisite. I checked enabling .NET Framework 4.x advanced services >>WCF Services.
I create the installation, install it on the machine but it doesn't change the feature after intall on client machine.
FOLLOW US