C
chris-s
Hi folks,
I want to create a custom [Files.____] tag in my cab inf file so that I can
get some files to be installed in a specific folder, the \windows folder in
this case.
I cannot include these files in the [Files.Common] or [Files.Arm] since
these are set to be installed into the apps install dir.
I create all the entries for a new tag as below, but it will not work. The
new files do not get included into the cab, putting the files into the
[Files.Common] and it works ok. Any suggestions?
[SourceDisksNames]
9=,"Common9",,"D:\Source\VS.NET2003\MYFILES\"
[SourceDisksFiles]
MYWINDOWSFILE.DLL=9
[DestinationDirs]
Files.Windows=0,%CE2%
[Files.Windows]
MYWINDOWSFILE.DLL,,,0
Chris.
I want to create a custom [Files.____] tag in my cab inf file so that I can
get some files to be installed in a specific folder, the \windows folder in
this case.
I cannot include these files in the [Files.Common] or [Files.Arm] since
these are set to be installed into the apps install dir.
I create all the entries for a new tag as below, but it will not work. The
new files do not get included into the cab, putting the files into the
[Files.Common] and it works ok. Any suggestions?
[SourceDisksNames]
9=,"Common9",,"D:\Source\VS.NET2003\MYFILES\"
[SourceDisksFiles]
MYWINDOWSFILE.DLL=9
[DestinationDirs]
Files.Windows=0,%CE2%
[Files.Windows]
MYWINDOWSFILE.DLL,,,0
Chris.