-
Further to Ole Eriksen's comment. The MSI file does indeed have the additional backslash. There is an interesting MicroSoft article that suggests that you can edit the MSI file using the Orca database editor, see http://support.microsoft.com/kb/255905
I haven't had a chance to try this yet.
2009-10-05 23:47:57 UTC in csUnit - unit testing for .NET
-
A further comment - in the short term I would apprciate being able turn off the integration with VisStudio if this would enable the installation od the csUnitRunner and DLL.
Thanks.
2009-08-16 23:03:48 UTC in csUnit - unit testing for .NET
-
Yes we are using roaming profiles and yes we use active directory.
Thanks.
2009-08-13 00:24:37 UTC in csUnit - unit testing for .NET
-
Sorry about the slow response - I was away from the office.
I tried to enable the trace as requested in Manfred Lange on 2009-06-24 18:14 with no effect, i.e. there was no trace file generated. Note that MyDocuments is on the same UNC root as VisualStudio Addins, i.e. \\mulga\homes$\bfh\My Documents\Visual Studio 2005\Addins.
The error message generated does have a double slash if that...
2009-07-02 04:44:46 UTC in csUnit - unit testing for .NET
-
It appears that the csUnit msi does not recognise unc folders. I have successfully installed csUnit on a stand alone notebook PC wothout difficulty. When I attempt to install on my networked desktop it fails.
VStudio defines the addin directory as %VSMYDOCUMENTS%\Addins in my case this is a unc address which does have a DOS style drive letter alias.
csUnit install fails with
.....
2008-08-17 23:13:12 UTC in csUnit - unit testing for .NET