Changeset 1009 for sans


Ignore:
Timestamp:
Sep 8, 2016 9:20:01 AM (7 years ago)
Author:
srkline
Message:

additions to the installer to handle 64-bit extension folder, plus be able to clean up properly before the installation, or re-installation of the procedures.

Location:
sans/Dev/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Common/Installer/FilesToRemove++.itx

    r900 r1009  
    11IGOR 
    2 WAVES/T IExtFolders 
    3 BEGIN 
    4         "Put in Igor Extensions" 
    5         "NCNR_Extensions" 
    6         "Mac_XOP" 
    7         "Win_XOP" 
    8 END 
    9 X SetScale/P x 0,1,"", IExtFolders; SetScale y 0,0,"", IExtFolders 
    10  
    112WAVES/T IExtFiles 
    123BEGIN 
     
    189        "SANSMonteCarlo.xop" 
    1910        "EventLoader.xop" 
     11        "NCNR_Extensions_64bit" 
     12        "EventLoadWave64.xop" 
     13        "eventloadwave-64.xop" 
     14        "MonteCarlo64.xop" 
     15        "montecarlo-64.xop" 
     16        "SANSAnalysis64.xop" 
     17        "sansanalysis-64.xop" 
    2018END 
    2119X SetScale/P x 0,1,"", IExtFiles; SetScale y 0,0,"", IExtFiles 
    2220 
    23 WAVES/T IHFolders 
     21WAVES/T IExtFolders 
    2422BEGIN 
    25         "Put in Igor Help Files" 
    26         "NCNR_Help_Files" 
     23        "Put in Igor Extensions" 
     24        "NCNR_Extensions" 
     25        "Mac_XOP" 
     26        "Win_XOP" 
     27        "NCNR_Extensions_64bit" 
    2728END 
    28 X SetScale/P x 0,1,"", IHFolders; SetScale y 0,0,"", IHFolders 
     29X SetScale/P x 0,1,"", IExtFolders; SetScale y 0,0,"", IExtFolders 
     30 
     31WAVES/T IgProcFiles     IgProcFolders 
     32BEGIN 
     33        "NCNR_Package_Loader.ipf"       "NCNR_Igor_Procedures" 
     34END 
     35X SetScale/P x 0,1,"", IgProcFiles; SetScale y 0,0,"", IgProcFiles 
     36X SetScale/P x 0,1,"", IgProcFolders; SetScale y 0,0,"", IgProcFolders 
    2937 
    3038WAVES/T IHFiles 
     
    5159END 
    5260X SetScale/P x 0,1,"", IHFiles; SetScale y 0,0,"", IHFiles 
     61 
     62WAVES/T IHFolders 
     63BEGIN 
     64        "Put in Igor Help Files" 
     65        "NCNR_Help_Files" 
     66END 
     67X SetScale/P x 0,1,"", IHFolders; SetScale y 0,0,"", IHFolders 
     68 
     69WAVES/T UPFiles 
     70BEGIN 
     71        "SASCALC.ipf" 
     72        "NCNR_User_Procedures" 
     73        "Put in User Procedures" 
     74END 
     75X SetScale/P x 0,1,"", UPFiles; SetScale y 0,0,"", UPFiles 
    5376 
    5477WAVES/T UPFolders 
     
    78101END 
    79102X SetScale/P x 0,1,"", UPFolders; SetScale y 0,0,"", UPFolders 
    80  
    81 WAVES/T UPFiles 
    82 BEGIN 
    83         "SASCALC.ipf" 
    84         "NCNR_User_Procedures" 
    85         "Put in User Procedures" 
    86 END 
    87 X SetScale/P x 0,1,"", UPFiles; SetScale y 0,0,"", UPFiles 
    88  
    89 WAVES/T IgProcFolders 
    90 BEGIN 
    91         "NCNR_Igor_Procedures" 
    92 END 
    93 X SetScale/P x 0,1,"", IgProcFolders; SetScale y 0,0,"", IgProcFolders 
    94  
    95 WAVES/T IgProcFiles 
    96 BEGIN 
    97         "NCNR_Package_Loader.ipf" 
    98 END 
    99 X SetScale/P x 0,1,"", IgProcFiles; SetScale y 0,0,"", IgProcFiles 
Note: See TracChangeset for help on using the changeset viewer.