On Fri, 30 Jun 2006 13:00:53 -0700, Daniel Goldman wrote:

Daniel,

WiX (.msi, Windows Installer, that is) already has this ".zip feature" 
built-in, it just uses another compression method (if at all, I never actually 
checked) and calls them .cab files instead of .zip ones. These cabinet files 
can be embedded inside the .msi (this is the usual case so that the customer 
will only need to download or receive a single file) or kept outside the .msi 
file.

If you only want to copy files into their proper location with WiX, you can do 
just that. There is no need to use any other feature you don't need. Just check 
out the starting samples in the tutorial (www.tramontana.co.hu/wix) to see how 
easy it is.

> burdensome. I don't think I need the upgrade, modify, repair,
> uninstall, and version capabilities. To upgrade, it will just
> overwrite. To uninstall, the directory can just be removed.

You get most of this for completely free. You just specify the directory 
structure and the files inside, reference the bundled WixUI user interface and 
you'll get all the rest for free. Thinking about upgrade, if you'll ever need 
it, is not more complicated than to observe a few simple rules about which 
GUIDs to change and when, as well as using reasonable version information in 
your own executables (which you probably already do, anyway).

Bye,
   Gábor

-------------------------------------------------------------------
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to