| Thread | Last Post | Replies |
|
| aspx files not executed | 31 Mar 2004 22:28 GMT | 1 |
I have a windows 2000 small business server with IIS 5 installed with ".NET Components update" from VS.NET but I don't have installed VS on this machine. On my workstation I have Win XP home edition with VS.NET installed
|
| [$ComponentName] =4 ????? | 31 Mar 2004 21:35 GMT | 7 |
i am trying to use conditional statements for my installation process.... i checked with the condition statemenst for uninstall with [?ComponentName] = 3 and [$ComponentName] =4 , but i get errros when i use these conditions.. see in my setup project when i run it , i give the user ...
|
| visual studio 2002 not recognizing framework 1.1 | 31 Mar 2004 20:59 GMT | 3 |
I have an ASP.NET project developed on one machine in Vis. Studio 2003, and moved it to an older machine that has Vis. Studio 2002. This older machine has been upgraded with the 1.1 framework, as well as all the latest MS service XP and .NET service packs. I created a new
|
| Can't see/edit any project propertes in the installer project | 30 Mar 2004 23:33 GMT | 1 |
I created a Setup project in VS.Net 2003. I believe I should be able to see and edit project properties, such as ProductName, etc. However, when I open the project properties window, all I get there is Configuration Properties->Build. No project-level properties
|
| Adding .NET 1.1 to Setup Project | 29 Mar 2004 20:12 GMT | 1 |
I want to add .NET Framwork 1.1 to my Setup project. I have installed the bootstrapper app and have set the Bootstrapper property to Windows Installer Bootstrapper. MSDN then says that the .NET Framework launch condition must also be enabled. I check the launch conditions and cant
|
| How to choose virtual server in Web Setup Project? | 29 Mar 2004 15:19 GMT | 2 |
I am trying to figure out how to allow the user to select on which virtual server to install an ASP.NET web application. It seems like the default behavior for the web setup projects is just to install to the first virtual server in the list. How can I intercept that and change ...
|
| Can't open existing or create new Project | 27 Mar 2004 01:09 GMT | 1 |
I am getting multiple errors when I try to open an existing or creating a new project. When I try to open an existing project this is the error: "Unable to get the project file from the Web server. Unable to open Web project 'WebApp1'. The file path 'some path' does not correspond ...
|
| "Specified service already exists" on install - HELP!! | 26 Mar 2004 11:13 GMT | 2 |
Ok, I've been running through various iterations of a Windows Service application with no trouble. Unfortunately after uninstalling one version, the uninstall bombed with an error (no I didn't write it down). It looked like it was gone from the file system and control-panel ...
|
| Web Custom Folder setup | 25 Mar 2004 22:09 GMT | 1 |
I have a asp.net web project and would like to create some folders on the target machine directory at c:\. How do i go about creating the folder at this location.
|
| a few setup questions | 25 Mar 2004 22:06 GMT | 1 |
I have some setup questions 1) is there a way to create a more complex setup froms besides using the ones supplied with .NET - 1 check box 2 checkbox etc. - I want ones that combines checkbox with combobox for examples.
|
| Setup...doubt?? | 25 Mar 2004 22:02 GMT | 2 |
I have a Web Application developed using Visual Studio.Net 2003. I want to prepare a setup to deploy it on the Server. I want to use the Visual studio web setup project. But also need to customize it. I need to accept from the user some input like the
|
| using Context.Parameters["INSTALLDIR"], | 25 Mar 2004 21:33 GMT | 10 |
i am creating an installer project to install my application. my application has got a few data which r needed to be edited at run time ...getting the user input and editing the config file. so i am using
|
| installation & ComRegisterFunctionAttribute | 25 Mar 2004 16:20 GMT | 2 |
I have created an Internet Explorer toolbar dll in c# and I am now trying to create an installation program for it. For testing purposes, I ran gacutil and regasm in order for the toolbar to show up in IE, and everything worked fine.
|
| Add Reference in VS.net | 25 Mar 2004 15:46 GMT | 1 |
After strong naming and installing my Assembly to the GAC how come when i'm in a VS project and I select add reference I cannot see my assembly listed there? Is there something else I must do to have it show up here.
|
| Change Application Folder | 23 Mar 2004 16:59 GMT | 2 |
Hi NG! I've to change the application folder so that the setup project uses the current directory to put all files in. any ideas?
|