How to get context menu for 7-zip in App-V 5.0
1. Sequencing 7-zip version 9.2(64-bit) on App-v 5.0 SP2
2. unable to get context menu after publishing package.
3. installed hotfix for sequencer provided by Microsoft. but same results.
4. Is any way to sequence context menu.
2. unable to get context menu after publishing package.
3. installed hotfix for sequencer provided by Microsoft. but same results.
4. Is any way to sequence context menu.
2 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
dunnpy
9 years ago
Your sequence must be published globally and the 'bitness' of everything must match.
Therefore, if you're sequencing a 64bit application your Sequencer and App-V client on the target computer must also be 64bit (and of course the OS).
The AppxManifest.xml will have entries for the shell extensions - you could verify they were picked up during sequencing to see whether you're experiencing a sequencing or a publishing issue.
Hope that helps,
Dunnpy
Therefore, if you're sequencing a 64bit application your Sequencer and App-V client on the target computer must also be 64bit (and of course the OS).
The AppxManifest.xml will have entries for the shell extensions - you could verify they were picked up during sequencing to see whether you're experiencing a sequencing or a publishing issue.
Hope that helps,
Dunnpy
Posted by:
jagadeish
9 years ago
Posted by:
pratikpawar
9 years ago
Top Answer
I believe you dont have to do anything special in app-v 5.0 for context menu.
refer the below link for 7zip recipe
http://rorymon.com/blog/?page_id=1953
Comments:
-
Yes, followed same process. but I might be missing some other thing thus not getting proper output.
It might be App-v client 5.0 configuration before publishing package. - akashrayban 9 years ago
Shell extensions are embedded in the package automatically during the sequencing process. When the package is published, the shell extension gives users the same functionality as if the application were locally installed. Requirements for using shell extensions are already mentioned by Dunnpy - jagadeish 9 years ago
Using 64-bit sequencer.
I have checked registry, its installed correctly.
Inprocserver (Default) location is set to "7-zip.dll" with exact location.
For App-V Client 5.0, is there any other registry need to configure before publishing package ? Which might be reason of not showing context menu. - akashrayban 9 years ago