- DarkLight
Click Browse and select the path to the deployment content. For example,
\\wfx-sccmps01\Whatfix Packages\
In the Installation program field, enter the following code to install the extension for the Edge browser:
powershell.exe -executionpolicy bypass -file "Whatfix-ExtensionInstall.ps1" -Browser Edge
Info:
If you want to install the extension on the Chrome browser using Powershell, enter the folowing command:
powershell.exe -executionpolicy bypass -file "Whatfix-ExtensionInstall.ps1" -Browser Chrome
In the Uninstall program field, enter the following code to uninstall the extension for the Edge browser:
powershell.exe -executionpolicy bypass -file "Whatfix-ExtensionInstall.ps1" -Browser Edge -Remove True
Info:
If you want to uninstall the extension on the Chrome browser using Powershell, enter the folowing command:
powershell.exe -executionpolicy bypass -file "Whatfix-ExtensionInstall.ps1" -Browser Chrome -Remove True