When converting Office 2013 Click-to-Run to an App-V package using the Office Deployment Toolkit (ODT), with the command line:
C:\ODT\setup.exe /packager C:\ODT\configuration.xml C:\OF2013
the following error is displayed:
This is because before a package can be converted, it first needs to be downloaded using:
C:\ODT\setup.exe /download C:\ODT\configuration.xml
Then re-run the command and see if it is successful.
Comments are closed