S
Steve B.
Hi,
I'm still having difficulties with cab wiz inf files...
My goal is t deploy files in the appdir, and localized files in subdir (like
satellite assemblies)
\Program files\appdir\file.ext
\program files\appdir\en\file.exe
on my HD, i have :
file.ext
file.ext.en
file.ext.fr
in order to have unique filenames in the sourcedisks...
Here the inf file i produced (unicode, according an advice in this NG) :
[Version]
Signature = "$Windows NT$"
Provider = "Wurth"
CESignature = "$Windows CE$"
[CEStrings]
AppName = Toto
InstallDir = %CE1%\%AppName%
[DefaultInstall]
CopyFile = Files.Common,Files.en
[SourceDisksNames]
1=,"e:\FileRepository\Temp",,"e:\FileRepository\Temp"
[SourceDisksFiles]
benchresults.xls = 1
benchresults.xls.en = 1
[DestinationDirs]
Files.Common = 0,%InstallDir%
Files.en = 0,%InstallDir%\en
[Files.Common]
benchresults.xls,benchresults.xls,,0
[Files.en]
benchresults.xls,benchresults.xls.en,,0
And here is the log result :
Warning: Section [DefaultInstall] key "CopyFiles" - there are no section
entries to process
Warning: Section [DefaultInstall] key "AddReg" - there are no section
entries to process
Warning: Section [DestinationDirs] key "Files.Common" is not a valid file
list
Warning: Section [DestinationDirs] key "Files.en" is not a valid file list
Error: Section [DestinationDirs] has no data
What is wrong ?
Thanks for any help
Stev
I'm still having difficulties with cab wiz inf files...
My goal is t deploy files in the appdir, and localized files in subdir (like
satellite assemblies)
\Program files\appdir\file.ext
\program files\appdir\en\file.exe
on my HD, i have :
file.ext
file.ext.en
file.ext.fr
in order to have unique filenames in the sourcedisks...
Here the inf file i produced (unicode, according an advice in this NG) :
[Version]
Signature = "$Windows NT$"
Provider = "Wurth"
CESignature = "$Windows CE$"
[CEStrings]
AppName = Toto
InstallDir = %CE1%\%AppName%
[DefaultInstall]
CopyFile = Files.Common,Files.en
[SourceDisksNames]
1=,"e:\FileRepository\Temp",,"e:\FileRepository\Temp"
[SourceDisksFiles]
benchresults.xls = 1
benchresults.xls.en = 1
[DestinationDirs]
Files.Common = 0,%InstallDir%
Files.en = 0,%InstallDir%\en
[Files.Common]
benchresults.xls,benchresults.xls,,0
[Files.en]
benchresults.xls,benchresults.xls.en,,0
And here is the log result :
Warning: Section [DefaultInstall] key "CopyFiles" - there are no section
entries to process
Warning: Section [DefaultInstall] key "AddReg" - there are no section
entries to process
Warning: Section [DestinationDirs] key "Files.Common" is not a valid file
list
Warning: Section [DestinationDirs] key "Files.en" is not a valid file list
Error: Section [DestinationDirs] has no data
What is wrong ?
Thanks for any help
Stev