Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Upgrade a driver for Win7 x64

Reply
Thread Tools Display Modes

Upgrade a driver for Win7 x64

 
 
Roberto Agostino
Guest
Posts: n/a

 
      08-22-2010
Hi all.

I have WinDDK (7600.16385.0) and I produced an application to manage from
command line a driver (install, config and remove it). This application has
been made and tested for Win XP e Vista, and so it is ok.

If I would to upgrade it for Win7 x64... what are the things I have to
analyze? Is it enought to recompile the programs in the right build
enviroment?

Thanks for your help.

R.


 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      08-22-2010
> If I would to upgrade it for Win7 x64... what are the things I have to
> analyze? Is it enought to recompile the programs in the right build
> enviroment?


Probably even the old XP tool will work.

Is the driver PnP?

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
Roberto Agostino
Guest
Posts: n/a

 
      08-25-2010
More precisly, I have made a tool that install a ramdisk driver. All this
works in Windows XP and Vista.

Because someone tells me that he should take advantages of the new features
of Win7 x64, I tries to recompile the ramdisk driver on an enviroment build
for Win7 x64 and give him the produced one, but the mounter tools does not
succeed to mount the driver...

so I am here to asking what is that needs to be done.

I know that the mounter tool, using the API of SetupAPI.dll, updates the
driver as it was a PnP.

Thanks for your reply.


"Maxim S. Shatskih" <> ha scritto nel
messaggio news:eA$...
> If I would to upgrade it for Win7 x64... what are the things I have to
> analyze? Is it enought to recompile the programs in the right build
> enviroment?


Probably even the old XP tool will work.

Is the driver PnP?

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com


 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      08-25-2010
Also, make sure that your tools that use SetupAPI are 64-bit on 64-bit OS.
32-bit apps on x64 OS call the wrong SetupApi , or something like that
(google for similar questions).

-- pa

"Roberto Agostino" <> wrote in message
news:#...
> More precisly, I have made a tool that install a ramdisk driver. All this
> works in Windows XP and Vista.
>
> Because someone tells me that he should take advantages of the new
> features of Win7 x64, I tries to recompile the ramdisk driver on an
> enviroment build for Win7 x64 and give him the produced one, but the
> mounter tools does not succeed to mount the driver...
>
> so I am here to asking what is that needs to be done.
>
> I know that the mounter tool, using the API of SetupAPI.dll, updates the
> driver as it was a PnP.
>
> Thanks for your reply.
>
>
> "Maxim S. Shatskih" <> ha scritto nel
> messaggio news:eA$...
>> If I would to upgrade it for Win7 x64... what are the things I have to
>> analyze? Is it enought to recompile the programs in the right build
>> enviroment?

>
> Probably even the old XP tool will work.
>
> Is the driver PnP?
>
> --
> Maxim S. Shatskih
> Windows DDK MVP
>
> http://www.storagecraft.com
>
>

 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      08-25-2010
> Because someone tells me that he should take advantages of the new features
> of Win7 x64


And why do you need these new features?

Also note that, for Win7 x64, the driver must be signed.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      08-25-2010
Yes, correct.

32bit setupapi on 64bit system is just plain defunct.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

"Pavel A." <> wrote in message news:76E2F28B-7595-41F0-9635-...
> Also, make sure that your tools that use SetupAPI are 64-bit on 64-bit OS.
> 32-bit apps on x64 OS call the wrong SetupApi , or something like that
> (google for similar questions).
>
> -- pa
>
> "Roberto Agostino" <> wrote in message
> news:#...
>> More precisly, I have made a tool that install a ramdisk driver. All this
>> works in Windows XP and Vista.
>>
>> Because someone tells me that he should take advantages of the new
>> features of Win7 x64, I tries to recompile the ramdisk driver on an
>> enviroment build for Win7 x64 and give him the produced one, but the
>> mounter tools does not succeed to mount the driver...
>>
>> so I am here to asking what is that needs to be done.
>>
>> I know that the mounter tool, using the API of SetupAPI.dll, updates the
>> driver as it was a PnP.
>>
>> Thanks for your reply.
>>
>>
>> "Maxim S. Shatskih" <> ha scritto nel
>> messaggio news:eA$...
>>> If I would to upgrade it for Win7 x64... what are the things I have to
>>> analyze? Is it enought to recompile the programs in the right build
>>> enviroment?

>>
>> Probably even the old XP tool will work.
>>
>> Is the driver PnP?
>>
>> --
>> Maxim S. Shatskih
>> Windows DDK MVP
>>
>> http://www.storagecraft.com
>>
>>

 
Reply With Quote
 
Roberto Agostino
Guest
Posts: n/a

 
      08-25-2010
Thanks to all for your contributions.

@Maxim
The project in topic is:
http://code.msdn.microsoft.com/ramdisktools

and the answer to your question is in the discussion area.

Thank you.


"Maxim S. Shatskih" <> ha scritto nel
messaggio news:...
> Because someone tells me that he should take advantages of the new
> features
> of Win7 x64


And why do you need these new features?

Also note that, for Win7 x64, the driver must be signed.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Skype set up jojo73 Windows Update 4 04-01-2010 12:16 PM
DTM Studio 1.5 New Submission Fails Ken Spikowski Windows Vista Drivers 1 02-25-2010 06:52 PM
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
cannot install Vista ACPI error Salsakidd Windows Vista Installation 6 10-10-2007 10:12 AM
Vista auto-reboot after install OrangeGuy Windows Vista Installation 4 02-07-2007 02:05 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59