Hi, Simon.
This is the content of the file instalacionInventario.inf
instalacionInventario.inf
----------------------------------
[Version]
Signature="$Windows NT$"
Provider="SNL"
CESignature="$Windows CE$"
[CEStrings]
AppName="Inventario"
InstallDir=%CE1%\%AppName%
[Strings]
Manufacturer="SNL"
[CEDevice]
VersionMin=4.0
VersionMax=6.99
BuildMax=0xE0000000
[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2
[SourceDisksNames]
1=,"Common1",,"C:\Archivos de programa\SQLite.NET\bin\CompactFramework
\"
2=,"Common2",,"D:\Proyectos\Visual .Net 2005\pda\inventario\obj\Release
\"
[SourceDisksFiles]
"System.Data.SQLite.dll"=1
"inventario.exe"=2
[DestinationDirs]
Shortcuts=0,%CE2%\Start Menu
Files.Common1=0,"\\"
Files.Common2=0,"SNL\Inventario"
[Files.Common1]
"System.Data.SQLite.dll","System.Data.SQLite.dll",,0
[Files.Common2]
"inventario.exe","inventario.exe",,0
[Shortcuts]
"Inventario",0,"inventario.exe","%CE11%"
"Inventario",0,"inventario.exe","Windows\Desktop"
"Inventario",0,"inventario.exe","%CE17%"
[RegKeys]
--- End of instalacionInventario.inf ----
[quoted text, click to view] On 24 dic, 14:22, Simon Hart [MVP] <srhart...@yahoo.com> wrote:
> Could you post the whole INF file here please.
> --
> Simon Hart
> Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com >
> "isine...@gmail.com" wrote:
> > Hi.
>
> > Using double slash "\\" gives me the same error.
>
> > [DestinationDirs]
> > Shortcuts=0,%CE2%\Start Menu
> > Files.Common1=0,"\\"
>
> > CabWiz.log
> > -------
> > Error: Section [DestinationDirs] not successfully processed
>
> > Iago.
>
> > On 22 dic, 17:37, Simon Hart [MVP] <srhart...@yahoo.com> wrote:
> > > Try using double slash "\\".
> > > --
> > > Simon Hart
> > > Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com >
> > > "isine...@gmail.com" wrote:
> > > > Hi.
>
> > > > I had also tried with "\" but didn't works. Gives me another error.
>
> > > > --- .inf ----
>
> > > > [SourceDisksNames]
> > > > 1=,"Common1",,"C:\Archivos de programa\SQLite.NET\bin\CompactFramework
> > > > \"
>
> > > > [SourceDisksFiles]
> > > > "System.Data.SQLite.dll"=1
>
> > > > [DestinationDirs]
> > > > Files.Common1=0,"\"
>
> > > > --- Cabwiz.log ----
> > > > Error: Section [DestinationDirs] not successfully processed
>
> > > > On 21 dic, 15:56, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> > > > > The root destination is not an empty string, it would be "\"
>
> > > > > --
>
> > > > > Chris Tacke, eMVP
> > > > > Join the Embedded Developer Community
http://community.opennetcf.com >
> > > > > <isine...@gmail.com> wrote in message
>
> > > > >news:88941221-849f-475f-8210-f5b847712825@n20g2000hsh.googlegroups.com...
>
> > > > > > Hi.
>
> > > > > > I want to generate a CAB which install a file in root folder. Inside
> > > > > > VS 2005 I can not put a file in root folder. I try to edit the .inf
> > > > > > file to generate the CAB mannually with cabwiz but give me errors.
>
> > > > > > .inf file
> > > > > > ---------------
>
> > > > > > [SourceDisksFiles]
> > > > > > "System.Data.SQLite.dll"=1
>
> > > > > > [DestinationDirs]
> > > > > > Files.Common1=0,""
>
> > > > > > [Files.Common1]
> > > > > > "System.Data.SQLite.dll","System.Data.SQLite.dll",,0
>
> > > > > > ----------------
> > > > > > CabWiz.log
> > > > > > ----------------
>
> > > > > > Error: Section [DestinationDirs] key "Files.Common1" requires valid
> > > > > > data
>
> > > > > > ....
>
> > > > > > What I'm doing incorrectly?
>
> > > > > > Thanks in advance.
>
> > > > > > Iago.