Jump to content

Visio and Project in App-V 5 using click-to-run


Recommended Posts

Guest JustSomeDumbITGuy
Posted

I am trying to create App-V packages for Project 2016 and Visio 2016 using the Office click-to-run version 16.0.8311.3600.

 

 

I create project.xml with the following:

 

 

<Configuration>

 

<Add SourcePath="c:\appv" OfficeClientEdition="64" Channel="Current">

<Product ID="ProjectProRetail">

 

<Language ID="en-us"/>

 

</Product>

</Add>

<Display Level="None" AcceptEULA="TRUE"/>

<Updates Enabled="FALSE"/>

<Property Name="AUTOACTIVATE" Value="1"/>

<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>

<Property Name="SharedComputerLicensing" Value="0"/>

<Property Name="PinIconsToTaskbar" Value="FALSE"/>

 

</Configuration>

 

 

I then do setup.exe /download c:\appv\project.xml and the latest office source is downloaded OK to c:\appv.

 

Then I run setup.exe /packager c:\appv\project.xml c:\appv\projectpro and it generates an App-V package in that folder.

 

 

However, no matter what I have in xml file, either ProjectProRetail only or VisioProRetail only, the App-V package always contains both applications. How can I make it create an App-V package for only Project and only Visio?

 

Continue reading...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...