Click here to Skip to main content
16,005,066 members
Home / Discussions / C#
   

C#

 
GeneralRe: Copying objects by value [modified] Pin
Luc Pattyn17-Jul-07 17:15
sitebuilderLuc Pattyn17-Jul-07 17:15 
GeneralRe: Copying objects by value Pin
jozsurf17-Jul-07 18:07
jozsurf17-Jul-07 18:07 
GeneralRe: Copying objects by value Pin
Luc Pattyn22-Jul-07 12:00
sitebuilderLuc Pattyn22-Jul-07 12:00 
QuestionHow to set and get Windows Application's Version? Pin
Khoramdin16-Jul-07 17:21
Khoramdin16-Jul-07 17:21 
AnswerRe: How to set and get Windows Application's Version? Pin
Vikram A Punathambekar16-Jul-07 17:40
Vikram A Punathambekar16-Jul-07 17:40 
QuestionRe: How to set and get Windows Application's Version? Pin
Khoramdin16-Jul-07 19:20
Khoramdin16-Jul-07 19:20 
AnswerRe: How to set and get Windows Application's Version? Pin
Vikram A Punathambekar16-Jul-07 21:05
Vikram A Punathambekar16-Jul-07 21:05 
AnswerRe: How to set and get Windows Application's Version? Pin
originSH16-Jul-07 22:14
originSH16-Jul-07 22:14 
If you use the versioning stuff in AssemblyInfo.cs and use the Visual Studio Setup Projects then it'll handle it all for you.

The VS Setup stuff isn't to flexable though and can turn into quite a pig if you want to do anything more advanced.

The VS Setup Projects are based on MSI, you can read up more on that if you want to use it to it's full extent.

If your doing it all manually then what you need to do is create a registry entry to give the location of the installed app. Your setup can then get the version number, or the app could include the version number in the registry too so the installer doesn't have to bother.

I'v also heard good things about NSIS[^], but I've not played with it so you'd have to rtead up and see if it supports what you want.
AnswerRe: How to set and get Windows Application's Version? Pin
ekynox17-Jul-07 13:33
ekynox17-Jul-07 13:33 
QuestionDataGrid date AND time Column[modified] Pin
swjam16-Jul-07 14:24
swjam16-Jul-07 14:24 
AnswerRe: DataGrid date AND time Column[modified] Pin
Michael Sync16-Jul-07 17:39
Michael Sync16-Jul-07 17:39 
GeneralRe: DataGrid date AND time Column[modified] Pin
swjam16-Jul-07 20:59
swjam16-Jul-07 20:59 
GeneralRe: DataGrid date AND time Column[modified] Pin
Rhys Gravell16-Jul-07 23:09
professionalRhys Gravell16-Jul-07 23:09 
Questionadd a page Pin
daku116-Jul-07 12:47
daku116-Jul-07 12:47 
AnswerRe: add a page Pin
T.EDY16-Jul-07 17:06
T.EDY16-Jul-07 17:06 
AnswerRe: add a page Pin
Sathesh Sakthivel16-Jul-07 17:20
Sathesh Sakthivel16-Jul-07 17:20 
Questionthrow exception does not work in timer event??? Pin
Togg16-Jul-07 12:38
Togg16-Jul-07 12:38 
AnswerRe: throw exception does not work in timer event??? Pin
Luc Pattyn16-Jul-07 14:23
sitebuilderLuc Pattyn16-Jul-07 14:23 
GeneralRe: throw exception does not work in timer event??? Pin
Togg16-Jul-07 19:55
Togg16-Jul-07 19:55 
GeneralRe: throw exception does not work in timer event??? Pin
J4amieC16-Jul-07 22:23
J4amieC16-Jul-07 22:23 
GeneralRe: throw exception does not work in timer event??? Pin
Togg17-Jul-07 8:30
Togg17-Jul-07 8:30 
QuestionAdd versioning to interop DLL created with tlbimp now can't find in GAC Pin
vbtmikem16-Jul-07 12:38
vbtmikem16-Jul-07 12:38 
Questionremove white spacing between letters in string Pin
monafr8116-Jul-07 10:50
monafr8116-Jul-07 10:50 
AnswerRe: remove white spacing between letters in string Pin
snorkie16-Jul-07 11:18
professionalsnorkie16-Jul-07 11:18 
GeneralRe: remove white spacing between letters in string Pin
monafr8116-Jul-07 22:13
monafr8116-Jul-07 22:13 

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.