![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
The root destination is not an empty string, it would be "\" -- Chris Tacke, eMVP Join the Embedded Developer Communityhttp://community.opennetcf.com isine... (AT) gmail (DOT) com> wrote in message news:88941221-849f-475f-8210-f5b847712825 (AT) n20g2000hsh (DOT) 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. |
#4
| |||
| |||
|
|
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 Communityhttp://community.opennetcf.com isine... (AT) gmail (DOT) com> wrote in message news:88941221-849f-475f-8210-f5b847712825 (AT) n20g2000hsh (DOT) 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. |
#5
| |||
| |||
|
|
Try using double slash "\\". -- Simon Hart Visual Developer - Device Application Development MVPhttp://simonrhart.blogspot.com "isine... (AT) gmail (DOT) 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 Communityhttp://community.opennetcf.com isine... (AT) gmail (DOT) com> wrote in message news:88941221-849f-475f-8210-f5b847712825 (AT) n20g2000hsh (DOT) 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. |
#6
| |||
| |||
|
|
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... (AT) yahoo (DOT) com> wrote: Try using double slash "\\". -- Simon Hart Visual Developer - Device Application Development MVPhttp://simonrhart.blogspot.com "isine... (AT) gmail (DOT) 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 Communityhttp://community.opennetcf.com isine... (AT) gmail (DOT) com> wrote in message news:88941221-849f-475f-8210-f5b847712825 (AT) n20g2000hsh (DOT) 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. |
#7
| |||
| |||
|
|
Could you post the whole INF file here please. -- Simon Hart Visual Developer - Device Application Development MVPhttp://simonrhart.blogspot.com "isine... (AT) gmail (DOT) 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... (AT) yahoo (DOT) com> wrote: Try using double slash "\\". -- Simon Hart Visual Developer - Device Application Development MVPhttp://simonrhart.blogspot.com "isine... (AT) gmail (DOT) 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 Communityhttp://community.opennetcf.com isine... (AT) gmail (DOT) com> wrote in message news:88941221-849f-475f-8210-f5b847712825 (AT) n20g2000hsh (DOT) 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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |