home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 4 / cdrt04.iso / pc / 3darch / 3dhademo.inf next >
Encoding:
Text File  |  1994-04-14  |  1.4 KB  |  44 lines

  1. ;; **********************************************************************
  2. ;; *                                    *
  3. ;; *   Installer for 3D Home Architect demo. Script by C. Bohn 4/14/94    *
  4. ;; *                                    *
  5. ;; **********************************************************************
  6. SetDefaultBitmap off
  7. ShowWindow Maximize
  8. SetCustomControls off
  9. SetBackdrop off
  10. SetBackgroundColor 255 255 255 255 255 255
  11. SetTopLineTo "3D Home Architect Demo Installation"
  12. SetScreenAttrTo BlackOnWhite  ;; no effect!!!
  13. SetPopupAttrTo BlackOnWhite
  14. SetAttentionAttrTo RedOnWhite
  15. SetReplacementInquiry off
  16. QueFiles to ShadowDirectory
  17. 3dhademo.bmp
  18. EndQueFiles
  19. GetQuedFiles Quietly
  20. SetReplacementInquiry on
  21. LoadBitMap 1 ShadowDirectory\3dhademo.bmp
  22. ShowBitMap 1 
  23. Dialog
  24. Welcome to the installer for the 3D Home Architect Demo. If at
  25. any time you wish to cancel the installation, press the Esc key. 
  26. EndDialog
  27. :DirInq
  28. DetermineInstallationDirectory C:\3DHADEMO 4000000 DisallowInadequate
  29. If Escaped
  30.     Goto DirInq
  31. EndIf
  32. QueFileGroup 1 to [InstallationDirectory]
  33. GetQuedFiles
  34. BuildProgramGroup "3D Home Architect" 3DHOME.GRP
  35.  [INSTALLATIONDIRECTORY]\3dhademo.exe "3D Home Architect demo" [INSTALLATIONDIRECTORY]\3dhademo.exe
  36.  [INSTALLATIONDIRECTORY]\readme.wri  "Read Me"  [INSTALLATIONDIRECTORY]\readme.wri
  37. EndBuildProgramGroup
  38. DeleteFiles from ShadowDirectory Quietly
  39. 3dhademo.bmp
  40. EndDeleteFiles
  41. Dialog
  42. Installation complete!
  43. EndDialog
  44.