/build/static/layout/Breadcrumb_cap_w.png

Paintshop Pro Photo X3

Hi

Has anyone packaged Paintshop Pro Photo X3 application. basically it install 16 msi when we run the setup.exe.
Can you help me with packaging this application? Is der any way to package this applcation?

Regards,

0 Comments   [ + ] Show comments

Answers (18)

Posted by: JKelleyRice 11 years ago
White Belt
0

I used ALLOW_PRODUCTUPDATES=0 in my script to disable autoupdates.

Posted by: anonymous_9363 13 years ago
Red Belt
0
What do you mean "package"? If there are 16 MSIs, it's already packaged.
Posted by: Gary 13 years ago
Blue Belt
0
there is a setup.xml with the source, which configure the dialogue during the installtion. so i am able to change the serial key, installation options through the xml file.

but how should i add certains custom actions to the package.
Posted by: anonymous_9363 13 years ago
Red Belt
0
...in the same way that you would any other MSI - using a transform. If you don't understand what a transform is, stop now and engage the services of an application packager.
Posted by: Gary 13 years ago
Blue Belt
0
all comandline are hard coded in the setup itself , so if we try to add transform to msi, it doesnt get apply,.

for your info, every member here are not dump as you think they are.
Posted by: WiseAppPackager 13 years ago
Purple Belt
0
Commandlines hardcoded in setup?? Sorry, If I sound 'dump' to you :)
Ok even if there are 16 MSI's, do you really need all of those for installation?
I'm sure, you would require only half of those if you exclude RunTime setups (which are related to MFC's, MSVC's and google tools.......considering thats part of the build).
What do the custom actions do?
Posted by: Gary 13 years ago
Blue Belt
0

ICA lang="use_os">
<Setups productcode="ICA.productcode">

<Msi productcode="{A49F249F-0C91-497F-86DF-B2585E8E76B7}" file="CDS\RunTime\MFC2005\vcredist.msi" cmdline="" condition="THIRD_PARTY" progresstext="Str.Running.VS2005.text" comment="" adminsupport="0" />
<Msi productcode="{7299052b-02a4-4627-81f2-1818da5d550d}" file="CDS\RunTime\MSVC2005\vcredist.msi" cmdline="" condition="THIRD_PARTY" progresstext="Str.Running.VS2005.text" adminsupport="0" />
<Msi productcode="{9A25302D-30C0-39D9-BD6F-21E6EC160475}" file="CDS\RunTime\MSVC2008\vc_red.msi" cmdline="" condition="THIRD_PARTY" progresstext="Str.Running.VS2008.text" adminsupport="0" />
<Msi productcode="DXNov2007" file="CDS\RunTime\DXNov2007\DXSETUP.exe" cmdline=" /silent" condition="THIRD_PARTY" progresstext="Str.Running.DXNov2007.text" comment="" adminsupport="0" />
<Msi productcode="DotNetFX35SP1" file="CDS\RunTime\DotNetFX35SP1\dotnetfx35SP1.exe" cmdline=" /passive /norestart" condition="THIRD_PARTY" progresstext="Str.Running.DotNetFX35SP1.text" comment="" adminsupport="0" />

