using IWshRuntimeLibrary; //noch mehr code WshShell wsh = new IWshRuntimeLibrary.WshShell(); WshShortcut sc = (WshShortcut)wsh.CreateShortcut(desination); sc.TargetPath = orginHlpPath; sc.IconLocation = resPath + "Help.ico"; sc.Save();