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 chromium
python 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/release
2. 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.