Skip to content

Commit

Permalink
bug in IISconfigure causes failure to install. Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rchadwic committed Feb 23, 2012
1 parent a100ff2 commit 0987028
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified Installer/IISConfigure.exe
Binary file not shown.
Binary file modified Installer/IISConfigure.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ static void Main(string[] args)
{
ServerManager serverManager = new ServerManager();

if (args[0] == "/install" && args[0] == "/i")
if (args[0] == "/install" || args[0] == "/i")
{
try
{
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 0987028

Please sign in to comment.