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
 
Back
Top