Avoid browsing for script at uninstall time?
Posted: Fri Mar 16, 2007 7:09 pm
Hi all,
My app ships with hundreds of MB of data files so we use an uncompressed layout. We'd like to change that so as not to require the user to browse to the install script at uninstall time. I know if we compile as a web app the script is cached automatically, but we don't want to cache all the data files, and I believe that happens with a web compile.
Our app doesn't allow the user to change features; just a strict uninstall, so we just need to cache the script, not the data files. Can anyone clue me in as to how I can do that? I'm guessing I need to write a registry entry somewhere, but I don't know where to look.
Thanks.
My app ships with hundreds of MB of data files so we use an uncompressed layout. We'd like to change that so as not to require the user to browse to the install script at uninstall time. I know if we compile as a web app the script is cached automatically, but we don't want to cache all the data files, and I believe that happens with a web compile.
Our app doesn't allow the user to change features; just a strict uninstall, so we just need to cache the script, not the data files. Can anyone clue me in as to how I can do that? I'm guessing I need to write a registry entry somewhere, but I don't know where to look.
Thanks.