为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Installation question

  • 5 个回答
  • 1 人有此问题
  • 8 次查看
  • 最后回复者为 Dkiger

more options

I am trying push Firefox out via Microsoft Intune. I am able to push it out but Intune's always say waiting on install status. I have tried the msi and the exe installers and have the same issue. I am trying to validate the installation like I do other msi installation by looking at the GUID but the issue is none of the Firefox installers install a GUID in the registry.

I am trying to figure out how to add my own GUID via the installation. Any ideas?

I am trying push Firefox out via Microsoft Intune. I am able to push it out but Intune's always say waiting on install status. I have tried the msi and the exe installers and have the same issue. I am trying to validate the installation like I do other msi installation by looking at the GUID but the issue is none of the Firefox installers install a GUID in the registry. I am trying to figure out how to add my own GUID via the installation. Any ideas?

所有回复 (5)

more options

I am running the following command to look for the GUID

get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

more options

The GUID is always the same HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 69.0.1 (x64 en-US)

only the version and OS extension changes

more options

I dont see the GUID in the key you mentioned, I checked a win 7 and 10 box and one running 68.x and the other 69.x.

more options

David said

Dkiger said
The GUID is always the same HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 69.0.1 (x64 en-US) only the version and OS extension changes

I dont see the GUID in the key you mentioned, I checked a win 7 and 10 box and one running 68.x and the other 69.x.

I think Dkiger is saying your verification tool should look for the key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 69.0.1 (x64 en-US)

and not a value under that key.

more options

jscher2000 said

David said
Dkiger said
The GUID is always the same HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 69.0.1 (x64 en-US) only the version and OS extension changes

I dont see the GUID in the key you mentioned, I checked a win 7 and 10 box and one running 68.x and the other 69.x.

I think Dkiger is saying your verification tool should look for the key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 69.0.1 (x64 en-US)

and not a value under that key.

Correct, you'll want to go off the key or if you wish to get more technical the Key itself and then DisplayVersion. However the key itself is good enough to verify a proper installation.