Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SyncLocking Pin
captainmogo9-Apr-09 8:14
captainmogo9-Apr-09 8:14 
GeneralRe: SyncLocking Pin
Dave Kreskowiak9-Apr-09 8:18
mveDave Kreskowiak9-Apr-09 8:18 
GeneralRe: SyncLocking [modified] Pin
captainmogo9-Apr-09 8:30
captainmogo9-Apr-09 8:30 
QuestionClickonce and command line args? Pin
Jon_Boy9-Apr-09 3:44
Jon_Boy9-Apr-09 3:44 
AnswerRe: Clickonce and command line args? Pin
Dave Kreskowiak9-Apr-09 4:04
mveDave Kreskowiak9-Apr-09 4:04 
GeneralRe: Clickonce and command line args? Pin
Jon_Boy9-Apr-09 4:33
Jon_Boy9-Apr-09 4:33 
GeneralRe: Clickonce and command line args? Pin
Dave Kreskowiak9-Apr-09 4:43
mveDave Kreskowiak9-Apr-09 4:43 
GeneralRe: Clickonce and command line args? Pin
Jon_Boy9-Apr-09 4:58
Jon_Boy9-Apr-09 4:58 
Ok, I'll try more examples here...

For ClickOnce deployment, lets say you want to test the network publishing functionality (not the web site deployment). You need to create a directory to push the published files to and then that directory needs to be shared. For example: create directory C:\DeployTesting and give it a public share of \\WorkstationName\DeployTesting.

ClickOnce can then deploy the each published version successfully. You will be able to run the app fine and pick up updates from the start menu program link. Everything to this point is fine.

I can manually start the app from the command line using the "C:\Documents and Settings\User\Start Menu\Programs\Company\DeployTesting\App1.appref-ms".

Unless I am mistaken, you can't start the app via the UNC path, because you can't access the network share name from the command line (IE: \\Workstatuion1\DeployTesting\App1.application). From what I can gather, the arg passing is only supported via the web since they are passed in the URL path.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

GeneralRe: Clickonce and command line args? Pin
Eddy Vluggen9-Apr-09 8:30
professionalEddy Vluggen9-Apr-09 8:30 
GeneralRe: Clickonce and command line args? Pin
Jon_Boy9-Apr-09 9:01
Jon_Boy9-Apr-09 9:01 
QuestionRe: Clickonce and command line args? Pin
Eddy Vluggen9-Apr-09 9:28
professionalEddy Vluggen9-Apr-09 9:28 
AnswerRe: Clickonce and command line args? Pin
Jon_Boy9-Apr-09 9:49
Jon_Boy9-Apr-09 9:49 
GeneralRe: Clickonce and command line args? Pin
Eddy Vluggen9-Apr-09 10:21
professionalEddy Vluggen9-Apr-09 10:21 
QuestionDetermine what type of object a GUID belongs to. Pin
Jay Royall9-Apr-09 2:09
Jay Royall9-Apr-09 2:09 
AnswerRe: Determine what type of object a GUID belongs to. Pin
Dave Kreskowiak9-Apr-09 3:43
mveDave Kreskowiak9-Apr-09 3:43 
GeneralRe: Determine what type of object a GUID belongs to. Pin
Jay Royall9-Apr-09 4:06
Jay Royall9-Apr-09 4:06 
AnswerRe: Determine what type of object a GUID belongs to. Pin
Eddy Vluggen9-Apr-09 8:50
professionalEddy Vluggen9-Apr-09 8:50 
Questionfile download/copy from server to client Pin
Anoop Brijmohun8-Apr-09 23:49
Anoop Brijmohun8-Apr-09 23:49 
AnswerRe: file download/copy from server to client Pin
Dave Kreskowiak9-Apr-09 3:36
mveDave Kreskowiak9-Apr-09 3:36 
GeneralRe: file download/copy from server to client Pin
Anoop Brijmohun9-Apr-09 3:44
Anoop Brijmohun9-Apr-09 3:44 
GeneralRe: file download/copy from server to client Pin
Dave Kreskowiak9-Apr-09 4:06
mveDave Kreskowiak9-Apr-09 4:06 
GeneralRe: file download/copy from server to client Pin
Anoop Brijmohun9-Apr-09 4:18
Anoop Brijmohun9-Apr-09 4:18 
QuestionHelp for Do While Loop [SOLVED] Pin
vijay24828-Apr-09 23:36
vijay24828-Apr-09 23:36 
AnswerRe: Help for Do While Loop Pin
Anoop Brijmohun9-Apr-09 0:10
Anoop Brijmohun9-Apr-09 0:10 
GeneralMessage Closed Pin
9-Apr-09 0:27
vijay24829-Apr-09 0:27 

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.