Changeset 637631d in sasview


Ignore:
Timestamp:
Aug 23, 2012 4:54:19 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
f40f743
Parents:
9cd75d7
Message:

updated installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/installer.iss

    rc329f4d r637631d  
    99AppName=SasView 
    1010AppVerName=SasView-2.1.1 
    11 AppPublisher=(c) 2009 - 2012, University of Tennessee 
     11AppPublisher=(c) 2009 - 2012, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL 
    1212AppPublisherURL=http://danse.chem.utk.edu 
    1313AppSupportURL=http://danse.chem.utk.edu 
     
    5454Root: HKCR; Subkey: "{app}\SasView.exe\shell\open\command";     ValueType: string; ValueName: "";       ValueData: """{app}\SasView.exe""  ""%1""";      Flags: uninsdeletevalue noerror         
    5555Root: HKCR; Subkey: "{app}\images\ball.ico";    ValueType: string; ValueName: "";       ValueData: "{app}\SasView.exe,0";        Flags: uninsdeletevalue noerror         
    56 Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";     ValueType: expandsz; ValueName: "SASVIEWPATH";  ValueData: "{app}";      Flags: uninsdeletevalue noerror 
     56Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";     ValueType: expandsz; ValueName: "SANSVIEWPATH"; ValueData: "{app}";      Flags: uninsdeletevalue noerror 
    5757; Write to PATH (below) is disabled; need more tests 
    58 ;Root: HKCU; Subkey: "Environment";     ValueType: expandsz; ValueName: "PATH"; ValueData: "%SASVIEWPATH%;{olddata}";    Check: NeedsAddPath() 
     58;Root: HKCU; Subkey: "Environment";     ValueType: expandsz; ValueName: "PATH"; ValueData: "%SANSVIEWPATH%;{olddata}";   Check: NeedsAddPath() 
    5959 
    6060 
     
    113113  RegQueryStringValue(HKEY_CURRENT_USER,'Environment','PATH', oldpath) 
    114114  oldpath := oldpath + ';'; 
    115   newpath := '%SASVIEWPATH%'; 
     115  newpath := '%SANSVIEWPATH%'; 
    116116  i := 0; 
    117117  while (Pos(';', oldpath) > 0) do begin 
Note: See TracChangeset for help on using the changeset viewer.