Click here to Skip to main content
15,921,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Attach database file to SQL Server during Setup Pin
firas_hamzeh31-Aug-10 4:21
firas_hamzeh31-Aug-10 4:21 
GeneralRe: Attach database file to SQL Server during Setup Pin
PIEBALDconsult31-Aug-10 10:43
mvePIEBALDconsult31-Aug-10 10:43 
GeneralRe: Attach database file to SQL Server during Setup Pin
firas_hamzeh2-Sep-10 3:20
firas_hamzeh2-Sep-10 3:20 
GeneralRe: Attach database file to SQL Server during Setup Pin
PIEBALDconsult2-Sep-10 15:55
mvePIEBALDconsult2-Sep-10 15:55 
Question.dll file are not replacing when install new set up. Pin
jainiraj31-Aug-10 0:16
jainiraj31-Aug-10 0:16 
AnswerRe: .dll file are not replacing when install new set up. Pin
Not Active31-Aug-10 0:31
mentorNot Active31-Aug-10 0:31 
GeneralRe: .dll file are not replacing when install new set up. Pin
jainiraj31-Aug-10 0:48
jainiraj31-Aug-10 0:48 
GeneralRe: .dll file are not replacing when install new set up. Pin
patzerFish3-Sep-10 15:36
patzerFish3-Sep-10 15:36 
I just had a similar problem.

Get Orca, a program which is part of the Microsoft SDK.
Open your .msi installer file in Orca.
Select properties from the left hand side.
Insert a new row into the table:
- Property: REINSTALLMODE
- Value: amus

This will cause your installer to overwrite previous versions when installing.

Remember for each release that you need to update the Version property for the Setup project, which (in VS 2008) will prompt you to create a new ProductCode GUID.
QuestionNaming Rules Pin
Adriaan Davel30-Aug-10 22:36
Adriaan Davel30-Aug-10 22:36 
AnswerMessage Removed Pin
30-Aug-10 22:55
Bigdeak30-Aug-10 22:55 
GeneralRe: Naming Rules Pin
Adriaan Davel30-Aug-10 23:00
Adriaan Davel30-Aug-10 23:00 
GeneralRe: Naming Rules Pin
Bigdeak31-Aug-10 0:31
Bigdeak31-Aug-10 0:31 
AnswerRe: Naming Rules Pin
Pete O'Hanlon30-Aug-10 23:30
mvePete O'Hanlon30-Aug-10 23:30 
AnswerRe: Naming Rules Pin
Eddy Vluggen31-Aug-10 0:08
professionalEddy Vluggen31-Aug-10 0:08 
AnswerRe: Naming Rules Pin
Kythen1-Sep-10 8:30
Kythen1-Sep-10 8:30 
Questioncan't get float value Pin
zhiyuan1630-Aug-10 22:22
zhiyuan1630-Aug-10 22:22 
AnswerRe: can't get float value Pin
Bigdeak30-Aug-10 23:00
Bigdeak30-Aug-10 23:00 
AnswerRe: can't get float value Pin
phil.o31-Aug-10 0:34
professionalphil.o31-Aug-10 0:34 
AnswerRe: can't get float value Pin
Luc Pattyn31-Aug-10 2:23
sitebuilderLuc Pattyn31-Aug-10 2:23 
QuestionAbstract Static and Inheritance Pin
Matthew Klein30-Aug-10 15:28
Matthew Klein30-Aug-10 15:28 
AnswerRe: Abstract Static and Inheritance Pin
PIEBALDconsult30-Aug-10 16:50
mvePIEBALDconsult30-Aug-10 16:50 
GeneralRe: Abstract Static and Inheritance Pin
Matthew Klein31-Aug-10 4:38
Matthew Klein31-Aug-10 4:38 
GeneralRe: Abstract Static and Inheritance Pin
Chris Trelawny-Ross31-Aug-10 5:35
Chris Trelawny-Ross31-Aug-10 5:35 
AnswerRe: Abstract Static and Inheritance Pin
Ennis Ray Lynch, Jr.31-Aug-10 6:16
Ennis Ray Lynch, Jr.31-Aug-10 6:16 
QuestionC# - Easy - Music Player & Next Song [modified] Pin
Martiinus30-Aug-10 13:52
Martiinus30-Aug-10 13:52 

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.