iis: Moves installer to InstallerHelper

To organize the folder the Installer application was
renamed to installer helper. It is not the real
installer, it is just an helper which is executed
during the installation phase.
This commit is contained in:
Felipe \\\"Zimmerle\\\" Costa
2013-11-06 15:08:47 -06:00
committed by Felipe Zimmerle
parent 8c3b8d81b6
commit 6adf25667d
11 changed files with 6993 additions and 6978 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
#include <SDKDDKVer.h>