Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
Questionmodify main title from a started process Pin
gitschi23-Aug-06 0:47
gitschi23-Aug-06 0:47 
AnswerRe: modify main title from a started process Pin
22491723-Aug-06 1:15
22491723-Aug-06 1:15 
AnswerRe: modify main title from a started process Pin
gitschi30-Aug-06 0:51
gitschi30-Aug-06 0:51 
Questiona problem on dynamic datagrid Pin
Siva Myneni23-Aug-06 0:41
Siva Myneni23-Aug-06 0:41 
AnswerRe: a problem on dynamic datagrid Pin
Not Active23-Aug-06 2:58
mentorNot Active23-Aug-06 2:58 
QuestionVS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 0:19
Jan R Hansen23-Aug-06 0:19 
AnswerRe: VS2005 deployment / installer project: copy version data around Pin
Not Active23-Aug-06 1:02
mentorNot Active23-Aug-06 1:02 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 21:28
Jan R Hansen23-Aug-06 21:28 
aha... thanks for the answer, Mark.

I have to select the install project and then the properties tab in order to get the list of project properties (right clicking and selecting properties brings up a dialog with nothing relevant). In the list of project properties I can specify a post-build event, which brings up a dialog with these three macros:

$(BuiltOuputPath)
$(Configuration)
$(ProjectDir)

which are, in turn,

c:\...\folder\debug\applicationname.msi
Debug
c:\...\folder\

So I could write something like

rename $(BuiltOuputPath) $(ProjectDir)$(Configuration)\appliactionname <version>.msi

which would expand to

rename c:\...\folder\debug\applicationname.msi c:\...\folder\debug\applicationname <version>.msi

but how do I retrieve the version number here ? If I have to change the post build macro each time I change version I might as well just change the filename manually Smile | :)

/Jan

Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Not Active24-Aug-06 2:17
mentorNot Active24-Aug-06 2:17 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen24-Aug-06 3:10
Jan R Hansen24-Aug-06 3:10 
Questionsecurity Pin
Legolas.Bilbao23-Aug-06 0:04
Legolas.Bilbao23-Aug-06 0:04 
AnswerRe: security Pin
22491723-Aug-06 0:52
22491723-Aug-06 0:52 
GeneralRe: security Pin
Legolas_Bilbao23-Aug-06 5:43
Legolas_Bilbao23-Aug-06 5:43 
Question"it is being used" problem..[Really Urgent.. Please Help !!!] Pin
kkadir22-Aug-06 23:10
kkadir22-Aug-06 23:10 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
22491722-Aug-06 23:59
22491722-Aug-06 23:59 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
S. Senthil Kumar23-Aug-06 2:05
S. Senthil Kumar23-Aug-06 2:05 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
Christian Graus23-Aug-06 2:12
protectorChristian Graus23-Aug-06 2:12 
GeneralRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
kkadir23-Aug-06 3:16
kkadir23-Aug-06 3:16 
QuestionHow to Skin VC#.Net app? Pin
bug_aonz22-Aug-06 23:09
bug_aonz22-Aug-06 23:09 
AnswerRe: How to Skin VC#.Net app? Pin
Not Active23-Aug-06 1:07
mentorNot Active23-Aug-06 1:07 
QuestionFunky problem with reading multiline XML contents into a multiline textbox Pin
ThisIsMyUserName222-Aug-06 23:08
ThisIsMyUserName222-Aug-06 23:08 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
benjymous22-Aug-06 23:30
benjymous22-Aug-06 23:30 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox [modified] Pin
Guffa23-Aug-06 1:43
Guffa23-Aug-06 1:43 
GeneralRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
ThisIsMyUserName223-Aug-06 14:17
ThisIsMyUserName223-Aug-06 14:17 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
Guffa23-Aug-06 21:23
Guffa23-Aug-06 21: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.