Changeset 15120


Ignore:
Timestamp:
05/26/13 23:21:26 (12 years ago)
Author:
Eric.Larour
Message:

CHG: updated packager for 64 win7 install

Location:
issm/trunk-jpl/packagers/win7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/win7

    • Property svn:ignore
      •  

        old new  
        11*.msi
         2*.aip
         3*.aic
         4*Setup*
  • issm/trunk-jpl/packagers/win7/ISSM.initial.aip

    r11519 r15120  
    11<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2 <DOCUMENT Type="Advanced Installer" CreateVersion="8.9" version="8.9" Modules="simple" RootPath="." Language="en" Id="{36DC7549-63BC-4A22-AE82-A96C27BF7B21}">
     2<DOCUMENT Type="Advanced Installer" CreateVersion="8.9" version="10.1" Modules="simple" RootPath="." Language="en" Id="{36DC7549-63BC-4A22-AE82-A96C27BF7B21}">
    33  <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
    44    <ROW Property="ALLUSERS" Value="2"/>
     
    1212    <ROW Property="ProductLanguage" Value="1033"/>
    1313    <ROW Property="ProductName" Value="ISSM" ValueLocId="*"/>
    14     <ROW Property="ProductVersion" Value="1.0"/>
     14    <ROW Property="ProductVersion" Value="1.0" Type="32"/>
    1515    <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
    1616    <ROW Property="UpgradeCode" Value="{F12D1A74-5079-41A3-A02A-15754B89E390}"/>
     
    5858    <ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>
    5959    <ROW Fragment="FolderDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\FolderDlg.aip"/>
     60    <ROW Fragment="MaintenanceTypeDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\MaintenanceTypeDlg.aip"/>
     61    <ROW Fragment="MaintenanceWelcomeDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\MaintenanceWelcomeDlg.aip"/>
    6062    <ROW Fragment="SequenceDialogs.aip" Path="&lt;AI_THEMES&gt;classic\fragments\SequenceDialogs.aip"/>
    6163    <ROW Fragment="Sequences.aip" Path="&lt;AI_FRAGS&gt;Sequences.aip"/>
     
    6365    <ROW Fragment="UI.aip" Path="&lt;AI_THEMES&gt;classic\fragments\UI.aip"/>
    6466    <ROW Fragment="Validation.aip" Path="&lt;AI_FRAGS&gt;Validation.aip"/>
     67    <ROW Fragment="VerifyRemoveDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\VerifyRemoveDlg.aip"/>
     68    <ROW Fragment="VerifyRepairDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\VerifyRepairDlg.aip"/>
     69    <ROW Fragment="WelcomeDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\WelcomeDlg.aip"/>
    6570  </COMPONENT>
    6671  <COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">
     
    8792    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_PATCH" Ordering="199"/>
    8893    <ROW Dialog_="ResumeDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_RESUME" Ordering="299"/>
     94    <ROW Dialog_="VerifyRemoveDlg" Control_="Remove" Event="EndDialog" Argument="Return" Condition="AI_MAINT AND InstallMode = &quot;Remove&quot;" Ordering="299"/>
     95    <ROW Dialog_="VerifyRepairDlg" Control_="Repair" Event="EndDialog" Argument="Return" Condition="AI_MAINT AND InstallMode = &quot;Repair&quot;" Ordering="399"/>
     96    <ROW Dialog_="VerifyRemoveDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT AND InstallMode = &quot;Remove&quot;" Ordering="1"/>
     97    <ROW Dialog_="VerifyRepairDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT AND InstallMode = &quot;Repair&quot;" Ordering="1"/>
     98    <ROW Dialog_="MaintenanceTypeDlg" Control_="RemoveButton" Event="NewDialog" Argument="VerifyRemoveDlg" Condition="AI_MAINT AND InstallMode = &quot;Remove&quot;" Ordering="601"/>
     99    <ROW Dialog_="MaintenanceTypeDlg" Control_="RepairButton" Event="NewDialog" Argument="VerifyRepairDlg" Condition="AI_MAINT AND InstallMode = &quot;Repair&quot;" Ordering="601"/>
    89100  </COMPONENT>
    90101  <COMPONENT cid="caphyon.advinst.msicomp.MsiCreateFolderComponent">
     
    98109    <ROW Action="AI_RESTORE_LOCATION" Type="65" Source="aicustact.dll" Target="RestoreLocation"/>
    99110    <ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/>
     111    <ROW Action="AI_ResolveLocalizedCredentials" Type="1" Source="aicustact.dll" Target="GetLocalizedCredentials"/>
    100112    <ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/>
    101113    <ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>
     
    118130    <ROW Action="AI_STORE_LOCATION" Condition="(Not Installed) OR REINSTALL" Sequence="1501"/>
    119131    <ROW Action="AI_PREPARE_UPGRADE" Condition="AI_UPGRADE=&quot;No&quot; AND (Not Installed)" Sequence="1399"/>
    120     <ROW Action="AI_ResolveKnownFolders" Sequence="51"/>
     132    <ROW Action="AI_ResolveKnownFolders" Sequence="52"/>
     133    <ROW Action="AI_ResolveLocalizedCredentials" Sequence="51"/>
    121134  </COMPONENT>
    122135  <COMPONENT cid="caphyon.advinst.msicomp.MsiInstallUISequenceComponent">
    123136    <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>
    124     <ROW Action="AI_ResolveKnownFolders" Sequence="51"/>
     137    <ROW Action="AI_ResolveKnownFolders" Sequence="52"/>
     138    <ROW Action="AI_ResolveLocalizedCredentials" Sequence="51"/>
    125139  </COMPONENT>
    126140  <COMPONENT cid="caphyon.advinst.msicomp.MsiLaunchConditionsComponent">
     141    <ROW Condition="Privileged" Description="[ProductName] requires administrative privileges to install." DescriptionLocId="AI.LaunchCondition.Privileged" IsPredefined="true" Builds="DefaultBuild"/>
    127142    <ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]" DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/>
    128143  </COMPONENT>
  • issm/trunk-jpl/packagers/win7/package64.sh

    r15114 r15120  
    4545
    4646#Upload?:
    47 scp ISSM.msi websites:/home/larour/files/ISSM64.msi
     47#scp ISSM.msi websites:/home/larour/files/ISSM64.msi
     48#cp  ISSM.msi /cygrdive/z/Desktop/ISSM64.msi
Note: See TracChangeset for help on using the changeset viewer.