Friday, January 4, 2013

Sequencing PrintScreen 4.7

Type of Sequencing : MNT
Sequencer : 4.6 SP1
OS : Win7(x 64)


Issue : 1) We had an issue when printing an image from the virtualized PrintScreen and the application was throwing an error as shown below :



2) The users wanted to start the PrintScreen process automatically when logged-in and not by launching the shortcut everytime they login as the hot keys of the keyboard work only when the process is running.

Solution : 1) Register the PrintScreen.dll in the bubble within an OSD as shown below:

<SCRIPT EVENT="LAUNCH" TIMING="PRE" WAIT="FALSE" PROTECT="TRUE" EXTERN="TRUE">
<SCRIPTBODY>regsvr32 %SFT_MNT%\Print Screen\Print Screen.dll /s</SCRIPTBODY>
</SCRIPT>

Remove EXTERN=TRUE if its a 32 bit dll

Note : When setting the EXTERN parameter to TRUE scripts are executed from a 64bit command prompt.

2) Add a shortcut in startup.


No comments:

Post a Comment