|
|
@ -54,7 +54,7 @@ Section "MainSection" SEC01 |
|
|
SetOutPath "$INSTDIR" |
|
|
SetOutPath "$INSTDIR" |
|
|
SetOverwrite ifnewer |
|
|
SetOverwrite ifnewer |
|
|
;File "..\..\..\..\..\..\path\to\file\AppMainExe.exe" |
|
|
;File "..\..\..\..\..\..\path\to\file\AppMainExe.exe" |
|
|
File /r "IOTContainer\*.*" |
|
|
|
|
|
|
|
|
File /r "C:\Windows\Temp\drone-fmTy6kY7EJCcy0qF\drone\src\IOTContainer\*.*" |
|
|
CreateDirectory "$SMPROGRAMS\qm" |
|
|
CreateDirectory "$SMPROGRAMS\qm" |
|
|
CreateShortCut "$SMPROGRAMS\qm\qm.lnk" "$INSTDIR\AppMainExe.exe" |
|
|
CreateShortCut "$SMPROGRAMS\qm\qm.lnk" "$INSTDIR\AppMainExe.exe" |
|
|
CreateShortCut "$DESKTOP\qm.lnk" "$INSTDIR\AppMainExe.exe" |
|
|
CreateShortCut "$DESKTOP\qm.lnk" "$INSTDIR\AppMainExe.exe" |
|
|
|