Can not create a desktop shortcut
-
Hi I have a problem I want to create a desktop shortcut for my application I don’t know why it does not work here is my install script.qs
function Component() {}Component.prototype.createOperations = function() {
component.createOperations(); component.addOperation( "CreateShortcut", "@TargetDir@/notepad.exe", "@DesktopDir@/My App.lnk" );}