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

搜索 | 用户支持

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

详细了解

Can the policies.json file go into the installer?

more options

I have created a policies.json and I want to put it into the windows installer. I am using the documentation on how to repackage the windows installer https://support.mozilla.org/af/kb/repackaging-windows-installer But I do not know where the policies.json file should do. Can I create a distribution folder inside the installer with the policies.json so it will use this file to configure when installing? If so where should it go, at the root of the installer (where the setup.exe is) or somewhere else?

I have created a policies.json and I want to put it into the windows installer. I am using the documentation on how to repackage the windows installer https://support.mozilla.org/af/kb/repackaging-windows-installer But I do not know where the policies.json file should do. Can I create a distribution folder inside the installer with the policies.json so it will use this file to configure when installing? If so where should it go, at the root of the installer (where the setup.exe is) or somewhere else?

所有回复 (5)

more options

You are spot on.

Basically, you will unzip the installer using the Repackaging the Windows Installer documentation. This will give you a new folder called "Core". This is the Firefox installation that will be installed on a computer that will run the installer that you will be making.

You just need to set up your policies.json files in that "Core" folder, just as you would with a regular installation of Firefox.

Then you complete the remaining steps in the Repackaging the Windows Installer documentation to finish creating the installer that you can run on a computer.

Hope this helps.

more options

So I should create a distribution folder in the Core folder, put the policies.json file in it and then repackage the windows installer?

more options

That's correct.

Basically, the core folder is what will be installed when you run the new repackaged installer. So if you put the distribution folder in the core folder, it will be included in the new installer.

more options

Thanks. Noticing the link to 7zSD.sfx in the Repackaging the Windows Installer documentation https://support.mozilla.org/af/kb/repackaging-windows-installer

does not work. Do you know where i can get this 7zSD.sfx file?

more options

Oh! Sorry about that!

It appears that someone moved the file without changing that instruction page. You can download the sfx file from here. Also, the command in step 6 should be the following:

copy /B 7zSD.Win32.sfx+app.tag+app.7z our_new_installer.exe

That should work for you now.