Changeset 11519


Ignore:
Timestamp:
02/23/12 22:39:37 (13 years ago)
Author:
Eric.Larour
Message:

Now handles 32 and 64 bits. Picks up scripts directly, instead of through bin

Location:
issm/trunk-jpl/installers/win7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/installers/win7/ISSM.initial.aip

    r11483 r11519  
    4242  <COMPONENT cid="caphyon.advinst.msicomp.MsiFilesComponent">
    4343    <ROW File="README.rtf" Component_="matlabissm.bat" FileName="README.rtf" Attributes="0" SourcePath="..\..\bin\README.rtf" SelfReg="false"/>
    44     <ROW File="matlabissm.bat" Component_="matlabissm.bat" FileName="matlab~1.bat|matlabissm.bat" Attributes="0" SourcePath="..\..\bin\matlabissm.bat" SelfReg="false" NextFile="README.rtf"/>
     44    <ROW File="matlabissm.bat" Component_="matlabissm.bat" FileName="matlab~1.bat|matlabissm.bat" Attributes="0" SourcePath="..\..\scripts\matlabissm.bat" SelfReg="false" NextFile="README.rtf"/>
    4545  </COMPONENT>
    4646  <COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">
  • issm/trunk-jpl/installers/win7/aic.sh

    r11483 r11519  
    1313END
    1414
    15 ls $ISSM_TIER_WIN/bin/*.bat $ISSM_TIER_WIN/bin/startup.m $ISSM_TIER_WIN/bin/*.h | awk '{printf("AddFile APPDIR %s\n",$1);}' | sed 's/\//\\/g' >> ISSM.aic
     15ls $ISSM_TIER_WIN/scripts/*.bat $ISSM_TIER_WIN/bin/startup.m $ISSM_TIER_WIN/bin/*.h | awk '{printf("AddFile APPDIR %s\n",$1);}' | sed 's/\//\\/g' >> ISSM.aic
    1616
    1717cat << END >> ISSM.aic
    1818AddFolder PersonalFolder $ISSM_TIER_WIN\test
    1919AddFolder APPDIR $ISSM_TIER_WIN\bin
    20 SetPackageType x64
    2120DelEnvironment ISSM_TESTS
    2221NewEnvironment -name ISSM_TESTS -value [test_Dir]
     
    3433#Get rid of temporary files:
    3534cp ISSM-SetupFiles/ISSM.msi ./
    36 rm -rf ISSM.aip ISSM-SetupFiles
     35rm -rf ISSM.aip ISSM-SetupFiles ISSM.aic
Note: See TracChangeset for help on using the changeset viewer.