Pass sca.wixlib on the light command line. This file is found in your WiX
install folder. Light will also need to locate scasched.dll and scaexec.dll,
which are in the same folder.

Web site manipulation is not a standard feature of Windows Installer, it is
an additional feature of WiX. As such it is implemented as a set of custom
actions. The WiX definition of those actions is in the .wixlib file while
the action code itself is split between these two DLLs (scasched.dll
containing the immediate custom actions which determine what needs to be
done, and scaexec.dll the deferred custom actions which actually do it).

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of chandan
Koushik
Sent: 30 July 2007 07:33
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] error while configuring iis virtual directory


Hi All,
When ever i am trying to create a virtual directory, in the application
SampleWebDir i get the following error during linking

C:\Program Files\Windows Installer XML\bin>light -out
d:\WixApplications\demo\install.msi 
d:\WixApplications\demo\SampleWebDir.wixobj -loc WixUI_en-us.wxl

Microsoft (R) Windows Installer Xml Linker version 2.0.5325.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

d:\WixApplications\demo\SampleWebDir.wxs : error LGHT0112 : Unresolved
reference
 to symbol 'CustomAction:ConfigureIIs' in section
'Product:F5A55D7F-45A9-4182-8F
B7-070BFEC6DFDA'.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to