Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I had create application in .net framework 2.0, for windows 7 live, but the application not working in window 7 live cd, and when i trying install .net framework, it says this component as part of OS.


Please Suggest me the proper way to develop application for live windows 7.

Thanking you

Shaikh Rais
Posted
Comments
johannesnestler 27-Mar-15 7:40am    
what is "Windows 7 live cd"? some kind of embedded Windows 7?
Shaikh Rais 27-Mar-15 8:57am    
i try to make utility like hiren boot, and i want to develop my own tool for the disk
Dave Kreskowiak 27-Mar-15 9:23am    
Do you think it might help if you told us what the error you're getting is??

1 solution

If you want to create something like Hirens BootCD[^] then to be honest a .NET framework language is a bad place to start. They all requires the .NET framework running in order to work at all - and that requires the whole of Windows to be running first.

A bootable diagnostic CD should not need the "normal" OS or any components of it to run - as it should be diagnosing faults with that OS or the components it loads.

You really want to be looking at native code - which means C++ most likely.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900