sambrus Posted April 3, 2004 Posted April 3, 2004 1) Does anybody know the correct switchs for Jasc Paint Shop Pro 8.1. I tried several switch combinations including /qn, nothing seems to work? What happens is the next application starts to load before Jasc is finished loading. Jasc Photo Album also doesn't finish loading before the next app starts.REG ADD %KEY%\051 /VE /D "Jasc Paint Shop Pro 8.1" /fREG ADD %KEY%\051 /V 1 /D "%CDROM%\Software\PaintShopPro\psp810ensetup.exe /s /v/qn" /fREG ADD %KEY%\052 /VE /D "Jasc Photo Album 4.0.3" /fREG ADD %KEY%\052 /V 1 /D "%CDROM%\Software\Photo_Album\pspa403ensetup.exe /s /v/qn" /f2) Does %CDROM% need to be changed to %DVDROM% for a DVD?
Aaron Posted April 3, 2004 Posted April 3, 2004 2) No, CDROM is just an environment variable you created with IF EXIST, it can be named anything really.You could have it like this if you wanted to: IF EXIST D:\CDPath.txt set SOMEOTHERNAME=D:and the environment variable pointing to where it located the file "CDpath.txt" will be called %SOMEOTHERNAME%
sambrus Posted April 7, 2004 Author Posted April 7, 2004 In Case anyone wants to know! Extract the msi file /qnREG ADD %KEY%\051 /VE /D "Jasc Paint Shop Pro 8.1" /fREG ADD %KEY%\051 /V 1 /D "%CDROM%\Software\PaintShopPro\Jasc_Paint_Shop_Pro_8.msi /qn" /fREG ADD %KEY%\052 /VE /D "Jasc Photo Album 4.0.3" /fREG ADD %KEY%\052 /V 1 /D "%CDROM%\Software\Photo_Album\Jasc_Paint_Shop_Photo_Album.msi /qn" /f
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now