I have an installation script that is not doing what I want. It seems to be installing 
the files and creating the services but I want to create a virtual directory to 
support a web service. The log file looks like:

MSI (s) (2C:9C): Doing action: WEBCA_GatherWebFolderProperties
Action start 20:21:53: WEBCA_GatherWebFolderProperties.
MSI (s) (2C:80): Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIF7B.tmp, 
Entrypoint: GatherWebFolderProperties
MSI (s) (2C!F8): Note: 1: 2262 2: _AppMappings 3: -2147287038 
Action ended 20:21:53: WEBCA_GatherWebFolderProperties. Return value 1.
MSI (s) (2C:9C): Doing action: WEBCA_ApplyWebFolderProperties
Action start 20:21:53: WEBCA_ApplyWebFolderProperties.
Action ended 20:21:53: WEBCA_ApplyWebFolderProperties. Return value 1.
MSI (s) (2C:9C): Doing action: WEBCA_RollbackApplyWebFolderProperties
Action start 20:21:53: WEBCA_RollbackApplyWebFolderProperties.
Action ended 20:21:53: WEBCA_RollbackApplyWebFolderProperties. Return value 1.
MSI (s) (2C:9C): Doing action: WEBCA_CreateAppRoots
Action start 20:21:53: WEBCA_CreateAppRoots.
MSI (s) (2C:90): Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIF7C.tmp, 
Entrypoint: CreateAppRoots
MSI (s) (2C!B8): Note: 1: 2262 2: _AppRootCreate 3: -2147287038 
Action ended 20:21:53: WEBCA_CreateAppRoots. Return value 1.

I don't have <AppRoot> or <AppMappings> as part of my <msi> task mainly because I am 
not sure what to put there. I have a TARGETDIR which contains all of the assemblies 
etc. Below that I have a directory (call it WebService) which has some .aspx files, 
web.config, etc. The virtual directory that I want to create is aliased as 
'WebService' and points to the directory TARGETDIR\WebService. All of the assemblies 
required for the web service are in TARGETDIR so the normal search path for 'bin' will 
need to be altered as my 'bin' is essentially up one level to TARGETDIR or '..'. I 
don't have a single component that describes the files in TARGETDIR (one of the 
attributes in <AppRoot> requires a component) so I am not sure what to put there.

Any help would be greatly appreaciated.

Thank you.

Kevin


-------------------------------------------------------
This Newsletter Sponsored by: Macrovision
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to