Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Package Installation


1 reply to this topic

orande

orande
  • Members
  • 1 posts

Posted 03 December 2001 - 14:37

I have create a self-extracting (.EXE) package of my installation. This package are write in a CD-ROM with one folder that contains the Internet Explorer installation. When the user start the setup, the files are copyed to temporal folder in the Windows directory. I controlled with script file, if the version of IE needs upgrade and then I want start then IE installation contained in the CD-ROM. How I can know the source of the package installation?. The SRCDISK or the SUPPORTDIR are making reference to temporal folder in Windows  Dir...

lasenbby

lasenbby
  • Members
  • 744 posts

Posted 03 December 2001 - 15:01

If you don't find a way, you might want to use GetValidDrivesList  and find the first cdrom drive of the machine and use that with the folder name as the default in a  dialog to the user to allow the location to be changed (in case they copy the disk to a network and do thier installs from there or have two cdroms or whatever).