自己用的链接,备份

来源:互联网 发布:spss怎么输入大量数据 编辑:程序博客网 时间:2024/06/06 11:40

https://drive.google.com/file/d/0B3h9KMTNPoZRR3NwR253WUFmVms/view


同时还需要修改setup.xml否则没有输入注册码的地方,改之后的文件为:

<ICA lang="use_os">

<Setups productcode="ICA.productcode">

<Msi productcode="{7299052b-02a4-4627-81f2-1818da5d550d}" file="Setup\RunTime\MSVC2005\vcredist.msi" cmdline="" condition="THIRD_PARTY" progresstext="Str.Running.VS2005.text" adminsupport="0" />

<Msi productcode="MSVC2008" file="Setup\RunTime\MSVC2008\vcredist_x86.exe" cmdline=" /q /norestart" condition="THIRD_PARTY" progresstext="Str.Running.VS2008.text" adminsupport="0" />

<Msi productcode="MSVC2012" file="Setup\RunTime\MSVC2012\vcredist_x86.exe" cmdline=" /q /norestart" condition="THIRD_PARTY" progresstext="Str.Running.VS2012.text" comment="" adminsupport="0" />

<Msi productcode="DXJun2010" file="Setup\RunTime\DXJun2010\DXSETUP.exe" cmdline=" /silent" condition="THIRD_PARTY" progresstext="Str.Running.DXNov2007.text" comment="" adminsupport="0" />

<Msi productcode="{CC55892B-B7A6-4F5F-BFB4-F69D77E2D7D5}" file="Setup\Setup.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" managed="1">

<Dbm productcode="{C8686FE2-D759-4304-9791-66ED3C1A7789}" file="Setup\VSClassic.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />

<Dbm productcode="{80466AAD-8460-4DEA-B587-E57E8E3A1655}" file="Setup\VSPro.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />

<Dbm productcode="{3BB9B652-3725-419E-869F-7A5F7FE82C28}" file="Setup\Share.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />

<Dbm productcode="{CEE838EA-72D1-4149-91F5-5591AFE0CBBC}" file="Setup\IPM_VS_Pro.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" comment="" />

<Dbm productcode="{1CDDC143-E149-4945-A5C9-8B366D8C2F

C6}" file="Setup\Contents.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />

<Dbm productcode="{A22A80C4-F237-4B5A-825F-0731971ECBE6}" file="ICA.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" adminsupport="0" comment="" />

</Msi>

<Msi productcode="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" file="ICA.msi" condition="ACTION=ADMIN" comment="Added here for admin support only, productcode is only used for local installs and should be unique -- therefore this node has a bogus one -- the other option is to explictly list all ICA files in SupportFile nodes -- NOTE the condition must be ACTION=ADMIN"/>

<Msi productcode="TSMPack" file="Setup\RunTime\TSMPack\Setup.exe" cmdline=' /s /clone_wait /f2"[TempFolder]\tsm.log"' condition="THIRD_PARTY" ignorereturn="1" progresstext="Str.Running.TSM.text" comment="" adminsupport="0" />

<Msi productcode="DummyAVCtrl" file="Setup\RunTime\DummyAVCtrl\setup.exe" cmdline=' /s /clone_wait /f2"[TempFolder]\DummyAVCtrl.log"' condition="THIRD_PARTY" ignorereturn="1" progresstext="Str.Running.AVControl.text" comment="" adminsupport="0" />

<Msi productcode="FlashPlayer" file="Setup\RunTime\Flash Player\install_flash_player.exe" cmdline=" /s" condition="INSTALL_FP=1" ignorereturn="1" progresstext="Str.Running.FlashPlayer.text" comment="" adminsupport="0" />

<Msi productcode="AppleApplicationSupport" file="MSIInstaller.exe" cmdline="Setup\RunTime\QuickTime\AppleApplicationSupport.msi /qb /norestart" condition="INSTALL_QT=1" ignorereturn="1" progresstext="Str.Running.QuickTime.text" comment="" adminsupport="0" minwindow="1"/>

<Msi productcode="Matroska" file="Setup\RunTime\Matroska\MatroskaSplitter.exe" cmdline=" /S" condition="THIRD_PARTY" ignorereturn="1" progresstext="Str.Running.Matroska.text" comment="" adminsupport="0" />

<Msi productcode="QuickTime" file="MSIInstaller.exe" cmdline="Setup\RunTime\QuickTime\QuickTime.msi /qb /norestart" condition="INSTALL_QT=1" ignorereturn="1" progresstext="Str.Running.QuickTime.text" comment="" adminsupport="0" minwindow="1"/>

<SupportFile file="Setup\RunTime\MSVC2005\*.*" />

<SupportFile file="Setup\RunTime\MSVC2008\*.*" />

<SupportFile file="Setup\RunTime\MSVC2012\*.*" />

<SupportFile file="Setup\RunTime\DXJun2010\*.*" />

<SupportFile file="Setup\RunTime\TSMPack\*.*" />

<SupportFile file="Setup\RunTime\DummyAVCtrl\*.*" />

<SupportFile file="Setup\RunTime\Flash Player\*.*" />

