G
Guest
I get the following Log in EventLog on attempting to use a custom action to
write to a config file in the to be installed application after a call to the
base Install method.
The description for Event ID ( 11001 ) in Source ( MsiInstaller ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: Product:
DOILoadWindowsService -- Error 1001. Exception occurred while initializing
the installation:
System.IO.FileNotFoundException: File or assembly name DOI, or one of its
dependencies, was not found.., (NULL), (NULL), (NULL).
Without this custom action, the install works OK, with it, it fails every
time. The custom action uses CustomActionData as follows:
/WATCHED=[WATCH] UPLOADED=[UPLOADED] ERRORS=[ERRORS] ERRORFILE=[ERRORFILE]
where the values are collected from a UserInterface TextBox object. Without
the custom action, the folders referred to above are created every time but I
want the user defined paths to be written to the config file so that they can
be accessed by the Windows service when it is started or running.
What is going on here? How can I sort this out?
cheers
write to a config file in the to be installed application after a call to the
base Install method.
The description for Event ID ( 11001 ) in Source ( MsiInstaller ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: Product:
DOILoadWindowsService -- Error 1001. Exception occurred while initializing
the installation:
System.IO.FileNotFoundException: File or assembly name DOI, or one of its
dependencies, was not found.., (NULL), (NULL), (NULL).
Without this custom action, the install works OK, with it, it fails every
time. The custom action uses CustomActionData as follows:
/WATCHED=[WATCH] UPLOADED=[UPLOADED] ERRORS=[ERRORS] ERRORFILE=[ERRORFILE]
where the values are collected from a UserInterface TextBox object. Without
the custom action, the folders referred to above are created every time but I
want the user defined paths to be written to the config file so that they can
be accessed by the Windows service when it is started or running.
What is going on here? How can I sort this out?
cheers