phaeton Posted November 5, 2004 Posted November 5, 2004 I'm working on building an unattended install CD and running in a little problem.I'm install VMware 4.5.2 using this command:REG ADD %KEY%\130 /VE /D "Vmware 4.5.2" /fREG ADD %KEY%\130 /V 1 /D "C:\WINDOWS\system32\msiexec.exe /norestart /passive /i \"%CDROM%\Install\vmware\VMware Workstation.msi\" ADDLOCAL=ALL SERIALNUMBER="Removed " /qn" /fThis all works fine and when I log in as Administrator I get the Desktop icon and the start menu entry. If I log in as a user with administrator privileges or any other regular user I do not have the Start menu entry or Desktop Icon.Any ideas?
phaeton Posted November 5, 2004 Author Posted November 5, 2004 Found the answer i was looking for guys and I tought i would pass it alongJust add ALLUSERS=1 to the command line above.
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