<Msi productcode="{D1612A3D-0DCC-4055-BB6A-0036F31158A0}" file="CDS\Setup.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" managed="1">
<Dbm productcode="{D3BCC13A-E4F2-45EE-846F-D143CEDDDBCB}" file="CDS\DeviceIO.msi" cmdline="MSIFASTINSTALL=7" progresstext="Str.ProgressText.Common" comment="" />
<Dbm productcode="{D875FFEE-2FCE-4774-902A-749198C00A68}" file="CDS\PureHD.msi" cmdline="MSIFASTINSTALL=7 PRO=[PRO]" progresstext="Str.ProgressText.Common" comment="" />
<Dbm productcode="{D9C4FA35-7C6B-4C9E-863B-58C4D7472F41}" file="CDS\VIO.msi" cmdline="MSIFASTINSTALL=7" progresstext="Str.ProgressText.Common" comment="" />
<Dbm productcode="{DA4A2F61-1E26-4D51-94BB-36D77678BDAD}" file="CDS\PSPH10Pro.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />
<Dbm productcode="{DA4BF4BE-3CDC-43B5-BBDA-DDDA73103111}" file="CDS\PSPPro.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />
<Dbm productcode="{D5FE818E-F1C7-44F8-A3C0-C08761906E27}" file="CDS\Share64.msi" cmdline="ICA_ALL_PUBLIC" condition="64BIT_OS" progresstext="Str.ProgressText.Common" comment="" adminsupport="0" />
<Dbm productcode="{D94ABC2B-5CA9-48B2-9266-15AB78384D3C}" file="CDS\Share.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />
<Dbm productcode="{D7D99A66-493F-468B-BCE1-6F88612B89D5}" file="CDS\Contents.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />
<Dbm productcode="{DF8B9311-ADE7-4EDE-B121-326CAA3D225D}" file="CDS\PSPPContent.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />
<Dbm productcode="{DCF1928A-FC01-48E7-A7E6-4651D42EF6A1}" file="CDS\PSPPRO_DCRAW.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" />
<Dbm productcode="{DCD941B6-F2E7-4FAF-B102-F7D4DE5FF99A}" file="CDS\IPM_PSP_Pro.msi" cmdline="ICA_ALL_PUBLIC" progresstext="Str.ProgressText.Common" comment="" />
<Dbm productcode="{D1AEB5DB-04FA-489D-94EF-8600898B93EE}" 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="{7E4CB404-F1E4-4E81-A1CB-2CBB310481D1}" file="CDS\MLE.msi" cmdline="" condition="THIRD_PARTY" ignorereturn="1" progresstext="Str.ProgressText.Common" comment="" adminsupport="0" />
<Msi productcode="FlashPlayer" file="CDS\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="WMEncoder" file="CDS\RunTime\WMEncoder\WMEncoder.exe" cmdline=" /Q:A" ignorereturn="1" condition="THIRD_PARTY" progresstext="Str.Running.WMEncoder.text" comment="" adminsupport="0" />
<Msi productcode="QuickTime" file="CDS\RunTime\QuickTime\QuickTime7.exe" cmdline=" /quiet /norestart" condition="INSTALL_QT=1" ignorereturn="1" progresstext="Str.Running.QuickTime.text" comment="" adminsupport="0" />
<Msi productcode="WMFormat" file="CDS\RunTime\WMEncoder\WMFDist11.exe" cmdline="/Q:A /R:N" ignorereturn="1" condition="THIRD_PARTY" progresstext="Str.Running.WMFormat.text" comment="" adminsupport="0" />

<SupportFile file="CDS\RunTime\MFC2005\*.*" />
<SupportFile file="CDS\RunTime\MSVC2005\*.*" />
<SupportFile file="CDS\RunTime\MSVC2008\*.*" />
<SupportFile file="CDS\RunTime\DXNov2007\*.*" />
<SupportFile file="CDS\RunTime\DotNetFX35SP1\*.*" />
<SupportFile file="CDS\RunTime\Flash Player\*.*" />
<SupportFile file="CDS\RunTime\QuickTime\*.*" />
<SupportFile file="CDS\RunTime\WMEncoder\*.*" />
</Setups>

<FeatureTree>
<Feature name="Str.Feature.MainApp" desc="Str.Feature.MainApp.Desc" property="MainApp" expanded="1" size="0" sizerfn="0">
<Feature name="Str.Feature.MainApp.PSPPro" desc="" property="PSPPro" size="1100000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.PSPPRJ" desc="" property="PSPPRJ" size="200000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.Share" desc="" property="Share" size="900000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.DeviceIO" desc="" property="DeviceIO" size="100000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.PureHD" desc="" property="PureHD" size="100000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.VIO" desc="" property="VIO" size="100000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.Contents" desc="" property="Contents" size="500000" sizerfn="0" required="1" />
<Feature name="Str.Feature.MainApp.PSPPContent" desc="" property="PSPPContent" size="100000" sizerfn="0" required="1" />

