Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.2 KiB

  1. #include <windows.h>
  2. #include "resource.h"
  3. #include "iecd.rcv"
  4. ///////////////////////////////////////////////////////////////////////////////
  5. // icons
  6. ///////////////////////////////////////////////////////////////////////////////
  7. IDI_CDSTARTAPP ICON DISCARDABLE isk3.ico
  8. ///////////////////////////////////////////////////////////////////////////////
  9. // strings
  10. ///////////////////////////////////////////////////////////////////////////////
  11. STRINGTABLE PRELOAD // DISCARDABLE // we don't want to discard this
  12. BEGIN
  13. IDS_APPTITLE "Microsoft Explorer Internet Explorer CD"
  14. IDS_NEEDCDROM "Please reinsert your Microsoft Internet Explorer CD."
  15. IDS_STARTPAGE "http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6.0&ar=msnhome"
  16. IDS_SEARCHPAGE "http://www.msn.com/access/allinone.htm"
  17. IDS_VIDEO "Internet Explorer CD requires Video Compression to be installed from your Microsoft Windows 95 Disks. It is highly recommended that you install it before continuing.\n\nDo you wish to install Video Compression now?"
  18. IDS_IE_VERSION VER_PRODUCTVERSION_STR
  19. IDS_LATESTVER "Setup has detected that you already have the latest version of Internet Explorer."
  20. END