| | |
| | | "@DesktopDir@/mbc.lnk", |
| | | "workingDirectory=@TargetDir@"); |
| | | |
| | | component.addOperation("Execute", "@TargetDir@/mbwatch.exe", "-i", ""); |
| | | component.addOperation("Execute", "@TargetDir@/mbwatch.exe", "start", ""); |
| | | // component.addOperation("Execute", "@TargetDir@/mbwatch.exe", "-i", ""); |
| | | // component.addOperation("Execute", "@TargetDir@/mbwatch.exe", "start", ""); |
| | | |
| | | } else{ |
| | | var params = "Name=mbc" + "\n"; |
| | |
| | | } |
| | | } |
| | | |
| | | component.addOperation("Execute", "@TargetDir@/mbwatch", "-i", ""); |
| | | component.addOperation("Execute", "@TargetDir@/mbwatch", "start", ""); |
| | | // component.addOperation("Execute", "@TargetDir@/mbwatch", "-i", ""); |
| | | // component.addOperation("Execute", "@TargetDir@/mbwatch", "start", ""); |
| | | |
| | | } |
| | | |