Hello fellow nerds <3
I am currently working on making an App-V 5.0 package for Microsoft Project and Visio 2013.
Since volume licensing is supported with SP2, I'd like to go for that option.
For testing I'm using a sequencer with the App-V 5.0 SP2 sequencer installed, seeing as I use this sequencer for 4.6 virtualizing as well, there is a Q: drive. Seeing as said Q: drive is empty, I've stored the setup.exe and configuration.xml file there.
So, here goes.
The configuration file looks something like this:
<Configuration>
Add SourcePath="Q:\office" OfficeClientEdition="64" >
<Product ID="ProjectProVolume">
<Language ID="en-us" />
</Product>
<Product ID="VisoProVolume">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="Q:\office" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Name="OfficeSetup.txt" Path="Q:\office" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
The command I type into an elevated CMD window is:
Q:\setup.exe /download Q:\configuration.xml
Files are being downloaded into Q:\Office at this point.
The next command I use is
Q:\setup.exe /packager Q:\configuration.xml Q:\appv
At this point, CMD says "Package created successfully". However a Office window pop up and say "something went wrong"
Where do I even begin to troubleshoot this?
Thanks, Thomas