Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In v4, the name of the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In v4, the name of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this configuration in my wxs file to run a custom action if a condition is met...
The VS build returns this error:
Error WIX0094 The identifier 'WixAction:InstallExecuteSequence/ConfigureIIs' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
Perhaps Wix does not recognize the ConfigureIIs built in action id?
I've checked the source for v3 & v4, the references for this are present in both...
source module: scasched.cpp
/********************************************************************
ConfigureIIs - CUSTOM ACTION ENTRY POINT for installing IIs settings
********************************************************************/
extern "C" UINT __stdcall ConfigureIIs(
__in MSIHANDLE hInstall
)
Beta Was this translation helpful? Give feedback.
All reactions