Branch: Tag:

2009-03-10

2009-03-10 10:20:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AppSearch is now back to the default (50) position also for the InstallExecuteSequence, since it MUST be before LaunchConditions (at position 100).
Potential fix for self-test install failing due to lacking WSH.

Rev: server/etc/RoxenUI.wxs:1.77

1196:    <Custom Action="CustomTextA_SetProperty_EDIT3" After="CustomTextA_SetProperty_EDIT2" />    <Custom Action="CustomTextA_SetProperty_EDIT4" After="CustomTextA_SetProperty_EDIT3" />    <Custom Action="DIRCA_TARGETDIR" After="CustomTextA_SetProperty_EDIT4"><![CDATA[TARGETDIR=""]]></Custom> -  <!-- AppSearch After="DIRCA_TARGETDIR"/ --> +     <Show Dialog="WelcomeForm" After="IsolateComponents"><![CDATA[Installed="" AND NOT RESUME]]></Show>    <Custom Action="VSDCA_FolderForm_AllUsers" After="WelcomeForm"><![CDATA[Installed="" AND NOT RESUME AND ALLUSERS=1]]></Custom>    <Show Dialog="ResumeForm" After="VSDCA_FolderForm_AllUsers"><![CDATA[Installed="" AND RESUME]]></Show>
1398:    <Custom Action="CustomTextA_SetProperty_EDIT4" After="CustomTextA_SetProperty_EDIT3" />    <Custom Action="DIRCA_TARGETDIR" After="CustomTextA_SetProperty_EDIT4"><![CDATA[TARGETDIR=""]]></Custom>    <Custom Action="DONT_INSTALL_SERVICE" After="DIRCA_TARGETDIR">NOT VersionNT</Custom> -  <AppSearch After="DONT_INSTALL_SERVICE"/> -  <Custom Action="Override_CustomTextA_1" After="AppSearch">OLDCONFIGDIR&lt;&gt;""</Custom> +  <Custom Action="Override_CustomTextA_1" After="DONT_INSTALL_SERVICE">OLDCONFIGDIR&lt;&gt;""</Custom>    <Custom Action="Override_CustomTextA_2" After="Override_CustomTextA_1">OLDCONFIGDIR&lt;&gt;""</Custom>    <RemoveExistingProducts After="InstallInitialize" />    <StopServices Sequence="1900">VersionNT AND INSTALL_SERVICE="1"</StopServices>