Page 1 of 1
CD AutoRun Sample
Posted: Fri Sep 02, 2005 5:10 pm
by jimo
I am building a CD AutoRun using the provided template.
Is there or will there be a way to turn off the progrees bar?
I am running from an uncompressed setup for the CD AutoRun but everyone agrees that it would be much nicer without the initial progress bar.
This would be a great feature for Utility scripts like the CD AutoRun and a WebUpdate script I am writing also.
Posted: Sun Sep 04, 2005 3:40 pm
by sinan
I assume you mean the initial startup progress bar?
You could start the setup (autorun) silently, and then override the SILENT variable to FALSE in your setup script to obtain the effect you desire.
Posted: Sun Sep 04, 2005 4:12 pm
by jimo
Thank you.
Posted: Sun Sep 04, 2005 6:25 pm
by jimo
When I execute the package with /s with
I get an access violation. when I start without the /s the script runs fine. I have tried putting the set variable command at the very begining and just before the welcome dialog, Both exhibit the same behavior.
Any suggestions?
Posted: Mon Sep 05, 2005 3:57 am
by sinan
Will look into it.
Posted: Mon Sep 05, 2005 8:18 pm
by sinan
This was a bug in InstallAware. If you started a setup silently, it would not load any dialogs; later when you disabled silent execution from the script, it would attempt to display non-existent dialogs. This issue has been resolved.
If you are a licensed user, simply regenerate and reinstall your licensing materials to remove this problem. And, an update for the trial downloads will be made available in 24 hours.
Posted: Tue Sep 06, 2005 10:33 am
by jimo
It works great! Thanks!