Hello,
I am having issues in deploying Firefox with PSAD Tool. We have different versions installed in our environment. Our goal is to remove any old versions installed and install the latest version. In preinstall step I am using below command:
Execute-Process -FilePath "$envProgramFiles(x86)\Mozilla Firefox\uninstall\helper.exe" -Parameters "/S" -WindowStyle Hidden -IgnoreExitCodes '3010'
But I am always getting error 60002 ins log generated which maps to Execute-Process error as per doc. The log says C:\ProgramFiles(x86)\Mozilla Firefox\uninstall\helper.exe is a valid qualified path
but then it throws this error:
[Pre-Installation] :: Function failed, setting exit code to [60002].
Error Record:
-------------
Message : File [C:\Program Files(x86)\Mozilla Firefox\uninstall\helper.exe] not found.
InnerException :
FullyQualifiedErrorId : File [C:\Program Files(x86)\Mozilla Firefox\uninstall\helper.exe] not found.
PositionMessage :
At C:\Windows\ccmcache\c\AppDeployToolkit\AppDeployToolkitMain.ps1:2674 char:11
+ Throw <<<< "File [$Path] not found."
Can anyone assist me where I am going wrong!!! Any help would be really appreciated