I took note of some PerfectDisk installations in other posts:
1. Install and register PerfectDisk 7.0
2. Right click on the PerfectDisk installer "setup-workstation.exe" and using WinRAR - Extract files...
Extract files into a new folder called "files"
3. Inside the "files" folder edit the Config.ini file in "program files\Raxco\PerfectDisk\" to your tastes. I like to enable all OfflineDefrag options.
4. Open regedit and export your Licence key to a file called PDisk.reg It should look like this:
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Raxco\PerfectDisk\7.0]
"License"=hex:**,**,**,**,**,**,**,**,**,**,**,**,**,**,**,**
Put this reg file in the "files" folder also.
5. Now for the silent installation - Using a text editor create a new file in the "files" folder called "PDisk.cmd" with the following text:
CODE
cmdow @ /HID
@echo off
start /wait regedit /s PDisk.reg
start /wait msiexec /i PerfectDisk.msi /qn ALLUSERS=1 CONFIG=1
6. Follow instructions on how to make a 7-zip switchless installer:
Tutorial For Making A 7-Zip Switchless InstallerThe config.txt file for the 7-zip switchless installer looks like this:
CODE
;!@Install@!UTF-8!
RunProgram="PDisk.cmd"
;!@InstallEnd@!
Your new switchless installer can be run from runonce.