<string>Run the server after installation has finished</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>RUN_SERVER=false</string>
<string></string>
<string>RUN_SERVER=true</string>
</stringlist>
</property>
<property name="toolTip" stdset="0">
<string>If checked the server will be run in the background after the installation has finished</string>
</property>
</widget>
<widget class="CheckBox">
<property name="name">
<cstring>logViewCheck</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>340</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>View installation log</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string></string>
<string></string>
<string>VIEW_LOG=true</string>
</stringlist>
</property>
<property name="toolTip" stdset="0">
<string>Uncheck this if you do not want to see the installation log. The log may provide important information in case of installation failure.</string>
</property>
</widget>
<widget class="CloseButton">
<property name="name">
<cstring>InstallButton</cstring>
</property>
<property name="geometry">
<rect>
<x>349</x>
<y>289</y>
<width>135</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>&Start Installation</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@logViewCheck
@runServerCheck
echo "Archive name: @gubedArchive"
echo "Target directory: @targetDirectory"
mkdir /tmp/gubed-install
cd /tmp/gubed-install
echo "Extracting the archive..." > /tmp/gubed-install-log
tar xfj @gubedArchive >> /tmp/gubed-install-log
dirName=`ls`
cd $dirName
echo "Compiling the server..." >> /tmp/gubed-install-log