|
|
@ -1059,10 +1059,10 @@ namespace Apewer |
|
|
var wshShortcut = (IWshRuntimeLibrary.IWshShortcut)wshObject; |
|
|
var wshShortcut = (IWshRuntimeLibrary.IWshShortcut)wshObject; |
|
|
var shortcut = wshShortcut; |
|
|
var shortcut = wshShortcut; |
|
|
shortcut.TargetPath = sourcePath ?? ""; |
|
|
shortcut.TargetPath = sourcePath ?? ""; |
|
|
shortcut.Arguments = sourceArgs ?? "arg1"; |
|
|
|
|
|
shortcut.Description = linkDescription ?? "Invalid Description"; |
|
|
|
|
|
|
|
|
shortcut.Arguments = sourceArgs ?? ""; |
|
|
|
|
|
shortcut.Description = linkDescription ?? ""; |
|
|
shortcut.WorkingDirectory = directory ?? ""; |
|
|
shortcut.WorkingDirectory = directory ?? ""; |
|
|
shortcut.IconLocation = linkIcon; |
|
|
|
|
|
|
|
|
shortcut.IconLocation = linkIcon ?? sourcePath; |
|
|
shortcut.WindowStyle = 1; |
|
|
shortcut.WindowStyle = 1; |
|
|
// shortcut.WorkingDirectory = "";
|
|
|
// shortcut.WorkingDirectory = "";
|
|
|
// shortcut.RelativePath = "";
|
|
|
// shortcut.RelativePath = "";
|
|
|
|