App-V 4.6 sequencer
Hi Techies,
I'm new to application virtualization. I am using appv 4.6 to sequence the application. I don't have any idea to deploy the package in client machine. So i hope u guys help me out from this situation. I believe knowing sharing will improve our knowledge more. Thanks for reading and reply me with answers or suggestions.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
rileyz
7 years ago
Posted by:
rad33k
7 years ago
Hi,
first of all you need to install AppV Client on a target machine(s).
There are few options to deploy/publish the AppV package:
1. Publish to specific AD user's group through AppV Management Console (ofc if you have got Client-Server infrastructure)
2. Deploy via SCCM
3. Install locally MSI created by the sequencer
4. Execute SFTMIME.EXE commands on a target machine:
SFTMIME.EXE ADD PACKAGE:"APP NAME" /MANIFEST <manifest-path.XML> /GLOBAL
SFTMIME.EXE LOAD PACKAGE:"APP NAME" /SFTPATH <SFT-path.SFT>
If you are publishing package on a test machine without AppV server connected, you would need to switch client to stand-alone mode by setting these registry entries and then option 3 or 4.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration\AllowIndependentFileStreaming = 1
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration\RequireAuthorizationIfCached = 0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Network\AllowDisconnectedOperation = 1
first of all you need to install AppV Client on a target machine(s).
There are few options to deploy/publish the AppV package:
1. Publish to specific AD user's group through AppV Management Console (ofc if you have got Client-Server infrastructure)
2. Deploy via SCCM
3. Install locally MSI created by the sequencer
4. Execute SFTMIME.EXE commands on a target machine:
SFTMIME.EXE ADD PACKAGE:"APP NAME" /MANIFEST <manifest-path.XML> /GLOBAL
SFTMIME.EXE LOAD PACKAGE:"APP NAME" /SFTPATH <SFT-path.SFT>
If you are publishing package on a test machine without AppV server connected, you would need to switch client to stand-alone mode by setting these registry entries and then option 3 or 4.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration\AllowIndependentFileStreaming = 1
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration\RequireAuthorizationIfCached = 0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Network\AllowDisconnectedOperation = 1
Posted by:
Badger
7 years ago
If you have got as far as sequencing the application, as noted above, install teh App-V client.
there should be an MSI created that you can use to 'install' the virtual app. Dont read too much into it, the MSI just tells the App-v client all about the application and 'loads it' so users can run it.
Pay particular attention to the key above..AllowIndependentFileStreaming = 1