c# - Auto Run CD With Application written using .net platform -


we building application on .net, , image viewer application uses .net 3.5. , application on cd along other images.

my question is, possible auto run application when insert cd on machine doesn't contain .net frame work.

or other ways of building application runs cd.

the application fail run directly when cannot find libraries need.

what can create non-.net dependent bootstrapper, include framework installer.

so when cd auto run, run bootstrapper, bootstrapper run installer. once installed, run application.


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -