- Timestamp:
- Apr 22, 2013 2:33:10 PM (12 years ago)
- 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:
- d28b974
- Parents:
- f84e4c0
- Location:
- sansview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/installer.iss
r5d9b2c0 r386b313 8 8 ChangesAssociations=yes 9 9 AppName=SasView 10 AppVerName=SasView- 2.2.011 AppPublisher=(c) 2009 - 201 2, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL12 AppPublisherURL=http:// danse.chem.utk.edu13 AppSupportURL=http:// danse.chem.utk.edu14 AppUpdatesURL=http:// danse.chem.utk.edu10 AppVerName=SasView-3.0.0 11 AppPublisher=(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL 12 AppPublisherURL=http://www.sasview.org 13 AppSupportURL=http://www.sasview.org 14 AppUpdatesURL=http://www.sasview.org 15 15 ChangesEnvironment=true 16 16 DefaultDirName={pf}\SasView 17 DefaultGroupName=.\SasView- 2.2.017 DefaultGroupName=.\SasView-3.0.0 18 18 DisableProgramGroupPage=yes 19 19 LicenseFile=license.txt … … 79 79 Name: "{group}\SasView"; Filename: "{app}\SasView.exe"; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico" 80 80 Name: "{group}\{cm:UninstallProgram, SasView}"; Filename: "{uninstallexe}" 81 Name: "{commondesktop}\SasView- 2.2.0"; Filename: "{app}\SasView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"82 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SasView- 2.2.0"; Filename: "{app}\SasView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"81 Name: "{commondesktop}\SasView-3.0.0"; Filename: "{app}\SasView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico" 82 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SasView-3.0.0"; Filename: "{app}\SasView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico" 83 83 84 84 -
sansview/local_config.py
r657e52c r386b313 68 68 _corner_image = os.path.join(icon_path, "angles_flat.png") 69 69 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 70 _copyright = "(c) 2009 - 201 2, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL"70 _copyright = "(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL" 71 71 72 72
Note: See TracChangeset
for help on using the changeset viewer.