all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Patch to create a Windows Installer MSI package
@ 2003-09-23 17:13 Peter 'Luna' Runestig
  0 siblings, 0 replies; only message in thread
From: Peter 'Luna' Runestig @ 2003-09-23 17:13 UTC (permalink / raw)


Hi all!

Last year, I put together a kind of (somewhat crude) toolkit to create
Windows Installer MSI installation packages from plain C code. A Windows
Installer MSI installation package is a database with installation
instructions, mostly used together with a set of files to be installed.
It's a very common software distribution format on the Windows platform.
The aim with the toolkit, is to make it possible to get a installation
ready MSI package as a result of the normal build process of the
software code. I've used the toolkit to make MSI installations for
Emacs, Mozilla, OpenSSL and Perl.

If anyone wants to try it out on Emacs, here is a link to the patch
(against CVS as of 20030920):
ftp://ftp.runestig.com/pub/emacs/emacs-20030920-msi-20030923.patch.zip
http://ftp.runestig.com/pub/emacs/emacs-20030920-msi-20030923.patch.zip

Just apply the patch, and
	cd nt
	configure
	nmake bootstrap
	nmake msi INSTALL_DIR=<some temp dir>
Only tested with MS VC++ and Platform SDK.

An already-made MSI installation is available here:
ftp://ftp.runestig.com/pub/emacs/Emacs-21.3.50-20030920.msi
http://ftp.runestig.com/pub/emacs/Emacs-21.3.50-20030920.msi

A MSI package can be made in many different ways. To change the way the
MSI is put together, you must change the nt/msi/makemsi.c file. If you
have a fairly good knowledge if the MSI internals, things should be
rather straightforward.

Cheers,
- Peter
-- 
Peter 'Luna' Runestig (fd. Altberg), Sweden <peter@runestig.com>
PGP Key ID: 0xD07BBE13
Fingerprint: 7B5C 1F48 2997 C061 DE4B  42EA CB99 A35C D07B BE13
AOL Instant Messenger Screen name: PRunestig
Yahoo! Messenger profile name: altberg

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-23 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-23 17:13 Patch to create a Windows Installer MSI package Peter 'Luna' Runestig

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.