<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/25 Kyle <span dir="ltr"><<a href="mailto:zeranoe@gmail.com" target="_blank">zeranoe@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I'm trying to compile the MSI installer on a Windows machine that includes the GStreamer SDK.<br>
<br>
Is there any way to not run all of Cerbero and just build the MSI installers? I would just like to see how Cerbero builds the installers so I can build my own that match.<br>
<br>
I've tried to look into the python scripts to see how, but my understanding of Python is not where it needs to be.<br>
<br>
Thanks a lot in advance.<br></blockquote><div><br></div><div>Recreating the installer with the same files looks a bit useless, but it's still possible to do it without recompiling everything and provide you selected to install everything. Follow the instructions in the docs to install WiX and create a new config file with the installation prefix where you installed the SDK (check the arch path is correct):<br>

<br></div><div>prefix = 'c:/gstreamer-sdk/0.10/x86/'<br><br></div><div>and run<br><br></div><div>./cerbero-uninstalled -c new_config.cbc package gstreamer-sdk --skip-deps-build<br><br></div><div>The --skip-deps-build paramater will start the packaging without building all the dependencies.<br>

<br></div><div>Cheers,<br></div><div>Andoni<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Best regards,<br>
  Kyle (Zeranoe)<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>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>