Forum Discussion
/appvve equivalent
Thanks, I'm already very familiar with /appvve and RunVirtual :-)
I'm trying to find out whether MSIX will provide similar support for launching native applications inside a VE.
Not at this time, but it is something we can look into longer term.
- Arnout GrootveldJun 11, 2018Copper Contributor
Thanks, John!
If an MSIX-packaged Win32 application makes changes to the user profile (HKCU, %APPDATA%, %LOCALAPPDATA%, ...), will those changes always be isolated from the native profile? If so, is it possible to poke holes into that isolation at deployment time?
- Dian HartonoJun 11, 2018
Microsoft
I'd like to understand your scenario a bit more. We currently have no plans to poke holes during the deployment. The changes made by the user or application can only be seen by applications in the same MSIX container.
-Dian
- Arnout GrootveldJun 12, 2018Copper Contributor
Hi Dian,
I work at a large ISV on a product that allows roaming application settings across sessions and devices, independent of the Windows user profile.
For native Win32 applications, our agent can directly load and save these settings when the app starts and exits. For App-V apps, we use /appvve to launch our agent into the virtual environment, so that it can load and save the settings from inside of the bubble.
For MSIX I'd ideally see something like /msixve (:-), but if there would be another way for code running outside the VE to access the settings in the container, that might also work.
Happy to discuss this further if that's useful.
Thanks,
Arnout