Hi all,--Do you know how to generate msi of chromium on Windows? I don't want mini_installer.exe.Please forward to the right group who can help me.Regards,Milan
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAF21F1KN13_NV9S01YWvd8Dvu1FveHRStWE_HyTrT5wXX_sEJQ%40mail.gmail.com.
I think some of the scripts are now in the updater's codebase. I suggest asking in the forums mentioned in https://chromium.googlesource.com/chromium/src/+/main/chrome/updater/README.md.
On Mon, Jul 7, 2025 at 5:14 PM Milan Karmakar <mbkar...@gmail.com> wrote:Hi all,Do you know how to generate msi of chromium on Windows? I don't want mini_installer.exe.Please forward to the right group who can help me.Regards,Milan
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
Hi Sorin,One Problem is that 2 softwares get installed on my system now. One for msi and other for mini_installer. Msi here is just a wrapper over the exe.Regards,Milan
Hi Greg and Sorin,I am facing two issues now. I will explain what I am doing and the issues. Please let me know if I am correct.Commands:-1. I ran the following command to create msi from chromiumpython chrome/updater/win/signing/msi_from_standalone.py--wix_path "C:/Program Files/WiX Toolset v6.0/bin/wix.exe"--product_name "JioSphere"--product_version 5.0.0.6--appid "com.jio.jiosphere"--product_custom_params ""--product_uninstaller_additional_args="--force-uninstall"--product_installer_data "{"distribution":{"msi":true,"msi_product_id":"{95F8862E-6E96-4D83-A836-BA38693D24AC}","log_file":"C:\\Temp\\mini_installer.log"}}"--architecture x64--standalone_installer_path out/release/mini_installer.exe--custom_action_dll_path out/release/msi_custom_action.dll--msi_base_name JioSphereEnterprise--enterprise_installer_dir chrome/updater/win/signing--company_name "Jio"--company_full_name "Jio"--output_dir out/release2. Ran following commands in powershell admin mode:-PS C:\Windows\system32> .\msiexec.exe /i 'C:\Users\sriharsha.masineni\Downloads\JioSphereEnterprise.msi'PS C:\Windows\system32> .\msiexec.exe /x 'C:\Users\sriharsha.masineni\Downloads\JioSphereEnterprise.msi'Issues:-There are 2 problems:-1. I can see C:\Users\sriharsha.masineni\AppData\Local\JIO\JioSphere\Application\JioSphere.exe but software didn't get installed on my system. I can see only 1 entry for JioSphere.msi in Add or Remove Programs (Control Panel) but no entry for mini_installer.2. I am not able to uninstall msi. Getting below error.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.
Thanks Greg for your quick response. I corrected that.But does the msi wrap only UpdaterSetup.exe? Because I can see in Orca.exe that for action SetProductTagProperty, target is appguid={guid}&appname=name&needsAdmin=true.I was actually trying to wrap my mini_installer.exe. problems still persist there.