Newbie: OFFLINE CONTENT / WEB AWARE blocks driving me crazy
Posted: Tue Jan 09, 2007 8:04 pm
Just started with the eval today. I like what I see of the package so far, but there are some idiosyncrasies.
Using a wizard, with some of my own tweaking, I've got a script working -- somewhat. At this stage of the install project, nothing is being downloaded from the web -- I'm just trying to get a simple install to work that also installs the prerequisites with a dialog showing so my users can drink their Big Gulp while watching a progress bar.
But when I try to install prerequisites of the .Net 2.0 framework, SQL Express and some SQL scripts, I cannot build unless I insert an OFFLINE CONTENT block (I really do not understand that whole WEB AWARE/OFFLINE CONTENT idea, but that's beside the point).
If I insert the OFFLINE CONTENT block at the beginning of the "Install Application Pre-requisistes" region, my prerequisites install, but the dialog does not show (when the user is sitting there waiting 15 minutes for SQLExpress to install, it would be good to let them know the system did not go on life support).
If I instead insert the OFFLINE CONTENT block right before the prereq files I want to install, then nothing installs except the main program files (no prereqs). I'm stumped -- looks straightforward, but I cannot get the sequencing I need.
Using a wizard, with some of my own tweaking, I've got a script working -- somewhat. At this stage of the install project, nothing is being downloaded from the web -- I'm just trying to get a simple install to work that also installs the prerequisites with a dialog showing so my users can drink their Big Gulp while watching a progress bar.
But when I try to install prerequisites of the .Net 2.0 framework, SQL Express and some SQL scripts, I cannot build unless I insert an OFFLINE CONTENT block (I really do not understand that whole WEB AWARE/OFFLINE CONTENT idea, but that's beside the point).
If I insert the OFFLINE CONTENT block at the beginning of the "Install Application Pre-requisistes" region, my prerequisites install, but the dialog does not show (when the user is sitting there waiting 15 minutes for SQLExpress to install, it would be good to let them know the system did not go on life support).
If I instead insert the OFFLINE CONTENT block right before the prereq files I want to install, then nothing installs except the main program files (no prereqs). I'm stumped -- looks straightforward, but I cannot get the sequencing I need.