I wrote a .net app and would not run on my home machine because I don't have .net clr. How would i create a package that would install .Net CLR along with your Setup.msi?
.net
Collapse
X
-
sajithamolTags: None -
but keep in mind thatOriginally posted by vancThere is a technology call ClickOne, it's integrated in VS so you can use it straight away. It's in project property page, jump in there and you will see in the publish part. You can't miss it!!!
cheers.
Building ClickOnce installations is supported in Microsoft Visual Studio 2005...not in the previous versions.....Comment
Comment