Click here to Skip to main content
16,004,678 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: ClickOnce Deployment Issue Pin
DotNetWWW13-Dec-07 21:53
DotNetWWW13-Dec-07 21:53 
GeneralRe: ClickOnce Deployment Issue Pin
Michael Sync13-Dec-07 22:16
Michael Sync13-Dec-07 22:16 
GeneralRe: ClickOnce Deployment Issue Pin
DotNetWWW13-Dec-07 22:23
DotNetWWW13-Dec-07 22:23 
GeneralWindows Media Center Development Pin
Krugger40411-Dec-07 19:50
Krugger40411-Dec-07 19:50 
GeneralDeclaring String Array in Structure Pin
Meenge11-Dec-07 17:35
Meenge11-Dec-07 17:35 
GeneralRe: Declaring String Array in Structure Pin
Michael Sync11-Dec-07 19:13
Michael Sync11-Dec-07 19:13 
GeneralForcing deployment of .NET 2.0 to all computers of a network Pin
Luis Alonso Ramos11-Dec-07 9:47
Luis Alonso Ramos11-Dec-07 9:47 
GeneralRe: Forcing deployment of .NET 2.0 to all computers of a network Pin
Dave Kreskowiak11-Dec-07 12:11
mveDave Kreskowiak11-Dec-07 12:11 
Since you have no domain your options are very limited. Every machine has it's own account (SAM) database, and hence, every administrator account is different.

You can walk around and visit every machine and install .NET 2.0 and your applicaiton.

If you have some kind of distribution system already setup, you can use that.

If you don't have a distribution system, you can write your own, but you'll also have to verify that every machine has the same name and password for the Administrator account, which, again, requires you visit every machine.

Install SMS 2003, or what is MS calling it now? System Configuration Manager?? on a server. Requires a domain anyway...

Convert the network to domain.


Your biggest problem is that every machine has a different admin account. This SEVERELY limits what you can do. They only rememdy for this is a domain environment.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007



GeneralRe: Forcing deployment of .NET 2.0 to all computers of a network Pin
Luis Alonso Ramos11-Dec-07 14:56
Luis Alonso Ramos11-Dec-07 14:56 
GeneralCopying files to debug at build time (VS 2005) Pin
Vodstok11-Dec-07 7:19
Vodstok11-Dec-07 7:19 
AnswerRe: Copying files to debug at build time (VS 2005) Pin
TJoe11-Dec-07 7:34
TJoe11-Dec-07 7:34 
GeneralRe: Copying files to debug at build time (VS 2005) Pin
Vodstok11-Dec-07 7:46
Vodstok11-Dec-07 7:46 
GeneralMaskedTextBox Question Pin
DotNetWWW11-Dec-07 2:51
DotNetWWW11-Dec-07 2:51 
GeneralRe: MaskedTextBox Question Pin
DotNetWWW12-Dec-07 22:22
DotNetWWW12-Dec-07 22:22 
QuestionProblem with Mutiple nested splitter containers Pin
uribraun11-Dec-07 2:33
uribraun11-Dec-07 2:33 
GeneralRe: Problem with Mutiple nested splitter containers Pin
Paul Conrad19-Jan-08 12:20
professionalPaul Conrad19-Jan-08 12:20 
Generalproblem convert from char to stream Pin
david bagaturia10-Dec-07 21:09
david bagaturia10-Dec-07 21:09 
GeneralRe: problem convert from char to stream Pin
Colin Angus Mackay10-Dec-07 22:45
Colin Angus Mackay10-Dec-07 22:45 
Generalproblem with two dimensional array Pin
Meenge10-Dec-07 20:42
Meenge10-Dec-07 20:42 
GeneralRe: problem with two dimensional array Pin
ayiteyashley10-Dec-07 22:35
ayiteyashley10-Dec-07 22:35 
GeneralRe: problem with two dimensional array Pin
Meenge11-Dec-07 15:55
Meenge11-Dec-07 15:55 
GeneralSystem.Transactions for .Net 2.0 Pin
ayiteyashley10-Dec-07 5:16
ayiteyashley10-Dec-07 5:16 
QuestionNunit sql server database connectivity - it gives error - system.data.sqlclient.sqlexception - SQl server does not eexists or access denied [modified] Pin
ritika10-Dec-07 1:54
ritika10-Dec-07 1:54 
GeneralRe: Nunit sql server database connectivity - it gives error - system.data.sqlclient.sqlexception - SQl server does not eexists or access denied Pin
Paddy Boyd10-Dec-07 2:35
Paddy Boyd10-Dec-07 2:35 
GeneralRe: Nunit sql server database connectivity - it gives error - system.data.sqlclient.sqlexception - SQl server does not eexists or access denied Pin
DigiOz Multimedia10-Dec-07 4:42
DigiOz Multimedia10-Dec-07 4:42 

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.