Corrected the MSI and MSM packages to install the appropriate components. These components got broken during the migration to VS2005.

This commit is contained in:
Juan Carlos Luciani
2006-11-27 09:36:13 +00:00
parent 4bc612ca9b
commit 23bb4f7943
10 changed files with 984 additions and 762 deletions

View File

@@ -51,13 +51,13 @@ namespace Novell.Casa.Client.Auth
public IntPtr ext; // points to the actual extension
} ;
[DllImport(AUTH_LIBRARY, CharSet=CharSet.None) ]
private static extern int ObtainAuthToken
(
[In] byte[] baService,
[In] byte[] baHost,
[In, Out] byte[] baToken,
[In, Out] ref int iTokenLength
[DllImport(AUTH_LIBRARY, CharSet=CharSet.None) ]
private static extern int ObtainAuthToken
(
[In] byte[] baService,
[In] byte[] baHost,
[In, Out] byte[] baToken,
[In, Out] ref int iTokenLength
);
[DllImport(AUTH_LIBRARY, CharSet=CharSet.None) ]