Mekrel Posted January 4, 2005 Posted January 4, 2005 Ok, I know perfect Disk 6 is mentioned around here but I only have version 5,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?REG ADD %KEY%\050 /VE /D "Perfect Disk + Update" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\perfectdisk\perfectdisk.exe /s" /fREG 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" /fIs 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.
Nologic Posted January 4, 2005 Posted January 4, 2005 I think this is correct:REG ADD %KEY%\050 /V 2 /D "msiexec /i %systemdrive%\install\Applications\perfectdisk\Perfectdisk.msi /q ALLUSERS=1 ADDLOCAL=\"PDEngine,HelpFiles,GUI,DesktopIcon\" INSTALL_DESKTOP_ICON=1" /f
Mekrel Posted January 4, 2005 Author Posted January 4, 2005 Oh Poop just after I decided to test myself lol, such a pain cus i got to open up my pc - push in fdisk floppy and format the E drive on the virtual PC etc.. etc..ok thanks, will try that after but I can see why it would be like that /OT You heard about sof3 nologic ?
Nologic Posted January 4, 2005 Posted January 4, 2005 Heh yeah I heard about it...I'm going to see about talking to some of Apoxol's old mod dev team (Urban Terror by SID) and see if one of the guys will break me off a chunk of info.
totoymola Posted January 4, 2005 Posted January 4, 2005 Whoah.. You have a very long command. Suggestion only: Why don't you compress your msi with winrar and add the switch/es to the comment?
Mekrel Posted January 4, 2005 Author Posted January 4, 2005 Well I cant really see the advantage to that other than not having so much code in the command in runoncex.cmd - which I cant see as being a major problem.but suggestions always welcome
totoymola Posted January 4, 2005 Posted January 4, 2005 The only advantage I think is.. you don't need to add long commands in your runonce. So it will look better. And of course, your installer will become smaller.
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