66000

  • Thread starter Thread starter Pascal Bouchard
  • Start date Start date
P

Pascal Bouchard

When importing a inf file (printer driver), several files have destination
path set at %66000%; what does it mean and what will it imply when deploying
?
 
Thanks; crystal clear answer.

KM said:
Pascal,

The %66000% is usually expanded to something like
"%SystemRoot%\system32\CatRoot-\GUID". It is a "dynamic" path and the
installer
will usually associate it with SetupSetDirectoryId API call.

At run time you can check the path by calling to GetPrinterDriverDirectory
API.

http://msdn.microsoft.com/library/d..._e0288931-16eb-4ca0-8582-dd81639d5c99.xml.asp

http://groups-beta.google.com/group...ed&q=66000&qt_g=1&searchnow=Search+this+group
 

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

Similar Threads

What is the path for %66000%? 3
%66000% destination 1
Destination paths in Component Designer 3
Component Designer %66000% 5
Not Digitally signed 2
blue screen error 4
Another Stumper 1
Removing trailing zeros 13

Back
Top