Is there no deployment wizard with vb.net ?
How do I make a .net install for a machine without the framwork?
Does InstallShield work with vb.net apps?
I havent bought vb.net yet, but I want to be prepared.
Thanks for any help!
Printable View
Is there no deployment wizard with vb.net ?
How do I make a .net install for a machine without the framwork?
Does InstallShield work with vb.net apps?
I havent bought vb.net yet, but I want to be prepared.
Thanks for any help!
Yes, there is a deployment wizard in VS.NET, (Web) Setup Project.
You can make deployment packages (.msi) with or without the framework.
I would suggest you do it without the framework and just provide the link to your users to the framework on Microsoft. Best to keep the 20 meg framework seperate.