Sn4k3 Posted May 2, 2004 Posted May 2, 2004 I'm just wondering if anyone out there knows how to go about making a unattended install with Windows server 2003 standard and visual studio 2003? If so can you plz tell me how to go about going this. thank you in advance
MasterControl Posted May 2, 2004 Posted May 2, 2004 http://lurch.ncsa.uiuc.edu/Docs/Dell/IntelNIC/net_push.htmVisual Studio .NET BootstrapperSetup projects in Visual Studio .NET 2003 can be used to install the .NET Framework with your application, but only if you have installed the optional Visual Studio .NET Framework Bootstrapper Plug-in on your development computer. The Visual Studio .NET Framework Bootstrapper Plug-in modifies the behavior of the Setup project's Bootstrapper property to include the .NET Framework bootstrapper. The .NET Framework redistributable is then packaged with your application; when the user runs the bootstrapper setup.exe, it checks for the correct version of the .NET Framework at install time and if necessary, installs it before installing your application. http://msdn.microsoft.com/vstudio/download...er/default.aspxhttp://msdn.microsoft.com/library/default....tentid=28000519This last link has alot of information on it, check it out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now