RickTuttle
MIS
I have been tasked with taking over our application packaging function. We use Wise to create Windows Installer packages for our Windows 2000 Pro clients that are then made available via SMS operating on Windows 2000 Server. Where can I find Microsoft's business rules for registry entries? For example, I have an application that does not define both the application and content type:
[HKEY_CLASSES_ROOT\.dwg]
@="AutoVue.Document"
"Content Type"="image/vnd.dwg"
Per MSDN ( it appears that both are required - but I need a definitive reference to insure my packages meet Window's standards, even if the vendor installation is lacking.
[HKEY_CLASSES_ROOT\.dwg]
@="AutoVue.Document"
"Content Type"="image/vnd.dwg"
Per MSDN ( it appears that both are required - but I need a definitive reference to insure my packages meet Window's standards, even if the vendor installation is lacking.