Page 1 of 1

HOW TO.... Third part software

PostPosted: 17.05.2014, 11:03
by gconcu
Hi, I'd like to know how to use the software installation of third-part software when start Update installer.
I'd like to add ZUNE support.
Thanks.

Re: HOW TO.... Third part software

PostPosted: 17.05.2014, 12:45
by mbathen
May be this is helpful? viewtopic.php?f=7&t=3611

Re: HOW TO.... Third part software

PostPosted: 17.05.2014, 14:13
by gconcu
Thanks!
I have InstallCustomSoftware.cmdt, I renamed to *.cmd but is empty.
I need to insert the name of package into cmd file?

Re: HOW TO.... Third part software

PostPosted: 17.05.2014, 19:54
by aker
For Zune I found this:

:arrow: http://answers.microsoft.com/en-us/musi ... 54b07bf84e

I would suggest to use this command:
Code: Select all
ZuneSetupPkg.exe /qb! /accepteula

Put the following line into InstallCustomSoftware.cmd:
Code: Select all
..\..\software\ZuneSetupPkg.exe /qb! /accepteula