Click here to Skip to main content
15,889,034 members
Home / Discussions / C#
   

C#

 
QuestionIssue with Click-once Deployment Pin
McCombi12-Jun-12 0:23
McCombi12-Jun-12 0:23 
Questionc# Pin
fadi1321112-Jun-12 0:09
fadi1321112-Jun-12 0:09 
AnswerRe: c# Pin
Pete O'Hanlon12-Jun-12 1:03
mvePete O'Hanlon12-Jun-12 1:03 
AnswerRe: c# Pin
Dave Kreskowiak12-Jun-12 2:18
mveDave Kreskowiak12-Jun-12 2:18 
JokeRe: c# PinPopular
markovl12-Jun-12 2:55
markovl12-Jun-12 2:55 
GeneralRe: c# Pin
Keith Barrow12-Jun-12 4:38
professionalKeith Barrow12-Jun-12 4:38 
GeneralRe: c# PinPopular
markovl12-Jun-12 4:47
markovl12-Jun-12 4:47 
GeneralRe: c# Pin
Keith Barrow12-Jun-12 5:50
professionalKeith Barrow12-Jun-12 5:50 
QuestionHow to deploy the same project with another name.exe? Pin
VisualLive11-Jun-12 23:14
VisualLive11-Jun-12 23:14 
AnswerRe: How to deploy the same project with another name.exe? Pin
Richard MacCutchan11-Jun-12 23:50
mveRichard MacCutchan11-Jun-12 23:50 
GeneralRe: How to deploy the same project with another name.exe? Pin
VisualLive12-Jun-12 0:32
VisualLive12-Jun-12 0:32 
GeneralRe: How to deploy the same project with another name.exe? Pin
Richard MacCutchan12-Jun-12 2:10
mveRichard MacCutchan12-Jun-12 2:10 
AnswerRe: How to deploy the same project with another name.exe? Pin
Dave Kreskowiak12-Jun-12 2:16
mveDave Kreskowiak12-Jun-12 2:16 
You have to understand how Windows Installer works. Your installer had a ProductCode and UpdateCode that's the same between both versions of your app. That's why your new installer says it's already installed.

Without modifying anything, your only work around is to uninstall the previous version of the app first, then install the new one.

A quick "fix" to get your new installer to work would be to change the ProductCode. The UpgradeCode remains the same and this is going to tell MSIEXEC that the new app upgrades the old one.

QuestionIs this an OOP Programme? Pin
nstk11-Jun-12 21:26
nstk11-Jun-12 21:26 
AnswerRe: Is this an OOP Programme? Pin
Abhinav S11-Jun-12 23:33
Abhinav S11-Jun-12 23:33 
AnswerRe: Is this an OOP Programme? Pin
Pete O'Hanlon12-Jun-12 1:58
mvePete O'Hanlon12-Jun-12 1:58 
AnswerRe: Is this an OOP Programme? Pin
PIEBALDconsult12-Jun-12 3:40
mvePIEBALDconsult12-Jun-12 3:40 
GeneralMessage Removed Pin
12-Jun-12 4:39
professionalN_tro_P12-Jun-12 4:39 
GeneralRe: Is this an OOP Programme? Pin
nstk12-Jun-12 8:37
nstk12-Jun-12 8:37 
AnswerRe: Is this an OOP Programme? Pin
nstk12-Jun-12 8:34
nstk12-Jun-12 8:34 
GeneralRe: Is this an OOP Programme? Pin
harold aptroot12-Jun-12 8:48
harold aptroot12-Jun-12 8:48 
GeneralRe: Is this an OOP Programme? Pin
jschell12-Jun-12 9:13
jschell12-Jun-12 9:13 
GeneralC# Pin
Mahendra Kumar11-Jun-12 21:05
Mahendra Kumar11-Jun-12 21:05 
AnswerRe: C# Pin
OriginalGriff11-Jun-12 21:24
mveOriginalGriff11-Jun-12 21:24 
GeneralRe: C# Pin
Pete O'Hanlon11-Jun-12 21:34
mvePete O'Hanlon11-Jun-12 21:34 

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.