<Feature name="Str.Feature.MainApp.IPM" desc="" property="IPM" size="30000" >
<Feature name="Str.Feature.MainApp.IPM.IPM_T" desc="" property="IPM_T" />
<Feature name="Str.Feature.MainApp.IPM.IPM_T.PRO_T" desc="" property="PRO_T" size="0" />
<Feature name="Str.Feature.MainApp.IPM.IPM_PF" desc="" property="IPM_PF" />
<Feature name="Str.Feature.MainApp.IPM.IPM_PF.PRO_PF" desc="" property="PRO_PF" size="0" />
<Feature name="Str.Feature.MainApp.IPM.IPM_TD" desc="" property="IPM_TD" />
<Feature name="Str.Feature.MainApp.IPM.IPM_TD.PRO_TD" desc="" property="PRO_TD" size="0" />
<Feature name="Str.Feature.MainApp.IPM.IPM_R" desc="" property="IPM_R" />
<Feature name="Str.Feature.MainApp.IPM.IPM_R.PRO_R" desc="" property="PRO_R" size="0" />
</Feature>
</Feature>
</FeatureTree>

<SourceFiles>
</SourceFiles>
<RestartManager>
<App file="[INSTALLDIR]PSPClassic\Corel Paint Shop Pro Photo.exe" />
<App file="[INSTALLDIR]PSPProjectCreator.exe" />
<App file="[INSTALLDIR]PSPClassic\InstantViewer\InstantViewer.exe" />
</RestartManager>

<UserFiles>
</UserFiles>



Above is the content in the setup.xml file which is provided with the setup.exe,it installs 16 msi files when we run the setup,
Posted by: WiseAppPackager 13 years ago
Purple Belt
0
ORIGINAL: Gary

so if we try to add transform to msi, it doesnt get apply,.


For which MSI, transform didn't work?
setup.msi OR ICA.msi?
Posted by: WiseAppPackager 13 years ago
Purple Belt
0
Like I said, you can exclude few unwanted MSI's from this list.
Applying the transform to ICA.msi shouldn't cause any issue.
Posted by: anonymous_9363 13 years ago
Red Belt
0
all comandline are hard coded in the setup itself , so if we try to add transform to msi, it doesnt get apply,. sssssssssssssssssssssooooooo...use a command file instead.
Posted by: Gary 13 years ago
Blue Belt
0
The thing is none of the msi's run independently,they give a prompt saying run setup.exe, i have checked the the msi's but their are no launch condition in it.

Also i think the package needs to be run from the setup.exe for it complete installation.So kndly suggest ,can we amend the xml file to add the transfom entry into the xml,which i think i will apply for PSPPro.msi as it has most of the data like the shortcut, preference setting registry etc.
Posted by: WiseAppPackager 13 years ago
Purple Belt
0
Verify if isscript is required as a pre-req.
And, play around with the below keywords if not already tried.
ISSETUPDRIVEN property, INSTALLLEVEL, OnCheckSilentInstall custom action.

I assume, you have considered the option of using setup.iss file, (which is available with Paintshop).
Posted by: Gary 13 years ago
Blue Belt
0
There is no setup.iss file with the source of Paintshop Pro X3, the only file related to setup.exe is setup.xml.
Posted by: pjbaars 13 years ago
Orange Belt
0
but how should i add certains custom actions to the package.

I'm wondering what the reason is why you want to put CA's in your package. What do you want to achieve? At this moment I also have to 'package' Paintshop Photo Pro X3. I found out that you can disable auto-update functionality by placing the file "Message.Policy" into the installation folder. Here is the contents of that file:

<?xml version="1.0" encoding="utf-8" ?>
<policylist version="1">
<policy type="auto_update" value="opt-out" when="" />
</policylist>

I only have to find a way to disable the registration screen. I think it's in the Message.policy file in the UserProfile.

I'll come back later when I know the answer. After that I'll update de Package KB item.

Regards,
Peter Baars
Posted by: amityaduvanshi 13 years ago
Yellow Belt
0
I am still unable to suppress the Registration window, do anyone have sollution to this ..
Please help.
Posted by: anonymous_9363 13 years ago
Red Belt
0
How do you mean "still"? What have you tried so far? Are we supposed to guess?

