Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Who has the setupdrv program source?

Post Reply
alfei
Posts: 7
Joined: 2004-11-16 07:28
Contact:

Who has the setupdrv program source?

Post by alfei »

I want o write a program to install driver & vnc,
how to do it?
Who has the setupdrv program source?
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Setupdrv.exe is build with latest ddk.
You need at least the XP ddk kit (available via msdn subscription)

There is nothing that can be customized in the code, do you require a special setup for it ?
alfei
Posts: 7
Joined: 2004-11-16 07:28
Contact:

Thanks your reply when you are busy in developing RC19

Post by alfei »

I want to know how to wrte a program to install a virtual hardware.
I find your program do it better than I write, so I want the source.


Do the newest DDK has the example source?
How to get it?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

The latest ddk can be optained from MS via msdn subscription
(operating systems around 700$ a year) or you can buy there DDK suite cdrom (200$)

Try to google for ddk downloads, i'm sure you can find some downloads on the net

The sample code is "devcon", this is a command line version of the device manager.
You can do with "devcon" all things you can do via the device manager.

The installer setupdrv.exe can easy be included in other code as a system("") command, see bat files for syntax.
alfei
Posts: 7
Joined: 2004-11-16 07:28
Contact:

Thanks very much!

Post by alfei »

Now I download DDK and study it.

All OK.

:)
Post Reply