How to obtain the MSI files
-launch "PlanetPress Suite 7 Setup.exe"
-stop at welcome screen
-Look in a sub folder of %TEMP%
-Found InstallShield .prq files for:
-.Net Framework 2.0
-VC++ 2005 SP1
-Microsoft WSE 3.0
-Hint: inside IS .prq files there is a URL to DL the MSIs for the PreReQuisites(PRQ)
HINT: the PRQ files contain aa command line for silent install
To find the main MSI, do a search on C: for *.MSI
found it in All Users Profile.
-copy MSI and MST file
How to Obtain a custom install settings:
-On a cleanPC
-force MSI logging (it's a reg tweak, Google 4 it)
-launch PlanetPress Suite 7 Setup.exe
-Select 'English United States' and click 'OK'
4. Click 'Next'
5. Select 'I accept' and click 'Next'
6. Enter Customer Information and click 'Next'
7. Setup Type: Select 'Custom' and click 'Next'
8. -make your selection
-Click 'Next'
9. Click 'Install'
10. Click 'Finish'
-In %TEMP%, in log file search for "ADDLOCAL" property
looks something like this:
ADDLOCAL = Search,Press,MainPress,CommonFiles,PressLessons,PressRegistry,SamplesDocs,SharedWatchPlugins,UpgradeWizard,XSLTEngine
To disable client updates at the end of installation: SHOWLAUNCHPROGRAM=0
Create script to install the whole thing:
::to install PreRequisites
::Bypass "Open File - Security Warning dialog box" for XP SP2
SET SEE_MASK_NOZONECHECKS = 1
vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qb"""
SET SEE_MASK_NOZONECHECKS = 0
Microsoft WSE 3.0 Runtime.msi REBOOT=RS ROOTDRIVE=C:\ ALLUSERS=1 /qb!
:and then launches the main MSI:
"PlanetPress Suite 7.msi" SHOWLAUNCHPROGRAM=0 ADDLOCAL=Press,MainPress,CommonFiles,PressRegistry,UpgradeWizard,XSLTEngine TRANSFORMS=1033.MST REBOOT=RS ROOTDRIVE=C:\ ALLUSERS=1 /qb!
Questions & Answers related to Objectif Lune Inc PlanetPress suite
Blogs (0)
Blog posts related to Objectif Lune Inc PlanetPress suite
Links (0)
Links related to Objectif Lune Inc PlanetPress suite
Reviews (0)
Reviews related to Objectif Lune Inc PlanetPress suite
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