Jump to content

Paint Shop Pro X


cyberloner

Recommended Posts


Here are some switches for the installer you can use:

APPLAUNCH_REGISTRATION=0 //No registration on start-up

PSP_INSTALLRCM=0 // ???

PSP_CREATEQUICKLAUNCH=0 // No Quicklaunch icon

PSP_READMESHORTCUT=0 // No Readme shortcut in Start menu

PSP_UNINSTALLSHORTCUT=0 // No Uninstall shortcut in Start menu

PSP_MYPSPFILESGLOBAL=0 // ???

PSP_UPDATEFREQ=3 // Never check for updates (0=daily, 1=weekly, 2=monthly, 3=never)

PSP_FILEASSOC_BMP=0 // Don't associate with BMP

PSP_FILEASSOC_JPG=0 // Don't associate with JPEG

PSP_FILEASSOC_GIF=0 // Don't associate with GIF

PSP_FILEASSOC_PNG=0 // Don't associate with PNG

PSP_FILEASSOC_TIFF=0 // Don't associate with TIFF

Anyone has more info on the PSP_INSTALLRCM and PSP_MYPSPFILESGLOBAL switches?

Link to comment
Share on other sites

APPLAUNCH_REGISTRATION=0 //No registration on start-up

PSP_INSTALLRCM=0 // ???

PSP_CREATEQUICKLAUNCH=0 // No Quicklaunch icon

PSP_READMESHORTCUT=0 // No Readme shortcut in Start menu

PSP_UNINSTALLSHORTCUT=0 // No Uninstall shortcut in Start menu

PSP_MYPSPFILESGLOBAL=0 // ???

PSP_UPDATEFREQ=3 // Never check for updates (0=daily, 1=weekly, 2=monthly, 3=never)

PSP_FILEASSOC_BMP=0 // Don't associate with BMP

PSP_FILEASSOC_JPG=0 // Don't associate with JPEG

PSP_FILEASSOC_GIF=0 // Don't associate with GIF

PSP_FILEASSOC_PNG=0 // Don't associate with PNG

PSP_FILEASSOC_TIFF=0 // Don't associate with TIFF

you can tell us how to use them?

Link to comment
Share on other sites

You can add them to your command line:

I use this one for example:

pspx.msi /QB-! SERIALNUMBER=XXXXXXX-XXXXXXX-XXX APPLAUNCH_REGISTRATION=0 PSP_INSTALLRCM=0 PSP_CREATEQUICKLAUNCH=0 PSP_READMESHORTCUT=0 PSP_UNINSTALLSHORTCUT=0 PSP_MYPSPFILESGLOBAL=0 PSP_UPDATEFREQ=3 PSP_FILEASSOC_BMP=0 PSP_FILEASSOC_JPG=0 PSP_FILEASSOC_GIF=0 PSP_FILEASSOC_PNG=0 PSP_FILEASSOC_TIFF=0 INSTALLDIR="%programfiles%\Corel\Paint Shop Pro X"

Link to comment
Share on other sites

Does anyone know if its possible to install the 10.01 update silently ?

Thanks

i use 1001_EN.MSP /quiet

try to slipstreaming but cannot success..

so i stick with my /quiet mode...

auto install with update quietly...

Link to comment
Share on other sites

Does anyone know if its possible to install the 10.01 update silently ?

Thanks

i use 1001_EN.MSP /quiet

try to slipstreaming but cannot success..

so i stick with my /quiet mode...

auto install with update quietly...

The /quiet switch did'nt work for me

In the end i made a switchless silent iexpress installer with the msp file and a batch file to run the update with the /qb switch.

That works for me (and displays version 10.01 in the "About" dialog box now)

Thanks for the help anyway it pointed me in the right direction :)

Cheer's

Edited by ironside
Link to comment
Share on other sites

Hi allz,

thx for the PSPX Switches. :thumbup

PSP_INSTALLRCM=1 install the Entry in Rightclickmenu from the Folders. The Name of the Entry is "Browse with Paint Shop Pro X"

there are still more switches

PSP_YAHOO=0

PSP_InstallYahoo=0 Yahoo!-Tool bar with pop-up blocker will not install

Edited by ari
Link to comment
Share on other sites

tested with yahoo command cannot work but the right click menu do works well...

thanks a lot

Does anyone know if its possible to install the 10.01 update silently ?

Thanks

i use 1001_EN.MSP /quiet

try to slipstreaming but cannot success..

so i stick with my /quiet mode...

auto install with update quietly...

The /quiet switch did'nt work for me

In the end i made a switchless silent iexpress installer with the msp file and a batch file to run the update with the /qb switch.

That works for me (and displays version 10.01 in the "About" dialog box now)

Thanks for the help anyway it pointed me in the right direction :)

Cheer's

yea /qb works too

Link to comment
Share on other sites

tested with yahoo command cannot work

Hi cyberloner,

open the pspx.msi with Orca Tool or another msi Editor. You can find in the Property Table both YAHOO Switches with the default value =1. During the normaly silently Install the Yahoo!-Tool bar with pop-up blocker will install. With the PSP_YAHOO ... Switches =0 the Tollbar will not install.

It's works for me. I have the german Upgrade- & Download Version from PSPX.

Link to comment
Share on other sites

  • 2 weeks later...

Here some regtweaks:

Windows Registry Editor Version 5.00

;Removes stupid Shell Extension
[-HKEY_CLASSES_ROOT\Folder\shell\Browse with Paint Shop Pro X]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Browse with Paint Shop Pro X]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Browse with Paint Shop Pro X]

[-HKEY_CLASSES_ROOT\Drive\shell\Browse with Paint Shop Pro X]

;Don't show Eula
[HKEY_LOCAL_MACHINE\SOFTWARE\Corel\Paint Shop Pro\10]
"ShowEula"=dword:00000000
"NeverRegister"=dword:00000001

;Don't show splash-screen
[HKEY_CURRENT_USER\Software\Corel\Paint Shop Pro\10\General\Miscellaneous]
"Splash"=dword:00000000

;Interface
[HKEY_CURRENT_USER\Software\Corel\Paint Shop Pro\10\UI Customization\BCGToolbarParameters]
"Tooltips"=dword:00000000
"ShortcutKeys"=dword:00000001
"LargeIcons"=dword:00000000
"MenuAnimation"=dword:00000000
"RecentlyUsedMenus"=dword:00000000
"MenuShadows"=dword:00000000
"MenuIcons"=dword:00000001
"UseSystemColors"=dword:00000001
"ShowAllMenusAfterDelay"=dword:00000000
"Look2000"=dword:00000001

I like the menuicons very much :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...