|
@@ -23,7 +23,7 @@ limitations under the License. -->
|
|
<CustomAction Id="SET_AMB_LAYOUT" Property="AMB_LAYOUT" Value="[%APPDATA]\amb_install\ambariproperties.txt" />
|
|
<CustomAction Id="SET_AMB_LAYOUT" Property="AMB_LAYOUT" Value="[%APPDATA]\amb_install\ambariproperties.txt" />
|
|
<CustomAction Id="Upgrade" BinaryKey="GUI" ExeCommand="upgrade [OLDERVERSIONBEINGUPGRADED]" />
|
|
<CustomAction Id="Upgrade" BinaryKey="GUI" ExeCommand="upgrade [OLDERVERSIONBEINGUPGRADED]" />
|
|
<CustomAction Id="GUI" BinaryKey="GUI" ExeCommand="gui [OLDERVERSIONBEINGUPGRADED]" />
|
|
<CustomAction Id="GUI" BinaryKey="GUI" ExeCommand="gui [OLDERVERSIONBEINGUPGRADED]" />
|
|
- <CustomAction Id="InstallCommand" Property="InstallDeferred" Value=""cmd.exe" /c "set START_SERVICES=[START_SERVICES] && set HDP_LAYOUT=[HDP_LAYOUT] && set AMB_LAYOUT=[AMB_LAYOUT] && [AMBARI_SETUP_TOOLS]bootstrap_install.cmd [AMBARI_SETUP_TOOLS]"" />
|
|
|
|
|
|
+ <CustomAction Id="InstallCommand" Property="InstallDeferred" Value=""cmd.exe" /c "set RECREATE_DB=[RECREATE_DB] && set START_SERVICES=[START_SERVICES] && set HDP_LAYOUT=[HDP_LAYOUT] && set AMB_LAYOUT=[AMB_LAYOUT] && [AMBARI_SETUP_TOOLS]bootstrap_install.cmd [AMBARI_SETUP_TOOLS]"" />
|
|
<CustomAction Id="InstallDeferred" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" />
|
|
<CustomAction Id="InstallDeferred" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" />
|
|
<CustomAction Id="UninstallCommand" Property="UninstallDeferred" Value=""cmd.exe" /c "[AMBARI_SETUP_TOOLS]bootstrap_uninstall.cmd [AMBARI_SETUP_TOOLS]"" />
|
|
<CustomAction Id="UninstallCommand" Property="UninstallDeferred" Value=""cmd.exe" /c "[AMBARI_SETUP_TOOLS]bootstrap_uninstall.cmd [AMBARI_SETUP_TOOLS]"" />
|
|
<CustomAction Id="UninstallDeferred" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" />
|
|
<CustomAction Id="UninstallDeferred" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" />
|