Product, version and build: Powershell Studio 2023 v5.8.234
Operating system: Windows 11 Pro 22H2
PowerShell version(s): 5.1
Building an MSI that copies down a bunch of installation files and then executes the install when complete. I'd like to have it automatically uninstall itself once the installer is no longer needed. Can someone point me in the right direction? I already have a custom action that launches the EXE and i tried to add an msiexec /x <productcode> to run after that custom action but it did not work.
Thanks in advance,
Fred
Operating system: Windows 11 Pro 22H2
PowerShell version(s): 5.1
Building an MSI that copies down a bunch of installation files and then executes the install when complete. I'd like to have it automatically uninstall itself once the installer is no longer needed. Can someone point me in the right direction? I already have a custom action that launches the EXE and i tried to add an msiexec /x <productcode> to run after that custom action but it did not work.
Thanks in advance,
Fred
Statistics: Posted by ExigentNetOps — Tue Dec 05, 2023 9:37 am — Replies 0 — Views 20