<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/13 Wes Miller <span dir="ltr"><<a href="mailto:wmiller@sdr.com" target="_blank">wmiller@sdr.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Just some simple follow up questions.<br>
<br>
What do I "build" or "package" to (re)generate the set of msi's?   Or maybe<br>
a subset msi?<br>
 </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
    I have used VS to make MSIs  to package the MSMs from this package:<br>
         "cerbero package files_plugins_codecs_restricted 2>&1 | tee<br>
build.log"<br></blockquote><div><br></div><div>In cerbero you can define several kind of packages (take a look at cerbero/packages/package.py):<br></div><div>  * Package: creates a Merge Module in windows (.msm)<br>

</div><div>  * SdkPackage: group of Package merging Merge Modules into an Installer (.msi)<br></div><div>  * InstallerPackage: Similar to SdkPackage except that it only install Merge Modules to extend a current installation. (.msi)<br>

</div><div>  * App: creates an Installer for applications.<br><br></div><div>Calling "cerbero package base-system" will  create a merge module for the package base-system.<br></div><div>Calling "cerbero package gstreamer-sdk" will package all the Package included in this SdkPackage and create an Installer.<br>

<br></div><div>Merge Modules are useful to embed GStreamer into your application's installer in case you use VS. There is an explanation of the different deployment strategies here: <a href="http://docs.gstreamer.com/display/GstSDK/Deploying+your+application">http://docs.gstreamer.com/display/GstSDK/Deploying+your+application</a><br>

</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
How do I get the 1.0 msi's?  It sure looks like the 1.0 code got built!<br>
<br>
    Guess I could do the same trick as above.  I just need to find the set<br>
of 1.0 MSMs.<br>
<br>
And what is the correct install path for the MSIs?<br>
"c:\gstreamer-sdk\0.10\x86"?<br></blockquote><div><br></div><div>The default installation path is set by the variable install_dir (check packages/gstreamer-sdk/gstreamer-sdk.package).<br></div><div>For windows it's set to "gstreamer-sdk", which translates to c:\gstreamer-sdk\<api_version>\<arch> <br>

</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
    Using c:\program files\default company name\Setup1"  is ugly though it<br>
does "work"<br>
    if I then copy the tree there into the c:\gstreamer-sdk\0.10\x86 path.<br></blockquote><div><br></div><div>You can install it everywhere, it's completely relocatable provide you keep the original tree structure. <br>

<br></div><div>Cheers,<br>Andoni<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Cerbero-Follow-Up-tp4660546.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Cerbero-Follow-Up-tp4660546.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>