I don't know what you mean by "fishy". The wix package itself
is distributed by zip, so zip can't be that bad. I can deal
with patches by just sending a new full distribution, or
just sending the file(s) that need replacing.

When you say "associate cabinet files with an msi rather
easily", are you referring to the Directory, Component, and
File tags (which I wouldn't call easy in this case), or
something else?

Let me try again. Is it possible to use customaction to run
unzip on an installed zip file? Is there example syntax?

*** Here's long-winded background why I want to use unzip:

I need to distribute a C# .NET application family. It is a series
of data analysis softwares, with preloaded data (eg, Texas birth
data). Each customized version has different data files, different
auxillary files, etc. There are many customized versions.

The application was previously in C using curses. Distribution
was pretty simple. For each customized version (there could be
several on a CD), I put a zip file, a batch file, and the unzip
executable in it own directory on a cd. To install, the batch file
unzipped everything into several hard-coded directories, copied
some icons to the desktop, and displayed some messages. The old
installation mechanism looked "clunky", but worked great. I'd
like more professional-looking install mechanism, with ability
to add an item to start menu.

I'd rather not keep track of versions. If a user installs a
new version, I'd like to simply overwrite any existing files.
There is no need for them to keep the "old version". I'd like
to avoid the complexity of having to deal with hundreds of
different version numbers and GUIDs. I'm concerned that some
mistake may make it fail to upgrade.

*** End of long-winded background

I've read through the wix tutorial. I'm trying to reduce the
great complexity I'm sensing from windows installer, figure
out a simple, attractive install mechanism.

Thanks,
Daniel

Derek Cicerone wrote:

> This type of question normally indicates something fishy - why would you
> want to unzip a zip file when you can associate cabinet files with an msi
> rather easily?  It's much better to keep files under MSI control because
> then they will be patchable - otherwise you'll expose customers to a
> security threat by having unpatchable files.
> 
> Derek
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Goldman
> Sent: Friday, June 30, 2006 12:31 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] customaction runs unzip?
> 
> Can I use customaction to run unzip on an installed zip file?
> If yes, could someone please give an example syntax?
> 
> If yes, is there a way to show a "progress meter" during unzipping?
> 
> Can I delete the zip file after installation? Or can customaction
> unzip from the cdrom?
> 
> Thanks,
> Daniel Goldman
> 
> 
> 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
> 
> 

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