Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to convert whole .hex file to bin file Pin
loyal ginger8-Jun-10 5:36
loyal ginger8-Jun-10 5:36 
AnswerRe: how to convert whole .hex file to bin file Pin
OriginalGriff8-Jun-10 6:29
mveOriginalGriff8-Jun-10 6:29 
AnswerRe: how to convert whole .hex file to bin file Pin
harold aptroot8-Jun-10 6:31
harold aptroot8-Jun-10 6:31 
Questionvideo subtitles Pin
Myn928-Jun-10 5:05
Myn928-Jun-10 5:05 
AnswerRe: video subtitles Pin
JHizzle8-Jun-10 5:15
JHizzle8-Jun-10 5:15 
GeneralRe: video subtitles Pin
Myn928-Jun-10 5:18
Myn928-Jun-10 5:18 
GeneralRe: video subtitles Pin
JHizzle8-Jun-10 5:49
JHizzle8-Jun-10 5:49 
QuestionInno setup - download components from network Pin
rg.waw8-Jun-10 3:33
rg.waw8-Jun-10 3:33 
Hi
I've written script in inno setup.
In [Files] sections I have:

Source: ..\out\Release\Plugins\Plugin.dll; DestDir: {app}\Plugins; Flags: ignoreversion; Components: Stubs\Plugin


And in [Components] section i have:

Name: Stubs\Plugin; Description: Hart Stub Modem; Types: custom


It works, but I want to install this plugin from ftp serwer.
I try like this:

Source: "ftp://myftpserver/plugin.dll;" DestDir: {app}\Plugins; Flags: ignoreversion; Components: Stubs\Plugin

But an error has occurred:

Mismatched or misplaced quotes on pararameter "Source"

Without quotas the error is: Unknown filname prefix "ftp:".

Does anyone know if it is posible to download dll file from ftp server?

rg
AnswerNothing to do with C# Pin
Pete O'Hanlon8-Jun-10 3:44
mvePete O'Hanlon8-Jun-10 3:44 
Answerwrong forum Pin
Luc Pattyn8-Jun-10 4:48
sitebuilderLuc Pattyn8-Jun-10 4:48 
GeneralRe: wrong forum Pin
rg.waw8-Jun-10 20:37
rg.waw8-Jun-10 20:37 
GeneralRe: wrong forum Pin
Luc Pattyn9-Jun-10 1:22
sitebuilderLuc Pattyn9-Jun-10 1:22 
Questionmagnetic object Pin
Gepepet8-Jun-10 3:00
Gepepet8-Jun-10 3:00 
AnswerRe: magnetic object Pin
Not Active8-Jun-10 3:16
mentorNot Active8-Jun-10 3:16 
AnswerRe: magnetic object Pin
Johnny J.8-Jun-10 3:19
professionalJohnny J.8-Jun-10 3:19 
QuestionBing Maps AJAX control in Visual C# form application Pin
grmihel28-Jun-10 2:57
grmihel28-Jun-10 2:57 
AnswerRe: Bing Maps AJAX control in Visual C# form application Pin
jwiese_ms8-Jun-10 5:34
jwiese_ms8-Jun-10 5:34 
GeneralRe: Bing Maps AJAX control in Visual C# form application Pin
grmihel28-Jun-10 5:47
grmihel28-Jun-10 5:47 
QuestionInconsistent Marshalling size Pin
hairy_hats8-Jun-10 1:38
hairy_hats8-Jun-10 1:38 
AnswerRe: Inconsistent Marshalling size Pin
Luc Pattyn8-Jun-10 2:07
sitebuilderLuc Pattyn8-Jun-10 2:07 
GeneralRe: Inconsistent Marshalling size Pin
hairy_hats8-Jun-10 2:36
hairy_hats8-Jun-10 2:36 
GeneralRe: Inconsistent Marshalling size Pin
Luc Pattyn8-Jun-10 2:43
sitebuilderLuc Pattyn8-Jun-10 2:43 
GeneralRe: Inconsistent Marshalling size Pin
hairy_hats8-Jun-10 2:50
hairy_hats8-Jun-10 2:50 
QuestionProblem of controling a listview in another form Pin
imbiz8-Jun-10 1:30
imbiz8-Jun-10 1:30 
AnswerRe: Problem of controling a listview in another form Pin
Luc Pattyn8-Jun-10 1:41
sitebuilderLuc Pattyn8-Jun-10 1:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.