From 0bce2715e472d74c24e8e362ac0b12c92d85bc51 Mon Sep 17 00:00:00 2001 From: dyoder Date: Sun, 2 May 2021 12:36:18 -0400 Subject: [PATCH] workaround --- Install-LiquidFilesOutlookAgent.ps1 | 3 ++- Uninstall-AdobeCreativeCloudApp.ps1 | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Uninstall-AdobeCreativeCloudApp.ps1 diff --git a/Install-LiquidFilesOutlookAgent.ps1 b/Install-LiquidFilesOutlookAgent.ps1 index 738a0f4..54d470c 100644 --- a/Install-LiquidFilesOutlookAgent.ps1 +++ b/Install-LiquidFilesOutlookAgent.ps1 @@ -12,4 +12,5 @@ If ( $URL ) Else { $INSTALLER_ARGS = '' } ## Run the installer -Install-Program -Path "msiexec" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}" +#Install-Program -Path "msiexec" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}" +Start-Process "msiexec.exe" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}" diff --git a/Uninstall-AdobeCreativeCloudApp.ps1 b/Uninstall-AdobeCreativeCloudApp.ps1 new file mode 100644 index 0000000..e69de29