Disk Space
Posted: Thu Jan 18, 2007 6:39 pm
My application installs, if required .net2.0, sql express advanced edition 2005 if checked on a custom dialog, and the application itself. In the installation section I call 2 include scripts, one for .net2.0 and the other for sql express 2005. I don't want to do these as pre req for a number of reasons.
My problem is when I display the disk space required, it only shows for the application. I would like to add to this value depending on whether .net2.0 and/or sql express 2005 are installed.
Is there a way of updating or do I need to calculate in code then update a variable that will be used?
My problem is when I display the disk space required, it only shows for the application. I would like to add to this value depending on whether .net2.0 and/or sql express 2005 are installed.
Is there a way of updating or do I need to calculate in code then update a variable that will be used?