Create an Installer or MSI Package for Custom Chromium build

435 views
Skip to first unread message

VN

unread,
Nov 23, 2014, 12:53:05 AM11/23/14
to chromi...@chromium.org
Recently I have been able to customise Chromium and successfully compiled the source code to get Chromium executables and binaries.

My question is:

In order to install it on multiple devices in a consistent way, Is it possible to create an MSI Package or some other kind of Installer for my custom Chromium build?

Regards
VN

Marc-Antoine Ruel

unread,
Nov 23, 2014, 1:39:06 PM11/23/14
to vnanc...@gmail.com, chromium-dev

Try:

ninja -C out/Release mini_installer

M-A

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev

Greg Thompson

unread,
Nov 23, 2014, 10:19:10 PM11/23/14
to Marc-Antoine Ruel, vnanc...@gmail.com, chromium-dev
On Sun, Nov 23, 2014 at 1:37 PM, 'Marc-Antoine Ruel' via Chromium-dev <chromi...@chromium.org> wrote:

Try:

ninja -C out/Release mini_installer

It'll be easiest to ship the generated mini_installer.exe if you're using component=static_library (the default). component=shared_library is awesome for development, but terrible for deployment.
Reply all
Reply to author
Forward
0 new messages