Also, have you read the 'Package KB' for v11 and tried adapting it? I'm betting the answer is "No"...
Posted by: SergeyF 12 years ago
Yellow Belt
0
Hi,

To apply transforms you should use the "cmdline" options. For that add there "TRANSFORMS=yourtransform.mst". To point a full path to this tranform you can use a property, which includes parent's path. For example:

TRANSFORMS=&quot;[SETUP.EXE.DIR]CDS\PSPPro.mst&quot;

Note please, you should write the quotes in xml-file like "&quot;".
BUT there is the problem in "strange" variable "ICA_ALL_PUBLIC". It is defined by installer as string with all defined in xml-files properties (including language files) and their values. And if you change command line with "ICA_ALL_PUBLIC" (if even add one space), this variable stoppes defining. Therefore your transforms have not been applied. To resolve this issue, I've added following string instead of this variable:

cmdline="MAX_PATH=&quot;[MAX_PATH]&quot; CDS_ASS_IMAGE=&quot;[CDS_ASS_IMAGE]&quot; CDS_ASS_VIDEO=&quot;[CDS_ASS_VIDEO]&quot; CDS_ASS_MUSIC=&quot;[CDS_ASS_MUSIC]&quot; INSTALL_ITUNE=&quot;[INSTALL_ITUNE]&quot; INSTALL_QT=&quot;[INSTALL_QT]&quot; INSTALL_FP=&quot;[INSTALL_FP]&quot; INSTALL_LS=&quot;[INSTALL_LS]&quot; CLEAN_PERUSER=&quot;[CLEAN_PERUSER]&quot; ALLOW_PRODUCTUPDATES=&quot;[ALLOW_PRODUCTUPDATES]&quot; CACHE_SETUP_SOURCE=&quot;[CACHE_SETUP_SOURCE]&quot; CACHE_SETUP_SOURCE_SHOWUI=&quot;[CACHE_SETUP_SOURCE_SHOWUI]&quot; SHOWSERIALDIALOG=&quot;[SHOWSERIALDIALOG]&quot; PRODUCTSHOWSERIAL=&quot;[PRODUCTSHOWSERIAL]&quot; SERIALNUMBER=&quot;[SERIALNUMBER]&quot; PIDPREFIX=&quot;[PIDPREFIX]&quot; DTAFILENAME=&quot;[DTAFILENAME]&quot; PCUSOURCEID=&quot;[PCUSOURCEID]&quot; PCU_LICID=&quot;[PCU_LICID]&quot; NLRFILE=&quot;[NLRFILE]&quot; LICENSEID=&quot;[LICENSEID]&quot; PCUURLLANG=&quot;[PCUURLLANG]&quot; PRODUCTREGKEY=&quot;[PRODUCTREGKEY]&quot; PRODUCT=&quot;[PRODUCT]&quot; SUITE=&quot;[SUITE]&quot; PLAYBACKSKU=&quot;[PLAYBACKSKU]&quot; INSTALL_TYPE=&quot;[INSTALL_TYPE]&quot; IPM_SU=&quot;[IPM_SU]&quot; PRO_PR_VER=&quot;[PRO_PR_VER]&quot; PSP_NEWPAGE=&quot;[PSP_NEWPAGE]&quot; C_APPEXE=&quot;[C_APPEXE]&quot; PRO=&quot;[PRO]&quot; MSIFASTINSTALL=&quot;[MSIFASTINSTALL]&quot; MUI_SUPPORT=&quot;[MUI_SUPPORT]&quot; ARP_ICON=&quot;[ARP_ICON]&quot; MLE_SKU_ID=&quot;[MLE_SKU_ID]&quot; RP_LICID=&quot;[RP_LICID]&quot; RP_SID=&quot;[RP_SID]&quot; SETUP.EXE.DIR=&quot;[SETUP.EXE.DIR]&quot; ACTION=&quot;[ACTION]&quot; SETUP_LANG=&quot;[SETUP_LANG]&quot; PROD_LANG=&quot;[PROD_LANG]&quot; LANG=&quot;[LANG]&quot; OPENWITH=&quot;[OPENWITH]&quot; PSP_RMB_REVIEW=&quot;[PSP_RMB_REVIEW]&quot; PSP_RMB_REVIEWPHOTOS=&quot;[PSP_RMB_REVIEWPHOTOS]&quot; PSP_RIGHTCLICK=&quot;[PSP_RIGHTCLICK]&quot; AUTOPLAY_ACTION1=&quot;[AUTOPLAY_ACTION1]&quot; AUTOPLAY_ACTION2=&quot;[AUTOPLAY_ACTION2]&quot; AUTOPLAY_ACTION3=&quot;[AUTOPLAY_ACTION3]&quot; AUTOPLAY_ACTION4=&quot;[AUTOPLAY_ACTION4]&quot; AUTOPLAY_ACTION5=&quot;[AUTOPLAY_ACTION5]&quot; AUTOPLAY_ACTION6=&quot;[AUTOPLAY_ACTION6]&quot; AUTOPLAY_ACTION7=&quot;[AUTOPLAY_ACTION7]&quot; AUTOPLAY_ACTION8=&quot;[AUTOPLAY_ACTION8]&quot; AUTOPLAY_PROVIDER1=&quot;[AUTOPLAY_PROVIDER1]&quot; AUTOPLAY_PROVIDER2=&quot;[AUTOPLAY_PROVIDER2]&quot; AUTOPLAY_PROVIDER3=&quot;[AUTOPLAY_PROVIDER3]&quot; AUTOPLAY_PROVIDER4=&quot;[AUTOPLAY_PROVIDER4]&quot; AUTOPLAY_PROVIDER5=&quot;[AUTOPLAY_PROVIDER5]&quot; AUTOPLAY_PROVIDER6=&quot;[AUTOPLAY_PROVIDER6]&quot; AUTOPLAY_PROVIDER7=&quot;[AUTOPLAY_PROVIDER7]&quot; MUI_FOLDER=&quot;[MUI_FOLDER]&quot; DDEOPEN=&quot;[DDEOPEN]&quot; IS_TRANSFORMS=&quot;[IS_TRANSFORMS]&quot; MANUAL_SUB=&quot;[MANUAL_SUB]&quot; REBOOT=&quot;[REBOOT]&quot; ALLUSERS=&quot;[ALLUSERS]&quot; ICA.CONTEXT=&quot;[ICA.CONTEXT]&quot; SOURCEDIR=&quot;[SOURCEDIR]&quot; ROOTDRIVE=&quot;[ROOTDRIVE]&quot; CHAINER_CMD=&quot;[CHAINER_CMD]&quot; TARGETDIR=&quot;[TARGETDIR]&quot; ALLUSERSPROFILE=&quot;[ALLUSERSPROFILE]&quot; COREL=&quot;[COREL]&quot; COREL_DIGITAL_STUDIO_2010=&quot;[COREL_DIGITAL_STUDIO_2010]&quot; DATABASEDIR=&quot;[DATABASEDIR]&quot; INSTALLDIR=&quot;[INSTALLDIR]&quot; USERPROFILE=&quot;[USERPROFILE]&quot; ISCHECKFORPRODUCTUPDATES=&quot;[ISCHECKFORPRODUCTUPDATES]&quot; ARPPRODUCTICON=&quot;[ARPPRODUCTICON]&quot; ARPSYSTEMCOMPONENT=&quot;[ARPSYSTEMCOMPONENT]&quot; ARPURLINFOABOUT=&quot;[ARPURLINFOABOUT]&quot; DWUSINTERVAL=&quot;[DWUSINTERVAL]&quot; DWUSLINK=&quot;[DWUSLINK]&quot; INSTALLLEVEL=&quot;[INSTALLLEVEL]&quot; ISVROOT_PORT_NO=&quot;[ISVROOT_PORT_NO]&quot; IS_COMPLUS_PROGRESSTEXT_COST=&quot;[IS_COMPLUS_PROGRESSTEXT_COST]&quot; IS_COMPLUS_PROGRESSTEXT_INSTALL=&quot;[IS_COMPLUS_PROGRESSTEXT_INSTALL]&quot; IS_COMPLUS_PROGRESSTEXT_UNINSTALL=&quot;[IS_COMPLUS_PROGRESSTEXT_UNINSTALL]&quot; IS_PREVENT_DOWNGRADE_EXIT=&quot;[IS_PREVENT_DOWNGRADE_EXIT]&quot; IS_PROGMSG_XML_COSTING=&quot;[IS_PROGMSG_XML_COSTING]&quot; IS_PROGMSG_XML_CREATE_FILE=&quot;[IS_PROGMSG_XML_CREATE_FILE]&quot; IS_PROGMSG_XML_FILES=&quot;[IS_PROGMSG_XML_FILES]&quot; IS_PROGMSG_XML_REMOVE_FILE=&quot;[IS_PROGMSG_XML_REMOVE_FILE]&quot; IS_PROGMSG_XML_ROLLBACK_FILES=&quot;[IS_PROGMSG_XML_ROLLBACK_FILES]&quot; IS_PROGMSG_XML_UPDATE_FILE=&quot;[IS_PROGMSG_XML_UPDATE_FILE]&quot; IS_SQLSERVER_AUTHENTICATION=&quot;[IS_SQLSERVER_AUTHENTICATION]&quot; IS_SQLSERVER_USERNAME=&quot;[IS_SQLSERVER_USERNAME]&quot; PROGMSG_IIS_CREATEAPPPOOL=&quot;[PROGMSG_IIS_CREATEAPPPOOL]&quot; PROGMSG_IIS_CREATEAPPPOOLS=&quot;[PROGMSG_IIS_CREATEAPPPOOLS]&quot; PROGMSG_IIS_CREATEVROOT=&quot;[PROGMSG_IIS_CREATEVROOT]&quot; PROGMSG_IIS_CREATEVROOTS=&quot;[PROGMSG_IIS_CREATEVROOTS]&quot; PROGMSG_IIS_CREATEWEBSERVICEEXTENSION=&quot;[PROGMSG_IIS_CREATEWEBSERVICEEXTENSION]&quot; PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS=&quot;[PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS]&quot; PROGMSG_IIS_CREATEWEBSITE=&quot;[PROGMSG_IIS_CREATEWEBSITE]&quot; PROGMSG_IIS_CREATEWEBSITES=&quot;[PROGMSG_IIS_CREATEWEBSITES]&quot; PROGMSG_IIS_EXTRACT=&quot;[PROGMSG_IIS_EXTRACT]&quot; PROGMSG_IIS_EXTRACTDONE=&quot;[PROGMSG_IIS_EXTRACTDONE]&quot; PROGMSG_IIS_REMOVEAPPPOOL=&quot;[PROGMSG_IIS_REMOVEAPPPOOL]&quot; PROGMSG_IIS_REMOVEAPPPOOLS=&quot;[PROGMSG_IIS_REMOVEAPPPOOLS]&quot; PROGMSG_IIS_REMOVESITE=&quot;[PROGMSG_IIS_REMOVESITE]&quot; PROGMSG_IIS_REMOVEVROOT=&quot;[PROGMSG_IIS_REMOVEVROOT]&quot; PROGMSG_IIS_REMOVEVROOTS=&quot;[PROGMSG_IIS_REMOVEVROOTS]&quot; PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION=&quot;[PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION]&quot; PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS=&quot;[PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS]&quot; PROGMSG_IIS_REMOVEWEBSITES=&quot;[PROGMSG_IIS_REMOVEWEBSITES]&quot; PROGMSG_IIS_ROLLBACKAPPPOOLS=&quot;[PROGMSG_IIS_ROLLBACKAPPPOOLS]&quot; PROGMSG_IIS_ROLLBACKVROOTS=&quot;[PROGMSG_IIS_ROLLBACKVROOTS]&quot; PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS=&quot;[PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS]&quot; SHOWLAUNCHPROGRAM=&quot;[SHOWLAUNCHPROGRAM]&quot; COMPANYNAME=&quot;[COMPANYNAME]&quot; USERNAME=&quot;[USERNAME]&quot; INSTALLDIR_ORIGINAL=&quot;[INSTALLDIR_ORIGINAL]&quot; TARGETDIR_ORIGINAL=&quot;[TARGETDIR_ORIGINAL]&quot; MAINAPP=&quot;[MAINAPP]&quot; PSPPRO=&quot;[PSPPRO]&quot; PSPPRJ=&quot;[PSPPRJ]&quot; SHARE=&quot;[SHARE]&quot; DEVICEIO=&quot;[DEVICEIO]&quot; PUREHD=&quot;[PUREHD]&quot; VIO=&quot;[VIO]&quot; CONTENTS=&quot;[CONTENTS]&quot; PSPPCONTENT=&quot;[PSPPCONTENT]&quot; IPM=&quot;[IPM]&quot; IPM_T=&quot;[IPM_T]&quot; PRO_T=&quot;[PRO_T]&quot; IPM_PF=&quot;[IPM_PF]&quot; PRO_PF=&quot;[PRO_PF]&quot; IPM_TD=&quot;[IPM_TD]&quot; PRO_TD=&quot;[PRO_TD]&quot; IPM_R=&quot;[IPM_R]&quot; PRO_R=&quot;[PRO_R]&quot; PRODUCTNAME=&quot;[PRODUCTNAME]&quot; ITUNE_PATH=&quot;[ITUNE_PATH]&quot; ITUNE_EXE=&quot;[ITUNE_EXE]&quot; IS_WIN7=&quot;[IS_WIN7]&quot; ENABLE_PATHCHANGE=&quot;[ENABLE_PATHCHANGE]&quot; THIRD_PARTY=&quot;[THIRD_PARTY]&quot; INSTALL_WINDVD=&quot;[INSTALL_WINDVD]&quot; USER_TOKEN_AVAILABLE=&quot;[USER_TOKEN_AVAILABLE]&quot; MSIRESTARTMANAGERCONTROL=&quot;[MSIRESTARTMANAGERCONTROL]&quot; REBOOT.CHAIN=&quot;[REBOOT.CHAIN]&quot; SA_T=&quot;[SA_T]&quot; SUITE_T=&quot;[SUITE_T]&quot; SA_PF=&quot;[SA_PF]&quot; SUITE_PFSA_TD=&quot;[SUITE_PFSA_TD]&quot; SUITE_TD=&quot;[SUITE_TD]&quot; SA_R=&quot;[SA_R]&quot; SUITE_R=&quot;[SUITE_R]&quot; ULT_T=&quot;[ULT_T]&quot; ULT_PF=&quot;[ULT_PF]&quot; ULT_TD=&quot;[ULT_TD]&quot; ULT_R=&quot;[ULT_R]&quot; WINDVDDIR=&quot;[WINDVDDIR]&quot; UNSELECT_THIRDPARTY=&quot;[UNSELECT_THIRDPARTY]&quot; TRANSFORMS=&quot;[SETUP.EXE.DIR]CDS\PSPPro.mst&quot;"