<SupportFile file="Setup\RunTime\Matroska\*.*" />

<SupportFile file="Setup\RunTime\QuickTime\*.*" />

</Setups>

<FeatureTree>

<Feature name="Str.Feature.MainApp" desc="Str.Feature.MainApp.Desc" property="MainApp" expanded="1" size="3876476" sizerfn="0">

</Feature>

</FeatureTree>

<SourceFiles>

</SourceFiles>

<RestartManager>

<App file="[INSTALLDIR]vstudio.exe" />

<App file="[INSTALLDIR]VSSCap.exe" />

<App file="[INSTALLDIR]MWizard.exe" />

</RestartManager>

<UserFiles>

</UserFiles>

<Properties>

<Property name="ICA_DefaultUILang" value="en" comment="use whatever language you want to default to instead of showing Select Language DB" />

<Property name="ICA.Dlg.AllowDrag" value="1" />

<Property name="MAX_PATH" value="90" />

<Property name="AcceptLicense" value="0" />

<Property name="DisFeature" value="1"/>

<Property name="CDS_ASS_IMAGE" value="0" />

<Property name="CDS_ASS_VIDEO" value="0" />

<Property name="CDS_ASS_MUSIC" value="0" />

<Property name="ShowInstalliTune" value="0" />

<Property name="ShowInstallQT" value="1" />

<Property name="ShowInstallFlash" value="1" />

<Property name="ShowInstallLightScribe" value="0" />

<Property name="ShowInstallContentHD" value="0" />

<Property name="ShowCleanPerUserFolder" value="1" />

<Property name="INSTALL_ITUNE" value="0" />

<Property name="INSTALL_QT" value="1" />

<Property name="INSTALL_FP" value="1" />

<Property name="INSTALL_LS" value="0" />

<Property name="INSTALL_CHD" value="0" />

<Property name="ENABLE_SS" value="0" />

<Property name="ENABLE_SF" value="1" />

<Property name="CLEAN_PERUSER" value="0" />

<Property name="ALLOW_PRODUCTUPDATES" value="1" persist="1" comment="needs to be saved from admin installs, Script.dll will default it off if we are running an admin setup" />

<Property name="ICA.Default.InstallFolder" value="Corel VideoStudio X8" />

<Property name="ICA.Default.InstallDir" value="Corel\Corel VideoStudio X8" />

<Property name="CACHE_SETUP_SOURCE" value="1" />

<Property name="CACHE_SETUP_SOURCE_SHOWUI" value="Show" comment="Hide - will remove the Copy Installation Files option" />

<Property name="ICA.Maintenance.Mode" value="Remove" comment="sets the default radio button on ARP.htm" />

<Property name="Include.Default" value="EN" />

<Property name="SHOWSERIALDIALOG" value="true" comment="true will show the serial number dialog, false will skip it"/>

<Property name="Include.EN" value="1" />

<Property name="PRODUCTSHOWSERIAL" value="1" />

<Property name="SERIALNUMBER" value="" persist="1" comment="When you remove the hardcoded serial number, just set the value to blank, do not remove this node or the SERIALNUMBER will not be saved after you perform an admin install " />

<Property name="PIDPREFIX" value="VS18" />

<Property name="DTAFILENAME" value="VS18" />

<Property name="PCUSOURCEID" value="610203" />

<Property name="PCU_LICID" value="540223074" />

<Property name="NLRFILE" value="VTPCUNLR.dll" />

<Property name="LICENSEID" value="540223074" />

<Property name="PCUURLLANG" value="EN" />

<Property name="PRODUCTREGKEY" value="VSPro\Version18" />

<Property name="ENABLESUB" value="0" />

<Property name="PRODUCT" value="VSPro" />

<Property name="PRODUCTSKU" value="32bit Pro" />

<Property name="SerChckModule" value="SerChckV2.dll" />

<Property name="SUITE" value="99" />

<Property name="INSTALL_TYPE" value="PRO_T"

/>

<Property name="PRO" value="2" />

<Property name="MSIFASTINSTALL" value="7" />

<Property name="MUI_SUPPORT" value="TRUE" />

<Property name="MUI_SUPPORT_VS" value="TRUE" />

<Property name="UGPChk" value="false" />

<Property name="ARP_ICON" value="vstudio.ico" />

<Property name="TV_Country" value="1" />

<Property name="SUPPORT_TVSYSTEM_MUI" value="0" />

<Property name="SC_SCRNCAPTURE" value="1" />

<Property name="SC_MWIZARD" value="1" />

<Property name="SC_SBACKLOT" value="1" />

<Property name="CHECKGOOGLEOFFER" value="0" />

<Property name="ShowGoogleChromePage" value="0" />

<Property name="ShowGoogleToolbarPage" value="0" />

<Property name="INSTALL_GOOGLETOOLBAR" value="0" />

<Property name="INSTALL_GOOGLEBROWSER" value="0" />

<Property name="BUILDTYPE" value="x86" />

<Property name="CHECKFORUPDATE" value="0" />

<Property name="SHOWCHECKFORUPDATE" value="0" />

</Properties>

</ICA>


0 0