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