Although it is a "little bit" too long, but it includes all defined properties like ICA_ALL_PUBLIC. And this structure will helps to resolve the issue with transforms.
Posted by: Tch81 12 years ago
Yellow Belt
0
Hi.
I posted email to corel 'bout the debloyment of pspx3 and they send me a guide as pdf, it helps a bit.
With the guides help I'v made a working "package" simply by doing a "install.cmd" wich includes string:
Setup.exe SERIALNUMBER=xxxxxxxx INSTALLPROD=PSPCL NOIOMON=1 INSTALL_QT=0 INSTALL_FP=0 FORCELANG=SU IOFF=1 IGOFF=1 /qb!

and then just stripping away from .xml msvcs, dx, .net installs.

INSTALLPROD=PSPCL ::installs only psp classic and photodownloader without porject creator
NOIOMON=1 ::disables photodownloader
INSTALL_QT=0 INSTALL_FP=0 ::wont install quicktime and flashplayer
FORCELANG=SU ::forces language
IOFF=1 IGOFF=1 :: first disables in-product messages and second disables network-related features "ie. autoupdate"
/qb! ::silent with basic information without possibilibity to cancel install

The thing im having problems is to apply patch afterwards as silent install. In the guide is a help for this witch says use patch.exe /s /a, but when i try that it still just starts the patch install normally and gives GUI and wont go silently...
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