Hi,
I am about to deply my first winforms project.
I recently learnt that the users needs .net installed on their machine.
I stupidly thought that this would be package automatically with 2000 xp vista etc, silly me.(why not?? and keep upto date with windows update?)
anyway...
firstly, i plan on distributing this app via web and usb stick.
Now i want to either:
1. combine the .net framework with my exe and install it seemlessly without the user knowing.
2. check if they have it the first time my program runs and then download and install it seemlessly if they dont have it?
is this possible?
someone talked about clickone? is this what i need? what does it do?
are there any alternatives?
I am about to deply my first winforms project.
I recently learnt that the users needs .net installed on their machine.
I stupidly thought that this would be package automatically with 2000 xp vista etc, silly me.(why not?? and keep upto date with windows update?)
anyway...
firstly, i plan on distributing this app via web and usb stick.
Now i want to either:
1. combine the .net framework with my exe and install it seemlessly without the user knowing.
2. check if they have it the first time my program runs and then download and install it seemlessly if they dont have it?
is this possible?
someone talked about clickone? is this what i need? what does it do?
are there any alternatives?
Comment