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

.NET (Core and Framework)

 
GeneralRe: Annotations in .Net Pin
Salman Sheikh14-Jul-09 19:34
Salman Sheikh14-Jul-09 19:34 
QuestionIndex was outside the bounds of the array Pin
spruha36911-Jul-09 0:03
spruha36911-Jul-09 0:03 
AnswerRe: Index was outside the bounds of the array Pin
Not Active11-Jul-09 3:29
mentorNot Active11-Jul-09 3:29 
Questionhow to feed data to nplot..in vb.net Pin
rebel310-Jul-09 21:53
rebel310-Jul-09 21:53 
QuestionVideo not playing in full screen after i log into the pc from vnc.. Even after VNC is closed. Pin
ScotDolan10-Jul-09 8:46
ScotDolan10-Jul-09 8:46 
QuestionDifficulties with Setup Project Pin
Tristan Rhodes10-Jul-09 3:03
Tristan Rhodes10-Jul-09 3:03 
AnswerRe: Difficulties with Setup Project Pin
Jack Vanderhorst12-Jul-09 13:24
Jack Vanderhorst12-Jul-09 13:24 
AnswerRe: Difficulties with Setup Project Pin
Adam R Harris15-Jul-09 17:27
Adam R Harris15-Jul-09 17:27 
If I'm understanding you right, you are trying to get rid of the dialog that pops up telling the user to uninstall the existing version before installing this version.

If thats right, I had a similar problem not to long ago. The solution is simple just increment the version number on your installer and make sure the following properties are set on your Setup project;

  1. DetectNewerInstalledVersion = true
  2. RemovePreviousVersions = true


As far as the removing files that are in the directory, like Jack suggested, if you are installing the files and you want them to remain, flag them as Permanent. If the files are created from your app, such as backups or error logs, when you uninstall the application it will leave those files there by default.

If at first you don't succeed ... post it on The Code Project and Pray.

QuestionIs this possible to use visual studio 2003,2005 & 2008 together? Pin
vnsraj9-Jul-09 22:09
vnsraj9-Jul-09 22:09 
AnswerRe: Is this possible to use visual studio 2003,2005 & 2008 together? Pin
Luc Pattyn9-Jul-09 22:17
sitebuilderLuc Pattyn9-Jul-09 22:17 
AnswerRe: Is this possible to use visual studio 2003,2005 & 2008 together? Pin
DoctorMick9-Jul-09 23:41
DoctorMick9-Jul-09 23:41 
AnswerRe: Is this possible to use visual studio 2003,2005 & 2008 together? Pin
Henry Minute10-Jul-09 0:29
Henry Minute10-Jul-09 0:29 
QuestionMessage Closed Pin
9-Jul-09 19:56
Sentl.R9-Jul-09 19:56 
AnswerRe: asdfsaf[Spam] Pin
Aman Bhullar9-Jul-09 22:02
Aman Bhullar9-Jul-09 22:02 
AnswerRe: asdfsaf Pin
Vasudevan Deepak Kumar10-Jul-09 2:04
Vasudevan Deepak Kumar10-Jul-09 2:04 
GeneralRe: asdfsaf Pin
Pete O'Hanlon10-Jul-09 2:16
mvePete O'Hanlon10-Jul-09 2:16 
QuestionDatagrid row select arrow Pin
Esmo20009-Jul-09 11:00
Esmo20009-Jul-09 11:00 
AnswerRe: Datagrid row select arrow Pin
Eslam Afifi9-Jul-09 14:08
Eslam Afifi9-Jul-09 14:08 
QuestionNeed Final Project Ideas ... Pin
shaina22319-Jul-09 9:19
shaina22319-Jul-09 9:19 
AnswerRe: Need Final Project Ideas ... Pin
Luc Pattyn9-Jul-09 9:43
sitebuilderLuc Pattyn9-Jul-09 9:43 
AnswerRe: Need Final Project Ideas ... Pin
Not Active9-Jul-09 10:51
mentorNot Active9-Jul-09 10:51 
AnswerRe: Need Final Project Ideas ... Pin
molesworth9-Jul-09 12:18
molesworth9-Jul-09 12:18 
JokeRe: Need Final Project Ideas ... Pin
0x3c09-Jul-09 19:43
0x3c09-Jul-09 19:43 
GeneralRe: Need Final Project Ideas ... Pin
killabyte10-Jul-09 14:18
killabyte10-Jul-09 14:18 
GeneralRe: Need Final Project Ideas ... Pin
adkalavadia12-Jul-09 19:27
adkalavadia12-Jul-09 19: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.