5. Win32 app creation Microsoft Intune: Mozilla Firefox EXE installer in PowerShell Script (5/33)

Описание к видео 5. Win32 app creation Microsoft Intune: Mozilla Firefox EXE installer in PowerShell Script (5/33)

In this YouTube Intune course we create installer package files/scripts/config for Mozilla Firefox and in a later video we will package it into a .intunewin format file, upload to Microsoft Intune and deploy it.

Links
Download Firefox EXE installer: https://www.mozilla.org/en-US/firefox...
Firefox install switches: https://firefox-source-docs.mozilla.o...

Content of config files
[mozilla.cfg]
//Firefox Default Settings

// set Firefox Default homepage to https://jbn.bryntze.cloud
defaultPref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=https://jbn.bryntze.cloud");

// Set Default search engine to Google.com
defaultPref("browser.search.defaultenginename", "https://www.google.com");

[autoconfig.js]
pref("general.config.obscure_value", 0);
pref("general.config.filename", "mozilla.cfg");

Let's PowerShell script package Mozilla Firefox EXE installer!

Комментарии

Информация по комментариям в разработке