| Thread | Last Post | Replies |
|
| No touch deployment | 30 Nov 2004 23:12 GMT | 4 |
I have deployed a .net application of across the web, using standard code (attached). THis works except that I have to give trust to the 7 dlls in my application individually using the .Net Framework 'trust an assembly' wizard. I can't expect my users to do that.
|
| no touch deployment and reading a XML file | 30 Nov 2004 20:14 GMT | 2 |
Hi,, Is there somebody who can answer my question about this machanism. I have an application which calls a webservice to get current time and date ( simple).
|
| Hiding repair/remove Dialog | 30 Nov 2004 06:05 GMT | 1 |
I want to hide Repair/Remove dialog box while uninstalling from setup. And I also want to hide the dialog for installation address in Web Setup, I need the Virtual Directory to be hardcoded while makin the setup. please help
|
| Dotnet framework deploy | 30 Nov 2004 05:56 GMT | 1 |
1. My application with launch condition checking the client PC has .net framework 1.1.4322, but i have tried that if there are .net 2.0 installed it seems not work well as expected. I still prompt and require 1.1 framework to be installed. How to solve it so that my version ...
|
| Get the serial number | 29 Nov 2004 16:01 GMT | 4 |
I am creating a delopment project to create the installer .msi. In VS.NET 2003, there have a UI for user to input the serial number in predifined format with check sum. In my project, I also added my custom action to do somthing. Such as read the serial number and write it to ...
|
| Which version | 29 Nov 2004 13:17 GMT | 1 |
I see 2 versions. Visual Studio .net professional and Visual Studio .net Enterprise Developer. Can someone tell me which of these 2 is the best to buy. Thanks in advance,
|
| Big Problem | 27 Nov 2004 22:11 GMT | 1 |
I have .net redistributable 1.1 and I tried to install sp1 from windows update, but it terminated part way through install. I now can't remove or repair 1.1 and I can't upgrade to sp1. Any ideas?
|
| Framework 1.1 SP1 starts install, then hangs | 24 Nov 2004 21:48 GMT | 2 |
I can start the Framework 1.1 SP1 install, which launches, starts to run and then hangs with 2 progress bars until I have to kill the application and reboot. Has anyone experienced this same problem? Is there an install log that I can examine to help me understand where it
|
| Register in GAC - vsdrpCOM | 24 Nov 2004 20:24 GMT | 5 |
I'm having a strange problem and I'm not able to resolve it. Can someone help me please ? I want to create a MSI (setup package) to install a assembly into the GAC. When I build the project I get this error:
|
| Incorrect command line parameters. Windows Installer. V 2.00.2600 | 24 Nov 2004 16:27 GMT | 6 |
Incorrect command line parameters. Windows Installer. V 2.00.2600 Am I the only one that has ever seen this error message?
|
| how to add launch condition for IE6.0,wmp9.0 or later,flash player | 22 Nov 2004 15:15 GMT | 8 |
Hello, everyone: I have an windows application that requires IE6.0, windows player 9.0 or later and flash player7.0 or later. I want to add launch conditions for them.
|
| Property substitution in path name | 19 Nov 2004 20:16 GMT | 1 |
I have a problem that I believe is simple, but I can't figure out how to make it work. I want to create a folder on the target machine with the Version property in the name. How do I make this substitution happen? I've tried specifying
|
| RegSvcs.exe fails to register dll during .NET install | 19 Nov 2004 00:43 GMT | 2 |
While trying to install the .NET Framework 1.1 on XP Pro and NT 4 computers, I recieve an error at the end of the installation when setup is trying to register System.EnterpriseServices.dll -------------------------------------------
|
| Default Location | 17 Nov 2004 19:26 GMT | 3 |
Hello to all. I have created a deployment package for my .net app. My deployment package seachers for a registry key and uses its value as the default location for my application (done via Launch Conditions editor). However,
|
| Application deployment with Jet Database 4.0 | 17 Nov 2004 19:25 GMT | 3 |
I have developed an application with C# and have created a setup project that will install .NET Framework and MDAC 2.8 if needed. However, my application uses Jet Database 4.0 to access the stored data. How can I tell setup to install Jet Database 4.0 if it is needed? I can
|