Skip to content

Commit

Permalink
[install] Allow .msi "Repair" action to re-run setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Oct 31, 2009
1 parent 5bce870 commit 65c2336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msi/sanbootconf.wxs
Expand Up @@ -86,7 +86,7 @@
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize" />
<Custom Action="run_setup_bat" Before="InstallFinalize">
<![CDATA[NOT Installed]]>
<![CDATA[NOT REMOVE]]>
</Custom>
</InstallExecuteSequence>

Expand Down

0 comments on commit 65c2336

Please sign in to comment.