Go to the documentation of this file.00001 #pragma once
00002
00003 #include <Global.h>
00004 #include <String/StringUtils.h>
00005 #include <String/Formatter.h>
00006 #include <Exception/Exception.h>
00007
00008 #include <Msi/Msi.h>
00009 #include <Msi/FlagMaps.h>
00010 #include <shlobj.h>
00011 #include <File/File.h>
00012 #include <AtlCom/CoInitialize.h>
00013 #include <Xml/Xml.h>
00014 #include <LSA/LSA.h>
00015 #include <Msi/MsiImpersonatedInstall.h>
00016 #include <boost/shared_ptr.hpp>
00017
00018 using namespace AppSecInc::Msi;
00019