Sample Migrate.inf file

[This is preliminary documentation and subject to change.]

;
; Sample migrate.inf file
;
[Version]
Signature = $Windows NT$
SetupOS = Microsoft(R) Windows NT(R) Operating System
SetupPlatform = Workstation
SetupBuild = 1610

[Migration Paths]
"c:\windows\foo.exe"
"c:\temp\foo.exe"
"C:\program files\foo\bar.exe"
"C:\foofiles\bar.exe"

[Excluded Paths]
"c:\winnt40"
"f:\"

[Handled]
"C:\windows\foo.exe"=File
"C:\windows\foo.dll"=File
"c:\Program Files\foo"=Path
"HKLM\Software\Foo-Bar, Inc."=Registry

[Moved]
;moved
"c:\dir\boo.exe"="c:\dir\nt\boo.exe"

;moved and replaced 
"c:\Windows\foo.exe"="c:\Windows\foo\foo_nt.exe" 

;deleted 
"c:\Windows\foo\Win9x"="" 

[Incompatible Messages]
;the message must be on one line, but can be long
Foo-Bar ="The application Foo-Bar does not support the DOS component 'boo' on Windows NT."

[Foo-Bar]
"C:\dir\boo.exe"=File
"C:\dir\boo.dll"=File

[NT Disk Space Requirements]
c=104096
d=16384