Changeset 15120
- Timestamp:
- 05/26/13 23:21:26 (12 years ago)
- Location:
- issm/trunk-jpl/packagers/win7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/win7
- Property svn:ignore
-
old new 1 1 *.msi 2 *.aip 3 *.aic 4 *Setup*
-
- Property svn:ignore
-
issm/trunk-jpl/packagers/win7/ISSM.initial.aip
r11519 r15120 1 1 <?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}"> 3 3 <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent"> 4 4 <ROW Property="ALLUSERS" Value="2"/> … … 12 12 <ROW Property="ProductLanguage" Value="1033"/> 13 13 <ROW Property="ProductName" Value="ISSM" ValueLocId="*"/> 14 <ROW Property="ProductVersion" Value="1.0" />14 <ROW Property="ProductVersion" Value="1.0" Type="32"/> 15 15 <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/> 16 16 <ROW Property="UpgradeCode" Value="{F12D1A74-5079-41A3-A02A-15754B89E390}"/> … … 58 58 <ROW Fragment="CommonUI.aip" Path="<AI_FRAGS>CommonUI.aip"/> 59 59 <ROW Fragment="FolderDlg.aip" Path="<AI_THEMES>classic\fragments\FolderDlg.aip"/> 60 <ROW Fragment="MaintenanceTypeDlg.aip" Path="<AI_THEMES>classic\fragments\MaintenanceTypeDlg.aip"/> 61 <ROW Fragment="MaintenanceWelcomeDlg.aip" Path="<AI_THEMES>classic\fragments\MaintenanceWelcomeDlg.aip"/> 60 62 <ROW Fragment="SequenceDialogs.aip" Path="<AI_THEMES>classic\fragments\SequenceDialogs.aip"/> 61 63 <ROW Fragment="Sequences.aip" Path="<AI_FRAGS>Sequences.aip"/> … … 63 65 <ROW Fragment="UI.aip" Path="<AI_THEMES>classic\fragments\UI.aip"/> 64 66 <ROW Fragment="Validation.aip" Path="<AI_FRAGS>Validation.aip"/> 67 <ROW Fragment="VerifyRemoveDlg.aip" Path="<AI_THEMES>classic\fragments\VerifyRemoveDlg.aip"/> 68 <ROW Fragment="VerifyRepairDlg.aip" Path="<AI_THEMES>classic\fragments\VerifyRepairDlg.aip"/> 69 <ROW Fragment="WelcomeDlg.aip" Path="<AI_THEMES>classic\fragments\WelcomeDlg.aip"/> 65 70 </COMPONENT> 66 71 <COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent"> … … 87 92 <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_PATCH" Ordering="199"/> 88 93 <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 = "Remove"" Ordering="299"/> 95 <ROW Dialog_="VerifyRepairDlg" Control_="Repair" Event="EndDialog" Argument="Return" Condition="AI_MAINT AND InstallMode = "Repair"" Ordering="399"/> 96 <ROW Dialog_="VerifyRemoveDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT AND InstallMode = "Remove"" Ordering="1"/> 97 <ROW Dialog_="VerifyRepairDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT AND InstallMode = "Repair"" Ordering="1"/> 98 <ROW Dialog_="MaintenanceTypeDlg" Control_="RemoveButton" Event="NewDialog" Argument="VerifyRemoveDlg" Condition="AI_MAINT AND InstallMode = "Remove"" Ordering="601"/> 99 <ROW Dialog_="MaintenanceTypeDlg" Control_="RepairButton" Event="NewDialog" Argument="VerifyRepairDlg" Condition="AI_MAINT AND InstallMode = "Repair"" Ordering="601"/> 89 100 </COMPONENT> 90 101 <COMPONENT cid="caphyon.advinst.msicomp.MsiCreateFolderComponent"> … … 98 109 <ROW Action="AI_RESTORE_LOCATION" Type="65" Source="aicustact.dll" Target="RestoreLocation"/> 99 110 <ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/> 111 <ROW Action="AI_ResolveLocalizedCredentials" Type="1" Source="aicustact.dll" Target="GetLocalizedCredentials"/> 100 112 <ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/> 101 113 <ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/> … … 118 130 <ROW Action="AI_STORE_LOCATION" Condition="(Not Installed) OR REINSTALL" Sequence="1501"/> 119 131 <ROW Action="AI_PREPARE_UPGRADE" Condition="AI_UPGRADE="No" 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"/> 121 134 </COMPONENT> 122 135 <COMPONENT cid="caphyon.advinst.msicomp.MsiInstallUISequenceComponent"> 123 136 <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=""" Sequence="749"/> 124 <ROW Action="AI_ResolveKnownFolders" Sequence="51"/> 137 <ROW Action="AI_ResolveKnownFolders" Sequence="52"/> 138 <ROW Action="AI_ResolveLocalizedCredentials" Sequence="51"/> 125 139 </COMPONENT> 126 140 <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"/> 127 142 <ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]" DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/> 128 143 </COMPONENT> -
issm/trunk-jpl/packagers/win7/package64.sh
r15114 r15120 45 45 46 46 #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.