Jump to content

Recommended Posts

Posted

Unfortunately for me, I can't find a way to make VideoChanger or the other way in sif to work in VMware. Still 640x480 and even if I try to run it manualy says it can't set the res on the system.


Posted
Despite I remember I saw that post, but I couldn't find it, either.

However, why don't you split your RunOnceEX into two parts?

indeed. have a batch file that runs at startup. It will import the first setup, then execute the command to start RunOnceEX, when it done, the batch continues to import the next set of entries, call the command they install. Continue till you're done.

Posted

You can include the video drivers for vmare in your OEM drivers on your install disk. they are only 45Kb or so. From within vmware, after you install vmware tools and drivers, you can find them in the program files\vmware\drivers, I believe.

I had that same problem when testing but after adding the vmare video drivers to my installation CD, it worked fine.

Posted

In $OEM$\$1\Drivers\VMware I placed the vmware video drivers. In my Winnt.sif, I added:

DriverSigningPolicy = Ignore
OemPnPDriversPath = Drivers\vmware

Add that to the [unattended] section of your Winnt.sif

Also, you need to install vmware tools in a running Virtual machine and then get the drivers from Program files\Vmware\Drivers\Video or something similar (insided the VM).

Posted

I click on Install Vmware tools, and I wait for nothing, I don't see a window and it does not install anything. I can go and click Cancel Install Vmware. :)

Posted

Hmm, Your vmware tools should install. I think I had the same problem once and had to reboot the vm to get it to install, anyway...

Here, try these.

VMware Video Drivers

I modified the inf for a resolution of 1024x768x32. VMware tells you that in order to have a display res higer than 640x480, you have to install the drivers but then it defaults to 640x480 anyway. :)

[vmx_svga_SoftwareDeviceSettings]
HKR, , InstalledDisplayDrivers, %REG_MULTI_SZ%, vmx_fb
HKR, , VgaCompatible, %REG_DWORD%, 0
HKR, , DefaultSettings.XResolution, %REG_DWORD%, 1024
HKR, , DefaultSettings.YResolution, %REG_DWORD%, 768
HKR, , DefaultSettings.BitsPerPel, %REG_DWORD%, 32

That's what I changed...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...