| Thread | Last Post | Replies |
|
| Urgent! Has anyone gotten .Net Framework 2.0 to install with Vista | 24 Jun 2007 21:20 GMT | 4 |
When installing the .NET frame work that is included with VS2005 or the .Net Framework Redistributable x86 or the SDK on Vista Beta Build 5112, I get the following error: Error 25007.Error occurred while initializing fusion. Setup could not
|
| Can UI dialogs be displayed conditionally? | 17 Jun 2007 19:21 GMT | 3 |
Files and custom actions can have conditions set in their properties. This does not seem to be true for UI dialog boxes. I'm surprised that such an important feature has been missed in deployment projects. How can you ask a user to enter info that has nothing to do with ...
|
| how do check what framework is a vs 2005 project running? | 12 Jun 2007 19:16 GMT | 2 |
where can we check what framework is a vs 2005 project running?
|
| How to deploy settings file | 09 Jun 2007 22:57 GMT | 3 |
I'v devloped a windows service solution in VB.net containing 3 projects. The first project is a class libary with all the logic in it, compiled into assembly A.dll The second project is a Windows service project wich references A.dll
|
| Are custom actions in vc setup projects deferred? | 08 Jun 2007 01:56 GMT | 1 |
I can't find anything about it in on-line docs. I can't get active database or any properties except "CustomActionData" in my custom action DLL. Thanks.
|
| Is [TARGETDIR] available in UI dialog boxes of a setup project? | 06 Jun 2007 05:08 GMT | 2 |
I thought I could provide a default value as [TARGETDIR] for a text box in a UI dialog box. This does not seem to work though. Is this because this property is not yet available at this stage? Is there another 'variable' that I can use instead?
|
| Entry point installers | 05 Jun 2007 13:46 GMT | 1 |
I have a dll that has two installer classes (classes that inherit from .NET Installer). These two installers are different since one is used for a setup and the other for another one. However one of the setup seems to be using the first installer class
|