Remove DisableFirstRunCustomize related options

* No longer needed, since we are not invoking IE behind the scenes any more.
* Also update "fake" Firefox version range.
This commit is contained in:
Pete Batard
2021-05-22 13:35:51 +01:00
parent 6d630f83f2
commit 36e9b4420c
2 changed files with 6 additions and 35 deletions

View File

@@ -58,17 +58,12 @@ for all the architectures available for that specific combination of version + l
Requirements
------------
PowerShell 3.0 or later is required. However the script will detect if you are using an older version and point you to
PowerShell 3.0 or later is required. However the script should detect if you are using an older version and point you to
the relevant PowerShell 3.0 download page if needed (which should only ever occur if you are running a vanilla version
of Windows 7).
Also, because Internet Explorer is being invoked behind the scenes, if you haven't gone through the first time setup for
Internet Explorer, you may receive an error about this when running the script. If that is the case, then you should
make sure that you manually launch IE at least once and complete the setup.
Note however that, if you are running the script elevated, you can work around the above annoyance by using the
`-DisableFirstRunCustomize` option which basically __temporarily__ creates a key of the same name in the registry __if__
it doesn't already exist, to bypass the first time setup error.
Note that the current version of the script does not need Internet Explorer to be installed and should also work with
PowerShell 7.
Additional Notes
----------------