Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:400:
<Control Id="InstalledBannerText" Type="Text" X="9" Y="9" Width="255" Height="33" Transparent="yes"> <Text>{\VSI_MS_Sans_Serif16.0_1_0}Installing [ProductName]</Text> <Condition Action="show"><![CDATA[REMOVE=""]]></Condition> <Condition Action="hide"><![CDATA[REMOVE<>""]]></Condition> </Control> </Dialog> <Dialog Id="FinishedForm" Width="373" Height="287" Title="[ProductName]"> <Control Id="CloseButton" Type="PushButton" X="300" Y="261" Width="66" Height="18" Default="yes" Cancel="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}&Close</Text> <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
-
<Publish Event="DoAction" Value="StartBrowser">(REMOVE="") AND (START_SERVER="1")</Publish>
+
</Control> <Control Id="CancelButton" Type="PushButton" X="156" Y="261" Width="66" Height="18" Disabled="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}Cancel</Text> </Control> <Control Id="PreviousButton" Type="PushButton" X="228" Y="261" Width="66" Height="18" Disabled="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}< &Back</Text> </Control> <Control Id="BannerBmp" Type="Bitmap" X="0" Y="0" Width="375" Height="52" TabSkip="no" Text="DefBannerBitmap" /> <Control Id="Line1" Type="Line" X="0" Y="52" Width="375" Height="6"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine</Text>