31 lines
480 B
Plaintext
31 lines
480 B
Plaintext
|
; MUI installation
|
||
|
; Copyright (c) 2000 Microsoft Corporation
|
||
|
[version]
|
||
|
Signature="$Chicago$"
|
||
|
AdvancedINF=2.5,"INF installer is too old."
|
||
|
|
||
|
[DefaultInstall]
|
||
|
CopyFiles=Program,Inf
|
||
|
|
||
|
|
||
|
[SourceDisksNames]
|
||
|
55="Movie Maker Resource Installation",,0
|
||
|
|
||
|
[SourceDisksFiles]
|
||
|
moviemk.chm=55
|
||
|
moviemui.inf=55
|
||
|
|
||
|
[Program]
|
||
|
moviemk.chm,moviemk.chm.mu_
|
||
|
|
||
|
|
||
|
[Inf]
|
||
|
moviemui.inf
|
||
|
|
||
|
[DestinationDirs]
|
||
|
Program=16422,"Movie Maker\MUI\%LCID%"
|
||
|
Inf=10,mui\FALLBACK\%LCID%
|
||
|
|
||
|
[Uninstall]
|
||
|
DelFiles=Program,Inf
|
||
|
Cleanup=1
|