Merging the .net redistributable

Joined
Feb 24, 2006
Messages
2
Reaction score
0
I need to know how can I incorporate .net compact framework 2.0 redistributable installation with my msi file that is used to install my pocket pc application (I also would like to know if that is legal)

Do I have to add the redistributable exe file to my setup project and then using custom action launching this exe file??
however if I used this can I have a logic that will lock the installer of my application until the framework finishes and then return the focus to my installer?

Many thanks in advance,,
 
Back
Top