Occasionally, the WordPerfect Office setup may wait indefinitely on "Initializing ... please wait while setup loads". This article describes a method to work around this issue by creating a secondary copy of the setup files and then performing a silent installation or uninstall.
1. Preparation:
- Press Windows+R to open the Run prompt
- Type this command, then click OK (include the quotes). The window will close without visible result:
cmd.exe /c mkdir "%userprofile%\wp"
- Press Windows+R again to open the Run prompt
- Type this, then click OK. (Include the quotes):
"%userprofile%\wp"
- The above command will open an empty folder. We will need that later, so just leave it open for now.
- Ensure you have your WordPerfect serial number ready to use.
2. Creating the secondary copy of the setup files:
- Start the WordPerfect install as normal and wait for it to get to the Initializing Please Wait screen.
- On your keyboard, press Ctrl + Shift + Esc at the same time. This will open a Windows tool called "Task Manager"
- If you see "More Details" in the bottom left, click on it.
- Click the "Details" tab at the top
- In the long list of tasks, locate "Setup.exe"
- Right click on "Setup.exe" in the list of programs and choose "Open file location". Keep this window open, we'll need it later.
- Select one file in the list.
- On your keyboard, press CTRL+A to select all the files in this folder.
- On your keyboard, press CTRL+C to copy all the files to the clipboard. You won't see anything happen; this is normal.
- Click on the folder from step 1-5.
- On your keyboard, press CTRL+V to paste the files from the clipboard. Wait till this is done, it can take a few minutes.
- Cancel the installation you started in step 2-2. It's no longer needed.
3A. Performing the silent installation
If you need to install, perform these steps. If you need to uninstall skip this section and perform the steps in section 3B.
- Click Start and type CMD in the search
- In the search results, right click on Command Prompt and choose "Run as Administrator" A black window opens.
- NOTE If the text is too small, right-click on the title bar and choose properties. You can change the font size there.
- We will refer to this window as the CMD window going forward.
- In the CMD window, type the following command and press ENTER:
cd "%userprofile%\wp"
- Type the following command (replace the WPQQQQQ-XXXXXXX-YYYYYYY-ZZZZZZZ with your serial number) and press enter:
setup.exe /qn SERIALNUMBER="WPQQQQQ-XXXXXXX-YYYYYYY-ZZZZZZZ"
- Go back to the Task manager window from step 2-4. On the details tab, find the "Setup" task. When it disappears, setup is complete.
- Close any windows you opened during this process. Enjoy using WordPerfect Office!
3B. Performing the silent uninstall / removal
If you need to uninstall WordPerfect Office, follow these steps:
- Click Start and type CMD in the search
- In the search results, right click on Command Prompt and choose "Run as Administrator" A black window opens.
- NOTE If the text is too small, right-click on the title bar and choose properties. You can change the font size there.
- We will refer to this window as the CMD window going forward.
- In the CMD window, type the following command and press ENTER:
cd "%userprofile%\wp"
- Type the following command and press enter:
setup.exe /x /qn
- Go back to the Task manager window from step 2-4. On the details tab, find the "Setup" task. When it disappears, uninstall is complete.
- Close any windows you opened during this process.
Was this article helpful?
Tell us how we can improve it.