How to determine default paper size using SCCM?
hi i am working open text imaging windows viewer and the app owner has asked for the following 6.Is it possible for SCCM to determine a workstations default paper size? If so, then we want the viewer setup for letter size paper for US locations and A4 for everyone else, for example:
Letter size paper:
[HKEY_CURRENT_USER\Software\IXOS\IXOS_ARCHIVE\Viewer\Printing\FAX]
"PaperSize"=dword:00000001
[HKEY_CURRENT_USER\Software\IXOS\IXOS_ARCHIVE\Viewer\Printing\TIF]
"PaperSize"=dword:00000001
A4 size paper:
[HKEY_CURRENT_USER\Software\IXOS\IXOS_ARCHIVE\Viewer\Printing\FAX]
"PaperSize"=dword:00000009
[HKEY_CURRENT_USER\Software\IXOS\IXOS_ARCHIVE\Viewer\Printing\TIF]
"PaperSize"=dword:00000009
i have created mst and can i know how i can include it in mst?
Thanks
Answers (1)
Sounds like you need to create a generic package, and then have two config packages to set the paper size - one for A4 and one for Letter that uses ActiveSetup to populate the keys for each user that logs on.
Then utilise your SCCM environment to target the Letter config package to your American cousins and target everyone else with the A4 config package.
You should be able to build a dynamic collection for the deployment based on either SCCM site configured or IP address - denoting a site/ip range in the US.
Hope that points you in the right direction.
Dunnpy
Comments:
-
so i have to include any logic in my script or it can be done by SCCM? - shilesh1982 12 years ago
-
and i have created mst so i have to iclude anything in mst? have to use active set up? - shilesh1982 12 years ago