I'm developing a CD with roughly 1,200 discrete files on it. They are grouped into packages of about 70 to about 150 files each. When the user selects a package to install, the problem is that the install screen spends more time displaying "Skipping <filenames>" than it does displaying "Installing <filenames>"
Is there any way to suppress the "skipping" message, or is it the penalty for this approach? (The alternative is creating a separate setup executable for what are now the various packages ... a route I'd prefer to avoid). A silent install is not viable with these packages - the user needs to select which to install.
All ideas welcome.
Is there any way to suppress the "skipping" message, or is it the penalty for this approach? (The alternative is creating a separate setup executable for what are now the various packages ... a route I'd prefer to avoid). A silent install is not viable with these packages - the user needs to select which to install.
All ideas welcome.
Comment