Thursday, January 27, 2011

Sequencing Apple QuickTime 7.5

Type of Sequencing : MNT
Sequencer : 4.6(x86)
OS : Win7

Error : The application fails to look for the QuickTime.qtp config file inside the virtual  bubble.

Solution : Edit the OSD to copy the qtp file to the local machine as shown below :

<SCRIPT EVENT="LAUNCH" PROTECT="TRUE" TIMING="PRE" WAIT="TRUE">
<SCRIPTBODY>MD "%USERPROFILE%\AppData\LocalLow\Apple Computer\QuickTime\"</SCRIPTBODY>
  </SCRIPT>
<SCRIPT EVENT="LAUNCH" PROTECT="TRUE" TIMING="PRE" WAIT="TRUE">
<SCRIPTBODY>if not exist "%USERPROFILE%\AppData\LocalLow\Apple Computer\QuickTime\QuickTime.qtp" copy "Q:\8.3\QuickTime.qtp" "%USERPROFILE%\AppData\LocalLow\Apple Computer\QuickTime\"</SCRIPTBODY>
  </SCRIPT>

Sequencing IBM Lotus Notes 4.6

Type of Sequencing : MNT
Sequencer : 4.6(x86)
OS : Win7

Error : After launching the shortcut the task bar menu shows as " IBM Lotus Notes 4.6 launching" but the application automatically shutsdown without any application launch window.

Solution : This is because of the incorrect path in Notes.ini file under C:\windows.
Open the sequenced version for upgrade and edit the Notes.ini file under Q:\8.3\VFS\CSIDL_Windows
As we hav done an MNT we have to edit the Notes.ini file as mentioned below.

Original
Directory=c:\notes\data
WinNTIconPath=c:\notes\data\W32
FileDlgDirectory=c:\notes\data

Modified

Directory=Q:\8.3 Name\notes\data
WinNTIconPath=Q:\8.3 Name\notes\data\W32
FileDlgDirectory=Q:\8.3 Name\notes\data

Monday, January 24, 2011

Sequencing Adobe Photoshop 7.0

Type of Sequencing : MNT
Sequencer : 4.6(x86)
OS : Win7

Error : When Adobe Gamma loader shortcut is launched the user will get a popup error as shown in the below screenshot

Solution : Edit the working directory tag and  keep it empty <WORKINGDIR/>
Note : The Adobe Gamma Loader shortcut when launched just runs a process in the background and automatically shutsdown.
The same is applicable for Microsoft Powerpoint Viewer 2007 as it throws the same error as mentioned above

Sunday, January 23, 2011

Sequencing Statgen Readycash v1.0

Type of Sequencing : MNT
Sequencer : 4.5
OS: WinXP

Error:





Solution : Uncheck Security Descriptors checkbox before saving the sequenced application