Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: Use window application in Web Application Pin
c0ax_lx23-Oct-07 23:19
c0ax_lx23-Oct-07 23:19 
AnswerRe: Use window application in Web Application Pin
Paddy Boyd24-Oct-07 1:00
Paddy Boyd24-Oct-07 1:00 
Questionmultiple forms Pin
kabutar23-Oct-07 22:41
kabutar23-Oct-07 22:41 
AnswerRe: multiple forms Pin
Stefan Troschuetz23-Oct-07 22:44
Stefan Troschuetz23-Oct-07 22:44 
AnswerRe: multiple forms Pin
Christian Graus23-Oct-07 22:51
protectorChristian Graus23-Oct-07 22:51 
GeneralRe: multiple forms Pin
kabutar23-Oct-07 22:58
kabutar23-Oct-07 22:58 
AnswerRe: multiple forms Pin
Spunky Coder23-Oct-07 22:52
Spunky Coder23-Oct-07 22:52 
GeneralRe: multiple forms Pin
kabutar23-Oct-07 22:56
kabutar23-Oct-07 22:56 
GeneralRe: multiple forms Pin
Christian Graus23-Oct-07 23:02
protectorChristian Graus23-Oct-07 23:02 
GeneralRe: multiple forms Pin
kabutar23-Oct-07 23:12
kabutar23-Oct-07 23:12 
GeneralRe: multiple forms Pin
Christian Graus23-Oct-07 23:33
protectorChristian Graus23-Oct-07 23:33 
GeneralRe: multiple forms Pin
N a v a n e e t h23-Oct-07 23:34
N a v a n e e t h23-Oct-07 23:34 
GeneralRe: multiple forms Pin
kabutar24-Oct-07 0:02
kabutar24-Oct-07 0:02 
GeneralRe: multiple forms Pin
N a v a n e e t h24-Oct-07 0:05
N a v a n e e t h24-Oct-07 0:05 
GeneralRe: multiple forms Pin
N a v a n e e t h23-Oct-07 23:37
N a v a n e e t h23-Oct-07 23:37 
GeneralRe: multiple forms Pin
Spunky Coder23-Oct-07 23:10
Spunky Coder23-Oct-07 23:10 
Questionhow to connect checkboxes with databases... Pin
alok217123-Oct-07 21:49
alok217123-Oct-07 21:49 
AnswerRe: how to connect checkboxes with databases... Pin
pmarfleet23-Oct-07 22:11
pmarfleet23-Oct-07 22:11 
AnswerRe: how to connect checkboxes with databases... Pin
Abhijit Jana23-Oct-07 22:20
professionalAbhijit Jana23-Oct-07 22:20 
AnswerRe: how to connect checkboxes with databases... Pin
Christian Graus23-Oct-07 22:52
protectorChristian Graus23-Oct-07 22:52 
Questionhow to view files from directorylistbox to checklistbox Pin
sean lawrence23-Oct-07 21:36
sean lawrence23-Oct-07 21:36 
AnswerRe: how to view files from directorylistbox to checklistbox Pin
J4amieC23-Oct-07 22:15
J4amieC23-Oct-07 22:15 
Questionhow to run exe at instllation time Pin
Naveed72723-Oct-07 21:32
Naveed72723-Oct-07 21:32 
AnswerRe: how to run exe at instllation time Pin
Mandaar Kulkarni23-Oct-07 22:00
Mandaar Kulkarni23-Oct-07 22:00 
You can write your own class which will be derived from the Installer class.

Naveed khan nido wrote:
I want to know how to add an exe path to run at vs deployment time.

You will get savedState parameter( It is of IDictionary type) in the Install method. You can add the exe path to this savedState.

Naveed khan nido wrote:
I want to add an exe run at when installation is in process.

simply Process.Invoke with the path saved into savedState will do the job for you.

You will have to specify this class (rather your installer dll) in the custom actions of your deployment project.

Thanks.
QuestionNeed articles for embossing Pin
yohanes.luhur23-Oct-07 21:24
yohanes.luhur23-Oct-07 21:24 

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.