[Mono-bugs] [Bug 75947][Nor] New - System.Configuration.Install.AssemblyInstaller does not pass command line parameters when UseNewContextt is true

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 31 15:19:10 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mono at kinitos.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75947

--- shadow/75947	2005-08-31 15:19:09.000000000 -0400
+++ shadow/75947.tmp.28294	2005-08-31 15:19:09.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 75947
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: mono-1.1.8.3
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: mono at kinitos.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Configuration.Install.AssemblyInstaller does not pass command line parameters when UseNewContextt is true
+
+Description of Problem:
+
+System.Configuration.Install.AssemblyInstaller does not pass command line
+parameters when UseNewContextt is true (which is the default).  According
+to the MSDN documentation for this property, setting UseNewContext to true
+"creates a new file named '{Assembly name}.InstallLog' to log messages for
+this assembly. Setting UseNewContext to false prevents the new file from
+being created."  
+
+No effect is mentioned about passing/not passing command line parameters.
+
+Steps to reproduce the problem:
+1. Compile and run the attached program
+
+Actual Results:
+Installation log for assembly
+/home/test/src/mono-testcases/AssemblyInstallerParams/installer.dll is
+found at
+/home/test/src/mono-testcases/AssemblyInstallerParams/installer.dll.InstallLog
+Param: key='logfile',
+value='/home/test/src/mono-testcases/AssemblyInstallerParams/installer.dll.InstallLog'
+
+Expected Results:
+Installation log for assembly
+/home/test/src/mono-testcases/AssemblyInstallerParams/installer.dll is
+found at
+/home/test/src/mono-testcases/AssemblyInstallerParams/installer.dll.InstallLog
+Param: key='logfile',
+value='/home/test/src/mono-testcases/AssemblyInstallerParams/installer.dll.InstallLog'
+Param: key='foo', value='bar'
+Param: key='zap', value='zod'
+
+How often does this happen? 
+Every time
+
+Additional Information:
+This was observed on mono-1.1.8.3, built from the source, on
+debian/unstable running a 2.6.9 kernel


More information about the mono-bugs mailing list