You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Peter Hull <pe...@gmail.com> on 2023/03/02 09:34:56 UTC

Re: Windows installer build process

On 2023/02/27 22:23:17 Christian Oyarzun wrote:
> I believe the stub gets the rest of the installer's binary data appended to
> it or vise-versa
Thanks Christian, that was helpful. I think maybe it's the shell
scripts in "netbeans\nbbuild\installer\infra\build" that assemble the
final binary.

The stub is padded out to 450000 bytes and then the metadata and
binary data are appended to that (so the stub knows to start
extracting from a fixed offset 450000 from the beginning of the file)
This means I can recompile the stub and test it just by overwriting
the first part of an existing installer, which is simpler/quicker than
going through the proper build process.That seems to work so far,
hopefully I can proceed this way.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists