| Thread | Last Post | Replies |
|
| Detect ActiveX control in setup project | 30 Jul 2004 19:15 GMT | 4 |
Hi, My application uses Interop to call an ActiveX control. So, in my setup program, I need to detect the presence of this ActiveX on client's machine. How can I set up the Launch Condition appropriately to achieve that ? Thanks in advance.
|
| .NET Framework 1.1 Service Pack 1 Tech Preview | 28 Jul 2004 17:36 GMT | 4 |
There is currently a.NET Framework 1.1 Service Pack 1 Tech Preview available at microsoft: http://www.microsoft.com/downloads/details.aspx?FamilyID=12721880-CB9F-4481-9610 -987DE96532E7&displaylang=en I don't really get it I guess, but this looks not to be a 'real' Service
|
| Default Web Site (Stopped) | 28 Jul 2004 16:36 GMT | 1 |
Have Win2K Server: MS Windows 2000, Service Pack 4 - Development Machine. Internet Information Services Default Web Site (Stopped). I attempt to start but get the following message:
|
| .NET-no touch deployments and Updates and Patches | 27 Jul 2004 17:33 GMT | 1 |
Is there any inbuilt support to achive this in .NET ? What about single touch deployment. any pointers links to that would be welcomed. TIA
|
| Server Error in '/' Application | 27 Jul 2004 17:29 GMT | 1 |
I am uploading to a new host for the first time and getting an error message: ----------- Server Error in '/' Application
|
| vs 2005 install fails | 24 Jul 2004 17:17 GMT | 2 |
Running fresh server 2003 (std ed) with current patches. No other installs of any other products. Install fail attempting to install .NET 2.0 Framework. Help is necessary at this point.
|
| Can not find a Access DB file when install on another PC. | 23 Jul 2004 02:24 GMT | 2 |
I have written a VB.NET 2003 program that accesses a Access DB. On my development PC it works fine. I created a setup program so that I can install this on other computers. Of source, I have to install the .NET framework first. But when I run the program on the other PC it
|
| Change Installation path | 23 Jul 2004 01:04 GMT | 1 |
I have an .msi file that installs MSDE (merge modules) in \Program Files\Manufacturer\Product Name\..... The problem I have is that I want to change the installation path. Setup brings up at the beginning the form where I can choose the path, but it
|
| Create an MSI that puts files in all users, not current user. | 21 Jul 2004 22:46 GMT | 1 |
The subject pretty much sums it up. I am creating some installers using VS.NET 2003. The created installers work great, but they install all of the shortcuts to the current users profile. I would like to either ask the installing part to pick Current
|
| Asking for remove or repair on setup. | 21 Jul 2004 20:52 GMT | 2 |
In the testing of my setup program, sometimes when I run the setup, it gives the same screen when "Adding and Removing programs" in the Control Panel. So when I am adding my program with the setup program, and my program has already been installed on the computer, I would
|
| Visual Studio Ent. .Net broken again | 21 Jul 2004 16:56 GMT | 1 |
Now when I fire up VS .NET Ent. and start a new C# WinForms Project (or VB.NET project) I get an error message : "VC Package not available or not registered" Strangely I can open a previous WinForms project in C# and re-build and run it without any problem ! Among the things ...
|
| INSTALL Probs w/ 1.1 | 21 Jul 2004 16:45 GMT | 1 |
After I install .Net 1.1 redistributable I cannot create a 'limited user' who's name begins with anything other than "a"...WinXP will not display the 'My Documents' folder in "My Computer" under the new user's login. ...After install all 'limited users' are also effected. Problem ...
|
| AutoUpdater problem | 21 Jul 2004 13:54 GMT | 1 |
Does an upgrade mean changing the version number of the setup project as well as the version number of the assembly? I have been having a problem implementing auto updater component. Suppose I am trying to install a new version( assembly version and the product code has been ...
|
| AutoUpdater problem! | 21 Jul 2004 13:52 GMT | 1 |
Does an upgrade mean changing the version number of the setup project as well as the version number of the assembly? I have been having a problem implementing auto updater component. Suppose I am trying to install a new version( assembly version and the product code has been ...
|
| SQL Server or MSDE check during installation | 20 Jul 2004 19:03 GMT | 1 |
When I'm installing an application, the setup routing should check if there is a MSDE or SQL Server installed. If not, MSDE should be installed first with this setup routine. Is it possible to check this with a NET Setup/Installation Project or
|