| Carlos Beginner
 
 
 Joined: 12 Nov 2004
 Posts: 1
 Topics: 1
 
 
 | 
			
				|  Posted: Fri Nov 12, 2004 7:25 am    Post subject: Problem with the IIS creating an .msi file |   |  
				| 
 |  
				| Hello, I have a problem with the IIS. I have an application in my website that should create an .msi file. When I click this link the following error message appears:
 
 
 Server Error in '/' Application.
 --------------------------------------------------------------------------------
 
 OpenPackage,PackagePath,Options
 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
 
 Exception Details: System.Runtime.InteropServices.COMException: OpenPackage,PackagePath,Options
 
 Source Error:
 
 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
 
 Stack Trace:
 
 
 [COMException (0x80004005): OpenPackage,PackagePath,Options]
 System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) +457
 WindowsInstaller.Installer.OpenPackage(Object PackagePath) +0
 rmu.AICS.ARCHITECTURE.SERVICESCS.MsiSC.AddCabinet(cdtDatabaseInfo tInput) +103
 rmu.AICS.ARCHITECTURE.SERVICESCS.MsiSC.PopulateDatabase(cdtDatabaseInfo tInput) +58
 rmu.AICS.ARCHITECTURE.SERVICESCS.MsiSC.BuildDatabase(cdtDatabaseInfo tInput) +175
 rmu.AssemblyRequest.Page_Load(Object sender, EventArgs e) +89
 System.Web.UI.Control.OnLoad(EventArgs e) +67
 System.Web.UI.Control.LoadRecursive() +35
 System.Web.UI.Page.ProcessRequestMain() +731
 
 --------------------------------------------------------------------------------
 Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
 
 
 Does anyone know how to resolve it? Thank you
 |  |