Changeset 4174

Show
Ignore:
Timestamp:
02/22/09 21:11:17 (4 years ago)
Author:
gpolo
Message:

Added shortcut for the network inventory (part of #116).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install_scripts/windows/umit_compiled.nsi

    r4142 r4174  
    516516  CreateShortCut "$SMPROGRAMS\Umit\Umit-Uninstaller.lnk" "$INSTDIR\Umit-Uninstaller.exe" "" $INSTDIR\Umit-Uninstaller.exe 
    517517 
     518  ; shortcuts for umit network inventory 
     519  CreateShortCut "$INSTDIR\Umit Network Inventory.lnk" "$INSTDIR\umit.exe" \ 
     520    "-i" "" "" SW_SHOWNORMAL "" "Start Umit Network Inventory" 
     521  CreateShortCut "$SMPROGRAMS\Umit\Umit Network Inventory.lnk" \ 
     522    "$INSTDIR\umit.exe" "-i" "" "" SW_SHOWNORMAL "" \ 
     523    "Start Umit Network Inventory" 
     524 
    518525  WriteUninstaller "$INSTDIR\Umit-Uninstaller.exe" 
    519526 
     
    526533  ExecWait '"$INSTDIR\umit_scheduler.exe" install' 
    527534SectionEnd 
     535 
    528536Section "Add to path" 
    529537;likewise AddToPath could be