| Thread | Last Post | Replies |
|
| How to create a setup project for a windows application which doesn't requires framework | 10 Feb 2006 03:40 GMT | 1 |
Hello, i am new to dotnet 2005. i created a setup and deployment project for my windows application and deployed in another machine which doesn't have the framework 2.0 and it is asking for download of framwork. I tried to include the prerequisites along with my application
|
| problem with setup and deployment project | 10 Feb 2006 03:35 GMT | 1 |
hello, i am new to dotnet 2005 can any body tell how to create a setup file which doesn't ask for framework i mean which implicitly includes the required files thanq
|
| I can not configure .NET 2.0 | 08 Feb 2006 15:50 GMT | 1 |
My application failed to work from the network but running just fine from local drive. I tried to set up fulltrust for intranet zone, but there is no "Microsoft .NET Framework 2.0 Configuration" shortcut in my control panel/administrative
|
| J# and/or .NET Framework 2.0 not detected by Setup Project | 07 Feb 2006 11:01 GMT | 2 |
I've written a Windows service deployed via a setup project. On sane environments (clean VMWare targets and most users) everything is fine. If .NET 2.0 isn't there, you get a nasty box, if J# isn't there, you get a nasty box, if everything is there, installation or update ...
|
| Script support with VS.NET setup | 06 Feb 2006 22:07 GMT | 2 |
Does Setup & Deployment project with VS.NET 2003 has scripting support ? (as available with for example InstallShield) --- Thanks & Regards
|
| cannot create a new ASP.NET project - 'HTTP/1.1 500 Server Error | 06 Feb 2006 17:51 GMT | 4 |
I cannot create a new ASP.NET project. When I attmpt to create a project I get the following error: The web server reported the following error when attempting to create or open the web project located at the following uro:
|
| dotnet 1.1.4322.2300 ? | 05 Feb 2006 23:22 GMT | 2 |
A Windows 2003 server PC is reporting a CLR version number of "1.1.4322.2300". ie. this version is returned when Environment.Version.ToString() is run. This seems later than dotnet 1.1 sp1, which I thought was the latest one
|
| slipstreaming .NET 2.0 framework | 03 Feb 2006 17:50 GMT | 1 |
I recently heard that it is now possible to slipstream the .NET 2.0 framework into a deployment project. Does anyone have any information on how to do this? Can it even be done or did I hear incorrect information?
|
| Newbie at creating installation packages. Please help | 03 Feb 2006 15:50 GMT | 3 |
Folks, I have a set of assemblies (that need to be installed in the GAC) and a type library will need to be registered during installation that I would like to package to an MSI. I"m using VS 2005 and in looking at the setup Wizards it
|
| Windows Service Dependencies | 03 Feb 2006 03:07 GMT | 1 |
I have written a Windows service in J# and a setup wizard to go with it; however, I have one problem.... My Windows service creates it's own Event Log and writes events to it. However, some testing has revealed the service will fail to
|
| web setup project .Net 1.1 | 02 Feb 2006 15:50 GMT | 1 |
Dear folks, I am creating a web setup project for my application. however i have to replace the default licence agreement with our own customized one. the license agreement window should be a scrollable one.
|
| How to install the same MSI setup over and over again on the same machine | 02 Feb 2006 15:44 GMT | 3 |
First I want to say thank you to Phil Wilson for his great book: The Definitive Guide to Windows Installer. Unfortunately I didn't found a specific issue in the book. Hope you can help.
|