Hello ,
I am having issues in deploying firefox with PSAD tool, we have diff version installed in our env , our goal is to remove any old version 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.though log says C:\ProgramFiles(x86)\Mozilla Firefox\uninstall\helper.exe is a valid qualified path but then throws this error
[Pre-Installation] :: Function failed, setting exit code to [60002].
Error Record:
Message : File [C:\Program Files(x86)\Mozilla Firefox\uninstall\helper.e
xe] not found.
InnerException :
FullyQualifiedErrorId : File [C:\Program Files(x86)\Mozilla Firefox\uninstall\h
elper.exe] not found.
PositionMessage :
At C:\Windows\ccmcache\c\AppDeployToolkit\AppDeployToolkitMai
n.ps1:2674 char:11
+ Throw <<<< “File [$Path] not found.”
Can anyone assist me where I am going wrong!!! Any help would be really appreciated