Changeset 4134

Show
Ignore:
Timestamp:
02/20/09 02:51:21 (4 years ago)
Author:
gpolo
Message:

Update the nmap path during the installation

Files:
1 modified

Legend:

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

    r4130 r4134  
    518518  WriteUninstaller "$INSTDIR\Umit-Uninstaller.exe" 
    519519 
     520  ; update nmap path 
     521  WriteINIStr "$INSTDIR\share\umit\config\umit.conf" paths nmap_command_path "$INSTDIR\Nmap\nmap.exe" 
     522 
    520523  ; umit scheduler 
    521524  FileOpen $0 "$INSTDIR\.scheduserhome" w