Vista version for SW development

D

DavideIT

Hello everybody.
My company is a manufacturer and distributor of medical devices, specialized
in Cardiology and Neurology fields.
We are currently facing the SW development and debug under Windows Vista.
We noticed different behaviours among different versions of Vista.
Is there any "reference" Vista version to develop our software on?
A version such that, if the SW runs on it, it will run on all versions.
As far as we saw, Vista Home seems to be more critical.
 
M

Mark L. Ferguson

You want to be aware of the UAC status, and test for version. Using
Authenticode to sign your app will let you run most installs.
Any program (such as an installer) that requires administrative rights,
either due to legacy setup detection or to having a manifest that specifies
the requested execution level as policy settings, such as 'User Account
Control: Only elevate executables that are signed and validated', can also
prevent your installer from functioning if you do not sign your executable
file using Authenticode.

--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top