When you build an UWP app it also creates an install script as shown below. I've used it to install application quickly as through the GUI I need to uninstall the app and sometimes it doesn't uninstall fully and I need to troubleshoot using PowerShell.
The issue is that this script doesn't actually install properly because recently I fixed an issue and did a build but if I install by running the script the fix is not seen/available in the running application. It was a script change not a visual change so it's still using old build of script?
However, if I uninstall and install by opening the package (.appxbundle) and clicking install it does function correctly.
So I don't know why that is happening. This script is auto-generated and I haven't changed anything but it still has incorrect functionality? Is this a MS bug (anyone know where I can report it)? Something I'm doing wrong? Can anyone who knows PowerShell spread some light.
Here are the scripts.
The app was made with Unity 2018.4 LTS then package was built using VS.
Related
Attempting to launch the SQL Server Management Studio set-up exe leads to an icon briefly appearing in the taskbar, before disappearing without any further screen showing up. The task manager does not show any running instance for the installer either.
I have tried various versions of the SSMS installer executables posted on Microsoft's official documentation for SSMS, including version 18.8, 18.7.1, and 17.9.1.
Also tried updating the .NET framework, as suggested here (Why the SSMS-setup-ENU for version 17.8.1 isn't running?), but the latest version is already showed as having been installed.
I did a soft and hard reboot both, without success.
Confused as to how to proceed and install the software now. Any help would be appreciated.
First Of all when I tried to install it using win32 installer Official doc , it hangs the installation process when CLI installation part comes in the process. Seeing that I switched over to the zip installer and run phonegap.exe this came up Image and sticks to this.
How to solve this?
I solved the problem like this:
First of all uninstall the previously installed Phonegap completely, then turn off your windows defender and firewall both. Now reinstall the same again. And it should work!
Hope this helps.
I've got a problem since a couple of weeks that I can't rid of.
I have installed XAMPP on my desktop (running Win 8.1), then I have uninstalled it to install a newer version (I couldn't simply upgrade at the time).
The process failed cause there were some file that the uninstall process wasn't able to remove (in c:/XAMPP directory). I've removed them manually without problems.
However, when I tried to reinstall the latest version, the installer simply DIDN'T RUN. I noticed that, after downloading it from the official site and launching it, the installer seems to work but after few secs my browser crashes. Then it stops working, I can't even restart it or kill the process definitely (I'm using Chrome but I tried also Firefox).
My questions are:
Why the installer doesn't work and I can't reinstall XAMPP ?
Why the installer makes my browsers crash ?
I can provide machine specs if needed !
Thank you !
I installed the Multi-Device Hybrid Apps (Preview) from here
http://go.microsoft.com/fwlink/?LinkId=397606
i had problems in the first installation, because the VS2013 show the same screen for hours, with it i restar the pc and start a repair the installation... but looks like this is not installed because i donĀ“t have projects templates for this type of apps and in tool optins i have this result:
Someone can help with it? I just did 2 repairs.... :/
It seems like your installation did not complete successfully, which is why the project template does not show up. Its hard to tell what went wrong. However, repairing a failed install will probably not help get things running.
Could you try running the installer again and see if that works.
I built a VS 2005 Setup and Deployment project and i'm able to install the setup without any problems. But, if I reboot my computer, the setup utility is being run again, asking me to install the software again (It already exists). I have not run into this problem before, any help would be greatly apperciated.
Thanks!
Check the Event Log, it will show what missing component/file/whatever is causing the installer to run.
Try enabling Windows Installer Logging and looking at the log files to see what might be failing.
Validate your resulting MSI using Orca, it's available as part of the Windows Installer 4.5 SDK (look for orca.msi in the TOOLS folder)