- Why the Flag files in OSD Scripts should be saved in Virtual File System instead of Physical System
- How to create default.sprj file.
November 6, 2009
More App-V Interview Questions
October 27, 2009
App-V Interview Questions
- What is App-V Sequencing
- What is VFS Sequenging
- What is MNT Sequencing
- What is SystemGuard
- What are the protocols supported for streamming
- What is active upgrade
- Which applications can be sequenced.
- How to manage exclusion list
- Can network shortcut applications be sequenced
- Can host files be sequenced
- Define the normal upgrade process
- What precausions are needed while sequencing
- How reboots are handled while sequencing
- Can all types of services be sequenced
- Why application is launched more then once while sequencing.
- How much disk space is required on sequencing machine
- Which hardware component be updated to get better performance in sequencing process.
- What is a suite and how we can create them
- What is the difference between update and active upgrade
- What is the difference between suite and dynamic suite
- Why only Q drive is necessary for sequncing can we have any other also.
- Name few disadvantages of using SCCM server for deploying App-V Applications
- Name few advantages of using SCCM server for deploying App-V Applications
January 16, 2009
SFTSequencer.com failes with “Installer failed in execution”
Resolution:
shutdown the windows update service.
December 16, 2008
FAQ: AppV : Can I stream application if it was sequenced on other OS
Short Answer is Yes & No.
Long Answer: If the application was sequenced on WinXP and streamed on Vista then there is more chances for the application to work but reverse is not recommended.
September 17, 2008
FAQ: App-V: How to use the custom Exclusion List while Sequencing
Steps to create the custom exclusion list.
- Launch the AppV sequencer.
- Goto Tools -> Options
- Select “Exclusion Items” tab
- Add new exclusion items using “New Button”
- When all the exclusion items are added then press “Save As Default” button
- Copy the default.sprj file from “C:\Program Files\Microsoft Application Virtualization Sequencer\” or the folder where the sequencer was installed to some network share from where it can be accessed later.
Using the custom exclusion list
- Copy the saved default.sprj file to “C:\Program Files\Microsoft Application Virtualization Sequencer\” before launching the Sequencer.
- When launched the sequencer will take the exclusion list from the default.sft file.
May 13, 2008
PitHole: MAV: Error code: 0000C81D
Error:
Unable to import OSD file. The file specified is not a valid SoftGrid OSD file. Please ensure the file conforms to the SoftGrid OSD file schema and contains well formed XML. Error code: 0000C81D
When:
When importing the package using SPRJ or OSD file:
Cause:
OSD File is missing or NAME Tag inside OSD File is greater then 64 Char length.
May 8, 2008
FAQ: Resolving the “ImportError: No module named decimal” Error
Error Message:
ImportError: No module named decimal
Description:
Error occurs when executable created using pyinstaller is executed which uses pymssql module
Resolution:
import decimal in the python program
If you are using pymssql module in python program and creating
April 25, 2008
FAQ: MAV: Removing the Servers from the Softgrid Management consoles.
Delete / rename the SftMMC which is located at “%appdata%\Microsoft\MMC” directory will remove all the settings and sever details also from the Softgrid Management Consoles.
March 31, 2008
FAQ: How to enable file streaming in softgrid 4.5
The File Streaming can be enabled in 4.5 by setting the following key to 1 (DWORD)
HKLM\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration\AllowIndependentFileStreaming
March 11, 2008
Can I virtualize hosts file.
No, hosts file can not be virtualized using Microsoft Softgrid Application Virtualization technique.
February 3, 2008
Softgrid FAQs : Why I am getting the “Invalid directory” error message.
I have only seen this error message under following conditions.
- OSD is referring of a Network file under script or FILENAME tag which user can not access.
- WORKINGDIR tag refers to a directory which does not exist.
- WORKINGDIR tag contains directory name is between Q0tes (“”)
January 31, 2008
Softgrid FAQs : When it is safe to remove the WORKINGDIR Tag
It might be safe to remove the workingdir tag only if
-
When launching the app you are getting Invalid dir error.
January 30, 2008
Softgrid FAQs : Blank Icons on published Applicataions.
I have seen this due to two reasons.
-
While capture the icons were not captured properly:
-
Resolution: Extract the icons from the executable and then use it.
-
-
The icons does not have proper icons size 16×16
-
Resolution: Extract the icons from the executable and then use it
-
Note: One can use iconsucker, IconSnatcher or similar tool. Always remember to save the icon in 16×16 size and do not forget to update the OSD files to point to the new icons.
October 15, 2007
Softgrid Helper.
I have developed a new tool which can be used to cleanup the cache of softgrid client, refresh specific softgrid server or refresh all server.
Download it from here http://sourceforge.net/projects/softgridhelper/