Frank Dzaebel replied to Milan
21-Nov-09 09:57 AM

Hallo Milan,
Beides erlaubt, nur (1) w??re F5-Feeling. .NET macht
sich ggf. selber die GUIDs. Es ist sp??ter sauberer, wenn Du
die GUIDs selber machst.
Ein paar Tips:
Zitat:
Assemblys angezeigt, auch wenn sie im globalen Assemblycache (GAC)
installiert wurden. Das Dialogfeld Verweis hinzuf??gen ist pfadbasiert,
und es gibt mehrere Methoden zum Anzeigen einer Assembly [...]"
aus:
[Dialogfeld "Verweis hinzuf??gen"]
http://msdn.microsoft.com/de-de/library/ftcwa60a.aspx
___________
Ansonsten ggf. ... versuche einmal: regasm /codebase
[Leon Mayne: Running regasm /codebase in a Visual Studio setup
project]
http://leon.mvps.org/DotNet/RegasmInstaller.html
[Problembehandlung bei der Windows Installer-Bereitstellung]
http://msdn.microsoft.com/de-de/library/kz0ke5xt.aspx
oder ??ber Custom Action in einem Installer ggf. mit:
RegistrationServices regsrv = new RegistrationServices();
regsrv.RegisterAssembly(assembly,
AssemblyRegistrationFlags.SetCodeBase);
[Setup Project: Custom Actions ?? Developer's Dump]
http://devdump.wordpress.com/2009/01/17/setup-project-custom-actions/
[Build and Deploy a .NET COM Assembly]
http://www.simple-talk.com/dotnet/visual-studio/build-and-deploy-a-.net-com-assembly/
Das ist normal, k??nnen wir sp??ter besprechen.
ciao Frank
--
Dipl.Inf. Frank Dzaebel [MCP/MVP C#]
http://Dzaebel.NET