@Severinus :
Datant de Mars 2017 (lien éditeur, 19.2.0.7) :
En ajoutant les versions x64 (..._x64) et le seup.xml émanant de pspx9_fr_64.zip dans le répertoire de pspx9_fr_32.zip, en forçant, dans le setup.xml, à 1 :
Code : Tout sélectionner
...
<Property name="INSTALLX86" value="1" />
<Property name="INSTALLX64" value="1" />
...
on obtient une version 32 & 64
... mais quel intérêt ?
setup.xml x86 & x64 :
Code : Tout sélectionner
<ICA lang="use_os">
<Setups productcode="ICA.productcode">
<Msi productcode="MSVC2012" file="Setup\RunTime\MSVC2012\vcredist_x86.exe" cmdline=" /q /norestart" condition="InstallMSVC2012" progresstext="Str.Running.VS2012.text" comment="" adminsupport="0" />
<Msi productcode="MSVC2012x64" file="Setup\RunTime\MSVC2012_x64\vcredist_x64.exe" cmdline=" /q /norestart" condition="InstallMSVC2012_x64" progresstext="Str.Running.VS2012.text" comment="" adminsupport="0" />
<Msi productcode="DotNetFX40" file="Setup\RunTime\DotNetFX40\dotNetFx40_Full_setup.exe" cmdline=" /q /norestart" condition="InstallDotNet40" progresstext="Str.Running.DotNet40.text" comment="" adminsupport="0" />
<Msi productcode="{9E0054AB-F957-4177-850E-3541960DBD53}" file="Setup\Setup.msi" cmdline="ICA_ALL_PUBLIC TRANSFORMS=[MSTFileName]" progresstext="Str.ProgressText.Common" managed="1">
<Dbm productcode="{93EE564E-9DA1-4655-8A90-4E816019B409}" file="Setup\PSPPro.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" condition="INSTALLX86=1" />
<Dbm productcode="{91773E30-F29C-4381-854A-95281DEB8DA1}" file="Setup\PSPPContent.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" condition="" />
<Dbm productcode="{9F087D85-EDDC-4DC4-B665-AFDD3734D987}" file="Setup\PSPPHelp.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" condition="" />
<Dbm productcode="{9A86C6EE-2CCC-4A51-BCC8-AAF97C2F4615}" file="Setup\IPM_PSP_COM.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" condition="INSTALLX86=1" />
<Dbm productcode="{9722764A-D7C1-483A-931C-9C0A95D5F4EB}" file="Setup\PSPPro64.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" condition="64BIT_OS" />
<Dbm productcode="{966E78A9-AB34-4FC6-BEDA-7D3F1F42121D}" file="Setup\IPM_PSP_COM64.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" condition="INSTALLX64=1" />
<Dbm productcode="{998717E5-1031-4D28-A143-48ADAF062E5F}" file="ICA.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" adminsupport="0" />
</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="{EE61B6C5-F017-4505-85D3-6D40B1797D32}" file="Setup\IPM_Common_x86.msi" scheduled="0" progresstext="Str.ProgressText.Common" />
<Msi productcode="{B8C05FFE-C36F-4F17-AD20-739E4BC65AC9}" file="Setup\IPM_Common_x64.msi" scheduled="0" progresstext="Str.ProgressText.Common" />
<SupportFile file="Setup\RunTime\MSVC2012\*.*" />
<SupportFile file="Setup\RunTime\MSVC2012_x64\*.*" />
<SupportFile file="Setup\RunTime\DotNetFX40\*.*" />
<SupportFile file="Setup\*.mst" />
</Setups>
<FeatureTree>
<Feature name="Str.Feature.MainApp" desc="" property="MainApp" required="1" expanded="1" >
<Feature name="Str.Feature.MainApp.PSPPro" desc="" property="PSPPro" size="320000" required="1" />
<Feature name="NoDisplay" desc="" property="HDR" size="0" required="1" />
<Feature name="NoDisplay" desc="" property="PSPPContent" size="0" required="1" />
<Feature name="NoDisplay" desc="" property="PSPPHelp" size="0" required="1" />
<Feature name="NoDisplay" desc="" property="IPM" size="0" required="1" >
<Feature name="NoDisplay" desc="" property="IPM_Language" size="0" required="1" />
<Feature name="NoDisplay" desc="" property="IPM_R" size="0" required="1" />
<Feature name="NoDisplay" desc="" property="IPM_SubLicense" size="0" required="1" />
</Feature>
<Feature name="NoDisplay" desc="" property="PSPPro6432" size="0" required="1" condition="64BIT_OS" />
</Feature>
<Feature name="Str.Feature.ULLanguage" desc="" property="ULLanguage" required="1" expanded="1">
<Feature name="Str.Feature.ULLanguage.Language_EN" desc="EN" property="Language_EN" size="25000" required="1" />
<Feature name="Str.Feature.ULLanguage.Language_CS" desc="CS" property="Language_CS" size="25000" checked="0" condition="Show_CS" />
<Feature name="Str.Feature.ULLanguage.Language_CT" desc="CT" property="Language_CT" size="25000" checked="0" condition="Show_CT" />
<Feature name="Str.Feature.ULLanguage.Language_DE" desc="DE" property="Language_DE" size="25000" checked="0" condition="Show_DE" />
<Feature name="Str.Feature.ULLanguage.Language_ES" desc="ES" property="Language_ES" size="25000" checked="0" condition="Show_ES" />
<Feature name="Str.Feature.ULLanguage.Language_FR" desc="FR" property="Language_FR" size="25000" checked="0" condition="Show_FR" />
<Feature name="Str.Feature.ULLanguage.Language_IT" desc="IT" property="Language_IT" size="25000" checked="0" condition="Show_IT" />
<Feature name="Str.Feature.ULLanguage.Language_JP" desc="JP" property="Language_JP" size="25000" checked="0" condition="Show_JP" />
<Feature name="Str.Feature.ULLanguage.Language_NL" desc="NL" property="Language_NL" size="25000" checked="0" condition="Show_NL" />
<Feature name="Str.Feature.ULLanguage.Language_PL" desc="PL" property="Language_PL" size="25000" checked="0" condition="Show_PL" />
<Feature name="Str.Feature.ULLanguage.Language_RU" desc="RU" property="Language_RU" size="25000" checked="0" condition="Show_RU" />
<Feature name="Str.Feature.ULLanguage.Language_SU" desc="SU" property="Language_SU" size="25000" checked="0" condition="Show_SU" />
<Feature name="Str.Feature.ULLanguage.Language_SV" desc="SV" property="Language_SV" size="25000" checked="0" condition="Show_SV" />
<Feature name="Str.Feature.ULLanguage.Language_KR" desc="KR" property="Language_KR" size="25000" checked="0" condition="Show_KR" />
<Feature name="Str.Feature.ULLanguage.Language_BR" desc="BR" property="Language_BR" size="25000" checked="0" condition="Show_BR" />
<Feature name="Str.Feature.ULLanguage.Language_CZ" desc="CZ" property="Language_CZ" size="25000" checked="0" condition="Show_CZ" />
</Feature>
<Feature name="Str.Feature.Miscellaneous" desc="" property="ULMiscellaneous" required="" expanded="1">
<Feature name="Str.Feature.Miscellaneous.Desktop" desc="" property="DESKTOP" size="0" required="" />
</Feature>
</FeatureTree>
<SourceFiles>
</SourceFiles>
<RestartManager>
<App file="[INSTALLDIR]Corel PaintShop Pro.exe" />
<App file="[INSTALLDIR]Corel PaintShop Merge.exe" />
<App file="[INSTALLDIR64]Corel PaintShop Pro.exe" />
<App file="[INSTALLDIR64]Corel PaintShop Merge.exe" />
</RestartManager>
<UserFiles>
</UserFiles>
<Properties>
<!-- Installer -->
<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="AcceptLicense" value="0" />
<Property name="SHOWSERIALDIALOG" value="true" comment="true will show the serial number dialog, false will skip it" />
<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="MAX_PATH" value="90" />
<Property name="ICA.Default.InstallDir" value="Corel\Corel PaintShop Pro X9" />
<Property name="ICA.Default.InstallFolder" value="Corel\Corel PaintShop Pro X9" />
<Property name="ICA.Default.InstallDir64" value="Corel\Corel PaintShop Pro X9 (64-bit)" />
<Property name="ICA.Default.InstallFolder64" value="Corel\Corel PaintShop Pro X9 (64-bit)" />
<Property name="MSIFASTINSTALL" value="7" />
<Property name="ICA.LogOptions" value="" />
<Property name="ComName" value="Corel" />
<Property name="ProdName" value="PaintShop Pro" />
<Property name="VerName" value="X9" />
<Property name="IMPORTDB" value="1" />
<Property name="SKIPSILENTINIT" value="0" />
<Property name="INSTALLX86" value="1" />
<Property name="INSTALLX64" value="1" />
<Property name="CHECKFORUPDATE" value="0" />
<Property name="PatchEnginePatchSequenceInfo" value="xml" />
<Property name="ICA.Patches.Folder" value="Patches" />
<!-- Option -->
<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="EnableArchOpt" value="1" />
<!-- Remove -->
<Property name="ShowCleanPerUserFolder" value="1" />
<Property name="CLEAN_PERUSER" value="1" />
<Property name="ARP_ICON" value="Corel PaintShop Pro.ico" />
<Property name="ICA.Maintenance.Mode" value="Remove" comment="sets the default radio button on ARP.htm" />
<!-- IPM -->
<Property name="SerChckModule" value="SerChckV2.DLL" />
<Property name="NLRFILE" value="PPPCUNLR.DLL" />
<Property name="ENABLESUB" value="0" />
<Property name="PIDPREFIX" value="TS19" />
<Property name="DTAFILENAME" value="TS19" />
<Property name="NLR" value="RETAIL" />
<Property name="PCUSOURCEID" value="017002" />
<Property name="PCU_LICID" value="540221245" />
<Property name="LICENSEID" value="540221245" />
<Property name="RP_LICID" value="540221245" />
<Property name="RP_SID" value="017002" />
<Property name="SUITE" value="99" />
<Property name="PCUURLLANG" value="EN" />
<Property name="CHANNEL_ID" value="Corel" />
<Property name="CONTENT_STORE" value="https://www.corelstore.com" />
<!-- MSI and Registry-->
<Property name="PRODUCTREGKEY" value="PaintShop Pro\X9" />
<Property name="PRODUCTMERGEREGKEY" value="PaintShop Merge\X9" />
<Property name="C_APPEXE" value="Corel PaintShop Pro.exe" />
<Property name="C_HDREXE" value="Corel PaintShop Merge.exe" />
<Property name="PRO_PR_VER" value="19.00" />
<Property name="INSTALL_TYPE" value="PRO_PF" />
<Property name="SC_TYPE" value="DEFAULT" comment="DEFAULT;LITE;NEC - Control ShortCut Type on Desktop and StartMenu, and Product Name in ARP List" />
<Property name="VersionInt" value="19" />
<Property name="VersionFlo" value="19.0" />
<Property name="PROGRAMDATA" value="Corel\Corel PaintShop Pro X9" />
<!-- SourceFiles -->
<Property name="CACHE_SETUP_SOURCE" value="1" />
<Property name="CACHE_SETUP_SOURCE_SHOWUI" value="Show" comment="Hide - will remove the Copy Installation Files option" />
<!-- Others -->
<Property name="PRO" value="2" />
<Property name="PSP_NEWPAGE" value="Custom\Settings.htm" />
<Property name="IPM_SU" value="0" />
<Property name="PLAYBACKSKU" value="0" />
<Property name="PRODUCT" value="PaintShop Pro" />
<Property name="PRODUCTSHOWSERIAL" value="1" />
<Property name="Include.Default" value="EN" />
<Property name="Include.EN" value="1" />
<Property name="MUI_SUPPORT" value="TRUE" />
<Property name="InstallSize_Both" value="491 MB" />
<Property name="InstallSize_64only" value="299 MB" />
<Property name="InstallSize_32only" value="286 MB" />
</Properties>
</ICA>
N'hésite pas à décocher, lors du setup, la boite "Mise à jour..." de l'onglet "Options"... ou à modifer le setup.xml :
Si tu veux un serial forcé, dans le setup.xml :
Code : Tout sélectionner
<Property name="SHOWSERIALDIALOG" value="false" comment="true will show the serial number dialog, false will skip it" />
<Property name="SERIALNUMBER" value="TWL2.3150544B4A56395D205632323456433D295157455A44415D283832593133 545" 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" />
La version de Joselito doit être plus complète vue la taille.
En fait, non. C'est un setup d'InstallShield qui contient les 2 architectures (32 & 64) et l'update (208 Mo) ...
Pourquoi cherches-tu,
exclusivement, la X9
?
Pourquoi ne veux-tu pas prendre une 2022 ou 2023 ?
Si tu veux la 2022, je l'ai avec l'utimate pack.
NB : Le keygen X-Force 2022 génère des clés valides pour toute version COREL <= 2022. Même principe pour la version 2023.