Activation done by KMS – there is a need to have at least 5 computers with Office 2013 to start KMS activation!!!
Visio 2013 packaged by using Office Deployment Tool. First step is to change configuration.xml file, for Visio 2013 it should looks like below:
<Configuration>
<Add SourcePath="c:\Visio2013volume" OfficeClientEdition="32" >
<Product ID="VisioStdVolume">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
Then You run setup.exe /download configuration.xml
Next step is to create app-v package using Office Deployment Tool
setup.exe /packager package.xml c:\visio2013appv
Below is a sample package.xml
<Configuration>
<Add SourcePath="c:\Visio2013volume" OfficeClientEdition="32" >
<Product ID="VisioStdVolume">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE"/>
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="c:\Visio2013volume\logs" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
</Configuration>
Important notes:
Removal package
If You unpublished application it still persist some data on disk %ProgramData%\App-V\{PkgGUID}\{newVerGUID}. To remove all data use Remove-AppVClientPackge
Brak komentarzy:
Prześlij komentarz