QUOTE(Curi0us_George @ Jul 9 2003, 12:40 AM)
QUOTE(zanson @ Jul 8 2003, 12:44 PM)
... and some installers won't work if you don't have admin privs on a machine.
...
If the installer won't work sans admin privileges, then a zip won't magically work either.
Actually they will depending on the program. If the reason a program needs admin privs is that its trying to install some standard dll which already exists on your machine, or some other non standard dll which does not have to go in the windows folder, but could go in the programs folder, or any other folder in your PATH, then a zip will work fine where an installer fails because many just do a check for admin privs before even trying to install the app.
I installed adobe acrobat 5 on an NT4 machine without having admin privs, the installer dies with a "no admin privs" dialog box right away, by running the installer, and before hitting ok to the dialog, grabbing all the decompressed files out of the %TEMP% folder and manually installing them. Program ran just fine without having admin privs like the installer claimed I needed...
It all depends on the program, and in that case a .zip installer would have saved me a lot of trouble.