Changeset 009f827 in sasview for prview/installer.iss


Ignore:
Timestamp:
Jun 13, 2009 10:53:50 AM (15 years ago)
Author:
Mathieu Doucet <doucetm@…>
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:
ceaf16e
Parents:
164c7d0
Message:

prview: Modified installer builder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prview/installer.iss

    r357b79b r009f827  
    33 
    44[Setup] 
    5 AppName=PrView-0.2 
    6 AppVerName=PrView 0.2 
     5AppName=PrView-0.3 
     6AppVerName=PrView 0.3 
    77AppPublisher=University of Tennessee 
    88AppPublisherURL=http://danse.chem.utk.edu/ 
    99AppSupportURL=http://danse.chem.utk.edu/ 
    1010AppUpdatesURL=http://danse.chem.utk.edu/ 
    11 DefaultDirName={userappdata}\PrView-0.2 
    12 DefaultGroupName=DANSE\PrView-0.2 
     11DefaultDirName={pf}\PrView-0.3 
     12DefaultGroupName=DANSE\PrView-0.3 
    1313DisableProgramGroupPage=yes 
    1414LicenseFile=license.txt 
     
    3636Name: "{group}\PrView"; Filename: "{app}\prView.exe"; WorkingDir: "{app}" 
    3737Name: "{group}\{cm:UninstallProgram,PrView}"; Filename: "{uninstallexe}" 
    38 Name: "{commondesktop}\PrView 0.2"; Filename: "{app}\prView.exe"; Tasks: desktopicon; WorkingDir: "{app}" 
     38Name: "{commondesktop}\PrView"; Filename: "{app}\prView.exe"; Tasks: desktopicon; WorkingDir: "{app}" 
    3939 
    4040[Run] 
Note: See TracChangeset for help on using the changeset viewer.