| Thread | Last Post | Replies |
|
| Uninstalling Framework to Reinstall | 31 Dec 2004 12:11 GMT | 4 |
Please help on this. I've just now spent the better part of my morning trying to do one simple thing: uninstall DotNet 1.1 Framework so i can reinstall it. I've tried the REINSTALL=ALL and ReinstallMode=VOMUS option. (didn't fix it) I've tried to clear out the registry so it will ...
|
| versions of visual studio | 30 Dec 2004 22:30 GMT | 1 |
I am unable to open a project created on another system; when I try to add a project to my solution I get an error: "...was created with a newer version of visual studio" The project file has this:
|
| .NET Framework 1.1 SP1 and WU | 28 Dec 2004 16:28 GMT | 1 |
sorry to came again with a NET Framework 1.1 SP1 installation problem. 1. Win-XP-SP2 machine with a .NET 1.1.4322 Version + German language pack above on a .NET 1.0.3705 (German version) above on a .NET 1.0.3705 (English version).
|
| install on local machine? | 26 Dec 2004 20:41 GMT | 3 |
I created a .msi file with the help of msdn (http://msdn.microsoft.com/library/default.asp? url=/library/en- us/crystlmn/html/crtskdeployingwindowsapplications.asp).
|
| Question on rollback custom action. | 26 Dec 2004 17:11 GMT | 1 |
When I ran my install package, I tried to click “Cancel” button to test my Rollback custom actions. I found if I canceled the installation before my custom actions in the Install stage ran, the installer did rollback but it did not run my Rollback actions. If I canceled the ...
|
| Installig Windows Service | 23 Dec 2004 13:07 GMT | 2 |
I'm made a windows Install proyect with the result of a windows service proyect, then I add a custom action for all(Install, commit ...) with the result of my windows service proyect, build and run and I getting the following exception system.StackOverFlowException and then
|
| Setting registry key with location of application folder | 20 Dec 2004 21:53 GMT | 2 |
How do I set a registry key with the location of a folder created at install time? My application creates a folder called 'cache' inside it's Application Folder and I'd like to store the complete path of this 'cache' folder in a registry key but I can't figure out how to do
|
| Self registering a COM dll in a VS2003 Windows setup project... | 19 Dec 2004 19:23 GMT | 3 |
Hi all...If anyone has had experience creating a Windows Setup project that includes a customized Redemption dll, we could sure benefit from your experience. These questions are very Redemption specific...( http://www.dimastr.com/redemption/ )
|
| I have dotnet 1.0 IDE. Do I need, or how do I upgrade to 1.1? | 15 Dec 2004 10:08 GMT | 3 |
I have dotnet 1.0 IDE. Do I need, or how do I upgrade to 1.1? Is this an upgrade to 1.0 that I can download somewhere? Thanks, Scott
|
| "Simple" setup behavior for Registry Value setting | 14 Dec 2004 21:25 GMT | 1 |
I am trying to package a simple Windows Service I've built using Visual Studio .NET 2003. I've got most things working "well enough", but there is one behavior regarding registry settings that is quite undesirable. There is one value, call it mydata, that my service needs set by the
|
| MSI Error 2755 on Window XP | 11 Dec 2004 03:55 GMT | 1 |
I have a MSI project which was built using Microsoft.NET Framework 2.0 Whidbey and the operating system used was Windows 2003. It works perfectly fine on Windows 2003 systems where as it gives me "Installation has encountered some error and the error number is 2755" while ...
|
| How to avoid config file replacement during project upgrade instal | 07 Dec 2004 10:55 GMT | 5 |
I have a project that contains exe files, assemblies and application config file. I have created a setup project for install and it works fine even for upgrade. the problem is that while upgrading my application, ALL files are replaced
|
| Windows Installer | 06 Dec 2004 19:58 GMT | 3 |
we are using the VS 2003 Setup-Project to install a Software-Project. We install some .exe files and a .mdb access-database too. Now we have the problem, that everytime a user deletes a .exe from the install-directory the setup runs a repair installation and "repairs" all files ...
|
| How to build mutilple patches for a same product? | 06 Dec 2004 17:09 GMT | 1 |
I had built a patch for a product and the patch worked fine.Now I need to build another patch which should be applied onto the same product. I used the same way as I built the first patch, but the second one did not work. Is there any suggestion for building and applying mutilple ...
|
| Update assembly in GAC using MSI installer | 02 Dec 2004 15:46 GMT | 3 |
I have a strange problem when I want to update an assembly in the GAC. This is the situation : I've made an MSI installer (VS.NET 2003) that puts 2 assembly files in the GAC. The version number of the assemblies are 1.0.0
|