|
|
hello everybody maybe someone can help me out... I'm confused, because i try to install windows 7 professional on ms surface pc. i complete the setup of windows 7 and have a running installation. if i take a look to the device manager there are two unknow
devices, one of them is a PCI Device, i think its the texas instrument's video/imaging controller. so i try to search for a driver and have not found yet. so how u install the windows 7 on the ms surface pc, do u write your one drivers? because this video
shos a booting windows 7 on the ms surface pc. http://www.youtube.com/nesherhh are there some hack??? best regards michael
|
|
Coordinator
Jun 15, 2010 at 7:15 PM
|
Have you installed Surface Runtime?
|
|
Jun 16, 2010 at 7:02 AM
Edited Jun 16, 2010 at 8:41 AM
|
hello nesher (guten morgen)
thx for the quick reply, no don't have surface runtime installed, because the .exe do not allow to install on win 7 so i have to change something in the .exe with a HEX-Editor or Debug and manipulate.
or maybe u can give me a hint how install it on win7?
cheers michael
grüsse aus der schweiz
|
|
|
|
hello again
okay i was abel to make everything work on the ms surface, also the surface shell work now on windows 7 prof. but now i try to use multitouch service...
how i get there the surface provder in the multitouch WPF.exe
best regards
michi
|
|
|
|
Hey Michael,
the Surface SDK Runtime will install the camera driver. The Surface SDK Runtime is NOT the
Surface SDK Workstation Edition which can be found on the internet. This version will only install on a desktop pc, not on the surface unit itself. I hope, you made a backup of your original Vista partition or installed Win7 on a separate partition, because
you might need the Vista partition to get the Runtime Installation file.
- You need to get the SurfaceSDK.exe which came with your Surface Unit, it's located somewhere on the Vista-Partition, maybe in
C:\SurfaceInstaller.
- Extract the MSI Installer by running SurfaceSDK.exe /extract <Path> on the command line.
- You need to install the Orca Tool to patch the installation file. It is included in the Windows SDK, which was installed with your Visual Studio. Usually located in
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\Orca.msi
- Open the SurfaceSDK.msi with the Orca tool and patch the file, so you can
install it on Win7
with Visual Studio 2010 and install it.
- The camera hardware will now be recognized.
- To install the Surface Apps you will have to compile them. They are located in
C:\Program Files\Microsoft SDKs\Surface\v1.0\Samples. Extract the archive file and run InstallSamples.bat to compile them.
- Before you can use SurfaceShell and SurfaceInput you will have to calibrate the Surface Unit. Run
C:\Program Files\Microsoft Surface\v1.0\CalibrateVS_v1.exe /a to do a full calibration. You will need the
calibration board for that and a second monitor to control the camera picture during calibration.
Regards (aus Ulm),
HeBu.
|
|
|
|
To compile the SurfaceInputProvider you first have to install the
XNA Framework 3.1. Now compile the MultiTouchVista solutions:
- Multitouch.Framework.sln: Open Configuration Mananger in VS2010 and uncheck the Multitouch.Framework.WPF.Tests project before building the solution
- Multitouch.Driver.sln: Open Configuration Mananger in VS2010 and uncheck the Multitouch.Driver.Tests project before building the solution
- Multitouch.Service.sln: Open Configuration Mananger in VS2010 and uncheck the Multitouch.Service.Tests project before building the solution
- Multitouch.InputProviders.sln: Switch to "Debug with Surface" configuration before building the solution. Check if the SurfaceInputProvider was compiled into
.\Main Source\Output\AddIns\SurfaceProvider
- Multitouch.Configuration.sln: Build the solution.
Now go to .\Main Source\Output\ and first run the Multitouch.Service.Console.exe and then the
Multitouch.Configuration.WPF.exe to select the SurfaceInputProvider.
|
|
Oct 26, 2011 at 6:11 PM
Edited Oct 26, 2011 at 6:42 PM
|
Thanks for the post
|
|
|
|
Hi HeBU
What I was trying to achieve to Install Windows 8 on my Surface 1.0. I am able to work the touch inputs inside the surface shell. I would like to use the surface as regular touch device (Desktop and immersive mode).
I could see surface input under Multitouch.Configuration.WPF.exe. But my touch inputs are not recognized.
Thoughts?
Thanks
Savi
|
|
|
|
Hi Savi,
as I already mentioned via private message, you must have the Microsoft Surface SDK Runtime installed. The SurfaceInputProvider of MultiTouchVista is working as a layer between the Windows 7 touch input and the SDK's SurfaceInput Tool -- i.e.: No Surface
SDK, no touch input. Since you mention, that you can interact with the Surface Shell, you seem to have the Runtime installed. But sadly, I don't know if the MultiTouchVista driver is working on a Windows 8 system. I just tested it on a Windows 7 system. Maybe,
the MultiTouchVista driver is creating Windows 7 compatible touch events, which are not recognized by the Windows 8 system.
Regards,
HeBu
|
|
|
|
Hi HeBu,
I am in the process of getting the touch inputs working with Windows 8; however, I am unable to retrieve Surface SDK from the Vista Partition as it no longer exists. Is there a place to download this file or do I need to contact Microsoft to help me reestablish
my Vista partition? The hidden recovery was removed as well prior taking over this project.
Thank you,
Drew
|
|
|
|
Hi Drew,
there is no download of the Surface Runtime Installer. But you might want to contact the Surface Business Desk (sbizdesk):
http://www.microsoft.com/surface/en/us/contactus.aspx
Regards,
HeBu
|
|
|
|
Thanks for getting back to me! I am running a recovery right now to extract the SDK from the deleted partition. Hopefully all will go well with that; otherwise, I will be contacting them.
Thanks again!
Drew
|
|
|
|
I keep reading that you guys have achieved the ability to run the Surface Shell under Windows 7 and (I'm assuming) Windows 8 (Dev preview). I have tried and failed at this in both windows 7 and windows 8 (Release Preview). How do you accomplish
this in Windows 7? I have tried installing the ATI drivers (thinking this was the issue) and I have tried using all combinations of compatibility mode with not success.
|
|
|
|
Thanks for posting up these notes.
I have been able to get the surface SDK to run as expected atop windows 7 but I am stuck at getting the MultiTouchVista solutions to do anything.
I can bring them up in vs2010 and make the changes as noted and compile them just fine. But I cannot confirm any multitouch events are getting caught by them.
Anyone have any ideas on what may be getting in the way etc?
thanks
|
|