src/Framework/Msi/MsiImpersonatedInstall.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc {
00004 namespace Msi {
00005 
00007 class MsiImpersonatedInstall : public MsiInstall
00008 {
00009 private:
00010     AppSecInc::LSA::ImpersonatedUser m_impersonated_user;
00011 public:
00012     MsiImpersonatedInstall(MSIHANDLE h);
00013     ~MsiImpersonatedInstall();
00014 };
00015 
00016 }}
00017 


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com