44 lines
1.1 KiB
C
44 lines
1.1 KiB
C
/*******************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORP., 1994
|
|
*
|
|
* TITLE: APWIZHLP.H
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* AUTHOR: RAL
|
|
*
|
|
* DATE: 11/8/94
|
|
*
|
|
* Help IDs for Add/Remove Programs.
|
|
* NOTE: These IDs are reserved in the HELP.H file. The IDs refer to entries
|
|
* in the main windows help file.
|
|
*
|
|
*******************************************************************************/
|
|
|
|
|
|
#ifndef _INC_APWIZHLP
|
|
#define _INC_APWIZHLP
|
|
|
|
// Net install page
|
|
#define IDH_APPWIZ_NETINSTALL_INSTRUCT 5600
|
|
#define IDH_APPWIZ_NETINSTALL_LIST 5601
|
|
#define IDH_APPWIZ_NETINTALLL_BUTTON 5602
|
|
|
|
// Install/Uninstall Page
|
|
#define IDH_APPWIZ_DISKINSTALL_INSTRUCT 5610
|
|
#define IDH_APPWIZ_DISKINTALLL_BUTTON 5611
|
|
#define IDH_APPWIZ_UNINSTALL_INSTRUCT 5612
|
|
#define IDH_APPWIZ_UNINSTALL_LIST 5613
|
|
#define IDH_APPWIZ_UNINSTALL_BUTTON 5614
|
|
|
|
// Windows Setup page
|
|
#define IDH_APPWIZ_WINSETUP_INSTRUCT 5620
|
|
#define IDH_APPWIZ_WINSETUP_LIST 5621
|
|
|
|
// Startup Disk page
|
|
#define IDH_APPWIZ_STARTDISK_INSTRUCT 5630
|
|
#define IDH_APPWIZ_STARTDISK_BUTTON 5631
|
|
|
|
#endif // _INC_APWIZHLP
|