- Timestamp:
- Apr 26, 2011 6:29:49 PM (14 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:
- a0986f6
- Parents:
- db6ce6c
- Location:
- sansview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/installer_03_31_2011.iss
r60ad58b0 r5683f47 6 6 [Setup] 7 7 8 ChangesAssociations =yes9 AppName = SansView-1.9_release_candidate10 AppVerName = SansView-1.9_release_candidate11 AppPublisher =(c) 2009, University of Tennessee12 AppPublisherURL =http://danse.chem.utk.edu13 AppSupportURL =http://danse.chem.utk.edu14 AppUpdatesURL =http://danse.chem.utk.edu15 DefaultDirName = {pf}\SansView-1.9_release_candidate16 DefaultGroupName = DANSE\SansView-1.9_release_candidate17 DisableProgramGroupPage =yes18 LicenseFile =license.txt19 OutputBaseFilename =setupSansView20 SetupIconFile =images\ball.ico21 Compression =lzma22 SolidCompression =yes23 PrivilegesRequired =none8 ChangesAssociations=yes 9 AppName=SansView-1.9_RC_1 10 AppVerName=SansView-1.9_RC_1 11 AppPublisher=(c) 2009, University of Tennessee 12 AppPublisherURL=http://danse.chem.utk.edu 13 AppSupportURL=http://danse.chem.utk.edu 14 AppUpdatesURL=http://danse.chem.utk.edu 15 DefaultDirName={pf}\SansView-1.9_RC_1 16 DefaultGroupName=DANSE\SansView-1.9_RC_1 17 DisableProgramGroupPage=yes 18 LicenseFile=license.txt 19 OutputBaseFilename=setupSansView 20 SetupIconFile=images\ball.ico 21 Compression=lzma 22 SolidCompression=yes 23 PrivilegesRequired=none 24 24 25 25 … … 55 55 56 56 [Icons] 57 Name: "{group}\SansView-1.9_ release_candidate"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}"58 Name: "{group}\{cm:UninstallProgram, SansView-1.9_ release_candidate}"; Filename: "{uninstallexe}"59 Name: "{commondesktop}\SansView-1.9_ release_candidate"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"57 Name: "{group}\SansView-1.9_RC_1"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}" 58 Name: "{group}\{cm:UninstallProgram, SansView-1.9_RC_1}"; Filename: "{uninstallexe}" 59 Name: "{commondesktop}\SansView-1.9_RC_1"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" 60 60 61 61 62 62 [Run] 63 Filename: "{app}\SansView.exe"; Description: "{cm:LaunchProgram, SansView-1.9_ release_candidate}"; Flags: nowait postinstall skipifsilent63 Filename: "{app}\SansView.exe"; Description: "{cm:LaunchProgram, SansView-1.9_RC_1}"; Flags: nowait postinstall skipifsilent -
sansview/local_config.py
r34b9813 r5683f47 7 7 # Version of the application 8 8 __appname__ = "SansView" 9 __version__ = '1.9_ release_candidate'9 __version__ = '1.9_RC_1' 10 10 __download_page__ = 'http://danse.chem.utk.edu' 11 11 __update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php'
Note: See TracChangeset
for help on using the changeset viewer.