| Thread | Last Post | Replies |
|
| Windows Service | 12 Nov 2003 19:32 GMT | 1 |
TWIMC: I cannot uninstall a Windows Service that I wrote. A System.FileIO exception is thrown when I select the remove option from Add/Remove Programs in Control Panel.
|
| how to register my COM object from visual studio setup project? | 12 Nov 2003 19:24 GMT | 3 |
are there any samples on how to implement an installer class in my .NET assembly to register it as COM object? thanks! konst
|
| Custom Action script to change IIS settings on web install | 12 Nov 2003 00:24 GMT | 1 |
I was wondering, can anyone point me in the right direction to how I can alter some default settings on installation? the web installer script lets you set permissions and create the directory/port info, but I need to be able to alter the application
|
| File install | 11 Nov 2003 21:29 GMT | 1 |
How can I set the spceific file Condition property in .NET Setup project ( the file will not be install if the local exist)
|
| determine where msi was executed from | 10 Nov 2003 14:26 GMT | 4 |
in a VS.NET 2003 setup and deployment project, is there a way to determine where the .msi was executed from and maybe use that information from a script that you want your .msi to run ?
|
| writing in config file, and registry during setup | 10 Nov 2003 08:19 GMT | 2 |
In my setup project , I prompt the user to enter values, than i want to use these values to write in the registry and in the config file. now, I know that I can write in regestry using the registry editor, but how can I write the values entered by the user ???
|
| Debugging assembly registration deployment issue | 08 Nov 2003 01:35 GMT | 11 |
I have a Windows Forms deployment project for an IE plugin w. an interop assembly that has the Register.vsdraCOM attribute set. This assembly does self-register in COM when the project is built in VS.Net 2003 IDE w. "Register for COM Interop" set in the Build properties. Although ...
|
| Installation date | 07 Nov 2003 18:42 GMT | 3 |
Is there some way of updating the rgistry with the data of installation? /S?A
|
| custom action immediately before copy files, possible? | 07 Nov 2003 18:36 GMT | 3 |
i need validate register code before copy files, if invalid,cancel the installion instead of copying files. but custom codes(System.Configuration.Install.Installer) always is executed after copy files. any idea? thanks a lot.
|
| An error occurred while validating. HRESULT = '80040155' | 07 Nov 2003 13:59 GMT | 2 |
While trying to build a package and deployment project that worked fine yesterday, I'm now getting this error: An error occurred while validating. HRESULT = '80040155' I haven't been able to find any information on the cause. Anyone have any
|
| detecting .net framework 1.1 | 06 Nov 2003 23:54 GMT | 2 |
Hi, is there a best-practice way of detecting whether the .net framework is installed. The best way I have found so far is checking for a file (regasm.exe) on a hard-coded path...
|
| supporting windows 98 | 06 Nov 2003 23:36 GMT | 1 |
Does framework 1.1 support all versions on windows 98 ?
|
| after launch conditions | 06 Nov 2003 19:02 GMT | 8 |
I have created a setup project that contains launch conditions for ie5, mdsc and the .net framework and given the directory where these can be installed from (on the CD) if not found. The launch conditions all work ok but I was wondering if it was possible for the setup to continue
|
| Error 1327: Invalid Drive when trying to remove .NET Framework 1.1 | 06 Nov 2003 18:49 GMT | 1 |
I am trying to remove .NET Framework 1.1 Redistributable using the Add/Remove Programs tool (Windows 2000 SP3). However, this process fails with an error code, "Error 1327: Invalid Drive: m:\". A network drive is shared locally as "M:", and furthermore, I can't find a
|
| Bug: Framework 1.1 + NT4 + Q288179 | 05 Nov 2003 21:51 GMT | 1 |
We are trying to install .NET framework 1.1 on a NT4 Server, server is compliant with prerequisites, but we always got the problem below (from dotnetfx.log file). Yes, we have SP6A installed!!! We could reproduce this problem on test server: we have a Q288179 patch installed, and ...
|