source: cmedia/trunk/Install/updini.scr@ 355

Last change on this file since 355 was 354, checked in by stevenhl, 17 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 421 bytes
Line 
1WPObject =
2(
3 WPClassName = "WPProgram"
4 WPTitle = "C-Media Control"
5 WPSetupString = "EXENAME=$(DEST)CMPCISET.EXE;OBJECTID=<CMEDIA_CONTROL>"
6 WPLocation = "<MMPM2_FOLDER>"
7 WPFlags = 1L
8)
9
10WPObject =
11(
12 WPClassName = "WPShadow"
13 WPTitle = ""
14 WPSetupString = "SHADOWID=<CMEDIA_CONTROL>"
15 WPLocation = "<WP_DESKTOP>"
16 WPFlags = 1L
17)
18
19SpiInstall =
20(
21 SpiDllName = "$(DEST)spiinfo.DLL"
22)
23
Note: See TracBrowser for help on using the repository browser.