italiala.blogg.se

Advanced installer run powershell script
Advanced installer run powershell script









advanced installer run powershell script

  • using /x to uninstall in case it was already installed.
  • the msi located on the desktop instead of the temp folder.
  • I have tried every conceivable variation of this command line:

    advanced installer run powershell script

    So I take the actual line that is causing problems: msiexec.exe /q /i 'C:\Users\ADMINI~1\AppData\Local\Temp\' INSTALLLOCATION='C:\Program Files\MongoDB\Server\3.4\' ADDLOCAL='all'Īnd when I execute this directly in powershell, I still get the same stupid help screen. Ok so maybe it doesn't like the way advanced installer is executing it. More specifically, it puts up a windows dialog of the msiexec help screen. The problem is that when the script executes, it chokes on a call to MSIEXEC.exe. I am trying to execute the following command through powershell, in a script invoked by an Advanced Installer generated installation program.











    Advanced installer run powershell script