I tried installing it myself on Vm Machine, but it didnt install.
I found a readme.txt in the extracted setup.exe which explain unattended installs.
I have to use the msiexec syntax, can this be used with RunonceEx?
CODE
REG ADD %KEY%\050 /VE /D "Perfect Disk + Update" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\perfectdisk\perfectdisk.exe /s" /f
REG ADD %KEY%\050 /V 2 /D "%systemdrive%\install\Applications\perfectdisk\msiexec /i Perfectdisk.msi /q ALLUSERS=1 ADDLOCAL="PDEngine,HelpFiles,GUI,DesktopIcon" INSTALL_DESKTOP_ICON=1" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\perfectdisk\perfectdisk.exe /s" /f
REG ADD %KEY%\050 /V 2 /D "%systemdrive%\install\Applications\perfectdisk\msiexec /i Perfectdisk.msi /q ALLUSERS=1 ADDLOCAL="PDEngine,HelpFiles,GUI,DesktopIcon" INSTALL_DESKTOP_ICON=1" /f
Is this code alright? Never too sure on things when there are too many " lying about.
P.S Perfectdisk.exe is just a self extracting archieve.