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
537 B
23 lines
537 B
#include "resource.h"
|
|
#include "version.rc2"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_SMCYSCOM REGISTRY DISCARDABLE "SMCysCom.rgs"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_TITLE "Server Management CYS Installer"
|
|
IDS_INSERT_CD "Please insert the Microsoft Windows Server 2003 CD."
|
|
END
|
|
|
|
1 TYPELIB "smcyscom.tlb"
|
|
|