M
Michael C
I've been writing the installer for my app lately using NSIS and wanted to
have the entire app install from a single file for users from win98 onwards.
In order to support 98 onwards I need to install ie6, then MSI, .net
framework, directX, mdac2.8, msde and capture card drivers. The whole
installer comes out to 200meg which isn't a problem because it will always
be on CD. Overall it takes 5 to 10 minutes to install. The interesting part
is that out of that 5 to 10 minutes the actual installation of my app (2
years of my work) flashes by so fast you can't even see it. Reminds me of
what people say who've visited the grand canyon, you really feel
insignificant.
Michael
have the entire app install from a single file for users from win98 onwards.
In order to support 98 onwards I need to install ie6, then MSI, .net
framework, directX, mdac2.8, msde and capture card drivers. The whole
installer comes out to 200meg which isn't a problem because it will always
be on CD. Overall it takes 5 to 10 minutes to install. The interesting part
is that out of that 5 to 10 minutes the actual installation of my app (2
years of my work) flashes by so fast you can't even see it. Reminds me of
what people say who've visited the grand canyon, you really feel
insignificant.

Michael