<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.0.1">
</HEAD>
<BODY>
Hello,<BR>
I will prepare a windows installer for my application. The application need GStreamer for Windows. The installer has to download the installer and start the installer.<BR>
I have add the following command to the CMakeLists.txt file:<BR>
<BR>
SET(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
<PRE>
NSISdl::download http://ossbuild.googlecode.com/files/GStreamer-WinBuilds-GPL-x86.msi $INSTDIR\\\\GStreamer-WinBuilds-GPL-x86.msi
ExecWait 'msiexec /i \\\"$INSTDIR\\\\GStreamer-WinBuilds-GPL-x86.msi\\\" /passive '
Delete \\\"$INSTDIR\\\\GStreamer-WinBuilds-GPL-x86.msi\\\"
")
But when I start the installer, there is no download, no installation and no error message.
What's the reason?
Thanks
Ralf Lange
Dresden, Germany
</PRE>
</BODY>
</HTML>