Click here to Skip to main content
15,887,083 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: how to create animated gif Pin
reza_stb20027-Jun-10 9:13
reza_stb20027-Jun-10 9:13 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 9:28
sitebuilderLuc Pattyn7-Jun-10 9:28 
GeneralRe: how to create animated gif Pin
reza_stb20027-Jun-10 12:47
reza_stb20027-Jun-10 12:47 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 12:57
sitebuilderLuc Pattyn7-Jun-10 12:57 
GeneralRe: how to create animated gif Pin
reza_stb20027-Jun-10 13:36
reza_stb20027-Jun-10 13:36 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 13:47
sitebuilderLuc Pattyn7-Jun-10 13:47 
Questionexe creation for single time installation problem in .net for window application Pin
jvishal_57-Jun-10 3:02
jvishal_57-Jun-10 3:02 
AnswerRe: exe creation for single time installation problem in .net for window application Pin
Dave Kreskowiak7-Jun-10 3:53
mveDave Kreskowiak7-Jun-10 3:53 
Nearly impossible and not a good idea.

You cannot prevent the installation from happening multiple times on multiple PC's unless each PC is connected to the Internet and the installer checks in with a licensing server to see if it's already been installed. If so, then the installer has to abort itself.

But, this is a bad idea. Why? Because what if the end user has to reinstall the software because of a system failure or some kind?? You just lost a customer by forcing them to jump through hoops to reinstall software they already had running.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: exe creation for single time installation problem in .net for window application Pin
Anshul R9-Jun-10 3:53
Anshul R9-Jun-10 3:53 
QuestionIssue with running .exe(compiled in 34 bit) in window7 64bit enviornment Pin
shaina22317-Jun-10 0:49
shaina22317-Jun-10 0:49 
AnswerRe: Issue with running .exe(compiled in 34 bit) in window7 64bit enviornment Pin
Pete O'Hanlon7-Jun-10 2:06
mvePete O'Hanlon7-Jun-10 2:06 
GeneralRe: Issue with running .exe(compiled in 34 bit) in window7 64bit enviornment Pin
shaina22317-Jun-10 2:15
shaina22317-Jun-10 2:15 
GeneralRe: Issue with running .exe(compiled in 34 bit) in window7 64bit enviornment Pin
Pete O'Hanlon7-Jun-10 2:19
mvePete O'Hanlon7-Jun-10 2:19 
GeneralRe: Issue with running .exe(compiled in 34 bit) in window7 64bit enviornment Pin
shaina22317-Jun-10 2:20
shaina22317-Jun-10 2:20 
QuestionStrange Characters Appended to every url as #cCccCc Pin
Shawn Souto4-Jun-10 10:03
Shawn Souto4-Jun-10 10:03 
AnswerRe: Strange Characters Appended to every url as #cCccCc Pin
Luc Pattyn4-Jun-10 11:30
sitebuilderLuc Pattyn4-Jun-10 11:30 
AnswerRe: Strange Characters Appended to every url as #cCccCc Pin
Shawn Souto4-Jun-10 15:04
Shawn Souto4-Jun-10 15:04 
GeneralRe: Strange Characters Appended to every url as #cCccCc Pin
Luc Pattyn4-Jun-10 15:07
sitebuilderLuc Pattyn4-Jun-10 15:07 
GeneralRe: Strange Characters Appended to every url as #cCccCc Pin
Shawn Souto4-Jun-10 15:08
Shawn Souto4-Jun-10 15:08 
AnswerRe: Strange Characters Appended to every url as #cCccCc Pin
Shawn Souto4-Jun-10 15:07
Shawn Souto4-Jun-10 15:07 
QuestionRead external configuration file at runtime Pin
rbc10254-Jun-10 7:10
rbc10254-Jun-10 7:10 
AnswerRe: Read external configuration file at runtime Pin
Not Active4-Jun-10 7:56
mentorNot Active4-Jun-10 7:56 
GeneralRe: Read external configuration file at runtime Pin
rbc10254-Jun-10 19:08
rbc10254-Jun-10 19:08 
GeneralRe: Read external configuration file at runtime Pin
Not Active5-Jun-10 2:47
mentorNot Active5-Jun-10 2:47 
QuestionError:Passing parameter to Sp Pin
Sabui4-Jun-10 1:23
Sabui4-Jun-10 1:23 

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.