Friday, 9 September 2011

Testing App-V apps using the generated MSI

If you want to test your virtual apps just after you sequence them you can use the MSI that is generated.

But before you can run the msi, you must copy the package locally and install your App-V client in standalone mode.

You can do that with this command:

Setup.exe /s /v"/qn SWICACHESIZE=\"12144\" SWISKIPDATASETTINGS=\"false\" SWIGLOBALDATA=\"C:\AppVirt\Global\" SWIUSERDATA=\"^%APPDATA^%\" SWIFSDRIVE=\"Q:\" REQUIREAUTHORIZATIONIFCACHED=\"0\" ALLOWINDEPENDENTSTREAMING=\"1\" AUTOLOADONLAUNCH=\"0\" AUTOLOADONLOGIN=\"0\" "

If you don't install it in standalone mode or copy the package locally you will get an Access Denied.

No comments:

Post a Comment