Microsoft technology for virtualizing applications into services
Questions tagged [appv]
47 questions
1
vote
1 answer
Virtual Java1.6 detected while trying to acces Java 1.8 physical files
My machine has Java 1.8 physical application installed and Java 1.6 virtual application installed.When shortcut related to JAva 1.8 is launched its taking java 1.6 virtual files and it fails.
This is the code I observed when I selected "detail" tab…

rajitha p
- 11
- 1
1
vote
1 answer
How to tell the virtual folder that an App-V package thinks it's running in
Looking at a virtualised application process, and it tells me that the path is %LOCALAPPDATA%\Microsoft\AppV\Client\Integration\76BAA2C3-BA7E-42EA-A8E3-5B7176CE7B40\Root\syst\MyApp.exe
But that I really want to know is "Is it the application which…

Andrew Ducker
- 5,308
- 9
- 37
- 48
0
votes
2 answers
Microsoft Edge Chromium and an App-V'ed plugin
I'm experiencing the combination of a locally installed Microsoft Edge Chromium Enterprise Edition and Microsoft App-V. I try to App-V a browser plugin for a locally installed Microsoft Edge Chrome Enterprise.
I have an App-V bubble and Internet…

MassStorage
- 23
- 5
0
votes
1 answer
Sequencing App-V to install/point to original application location
I am not sure if I am posting this on the right section. Also forgive my limited terminolgy.
Is it possible for the sequencing process to install the application in its original folder location?
For example, the locally installed application would…

David
- 127
- 3
- 10
0
votes
2 answers
Trying to launch Microsoft Edge Chromium in a new process for Java App-V
We are trying to migrate from internet explorer to Microsoft Edge chromium. We have a couple applications which require Java, we used to have internet explorer web application shortcuts using the "-noframemerging" paramater so we can sideload Java…

Dextraa1979
- 1
- 1
- 1
0
votes
1 answer
Proper way of starting virtual process
With app-v 5.1 sequencer, i packaged files in
[{AppVPackageDrive}]\folder1\folder2\app.exe
and have put .appv package in network share
\\192.168.0.2\…\package.appv
Now, from client machine i want to run this app-v package.
This is what i did in…

kenemete2
- 47
- 7
0
votes
1 answer
App-V Virtual Process and local filesystem?
I run this code in powershell:
$AppVName = Get-AppvClientPackage
Start-AppvVirtualProcess -AppvClientObject $AppVName cmd.exe
then i write file with cmd command; the file is persisted on host filesystem. Is this normal behavior, i thought…

kenemete2
- 47
- 7
0
votes
1 answer
Is there support for SQL Server 2017 as App-V 5.1 Management Database?
Is there support for SQL Server 2017 as App-V 5.1 Management Database? The documentation here https://learn.microsoft.com/en-us/microsoft-desktop-optimization-pack/appv-v5/app-v-51-supported-configurations doesn't say that SQL Server 2017 is…

aazeem
- 844
- 1
- 12
- 23
0
votes
1 answer
Ca I create an APP-V FileNet IDM Desktop package?
We have created an APP-V Package for FileNet IDM 4.0.3. The packaging process worked correctly but when I try to start the app the IDMObjects. Neighborhood. 4.0 can be found.
Any idea? Or does anyone has an manual to package the IDM desktop?

Michael
- 189
- 1
- 1
- 11
0
votes
1 answer
How to sequence an webserver like nodejs or kestrel in app-v?
i need to have a webserver in an app-v container.
I could not find examples how to sequence and configure a webserver with app-v.
Are there examples available for sequencing e.g. nodejs or even .net core webserver kestrel?
Thank you for the…

Simon
- 87
- 5
0
votes
1 answer
App-V 5 Package Import to SCCM via PowerShell Manifest Error
I am attempting to automate the import of App-V 5 packages into SCCMv1802 via PowerShell. I am using the suggested Add-CMAppvDeploymentType command, targeting the package manifest file. I get an error message (see below) referring to the package…

SolidSid
- 319
- 1
- 10
0
votes
1 answer
What is the App-V 5.0 alternative to sfttray \launch without the \exe parameter in PowerShell?
I'm trying to transition a set of Powershell scripts that launches App-V applications, after upgrading the App-V server from version 4.x to 5.x. Previously, I used the following command to do so:
sfttray.exe /launch $appName
The sfttray command…

aquemini
- 950
- 2
- 13
- 32
0
votes
1 answer
How to set local files package of appv 5.1 on a server
I have to install and configure Microsoft Application Virtualization v5.1 (known as appv 5.1). I have already installed the server side on a WS2012R2 (SQL is on too), the sequencer and client are on W10 and my domain controller is on a WS2016.
I…

ssoflashy
- 1
- 3
0
votes
0 answers
Appv V5.1 - some files are not sequencing correctly
I am trying to sequence an application in V5.1 that currently works fine in v4.6. I have tried to do the conversion and also do a brand new sequence but on both occasions, when the sequenced app is run it errors with "The program can't start…

Wayne Shepherd
- 75
- 2
- 8
0
votes
0 answers
How can I call a virtualised instance of excel in a VB script?
I have the following vb script, which opens a sheet from a .xlsx file and saves it as a csv file:
if WScript.Arguments.Count < 3 Then
WScript.Echo "Error! Please specify the source path and the destination. Usage: sheet2csv SourcePath.xlsx…

user667489
- 9,501
- 2
- 24
- 35