You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application has two features, feature2 is to install a service according to the condition, but when the condition of feature2 is not met, I
need to release the executable file of this service in feature1, my wix 3 script looks like below.
If I add another File element to release service_file.exe in feature1, light will return an error message.
error LGHT0204 : ICE30: The target file 'xxx.exe|service_file.exe' is installed in '[ProgramFiles64Folder]\xxx\xxx\bin\' by two different components on an LFN system: 'install_service' and 'release_all_files_include_service_executable_file'. This breaks component reference counting.
How can I release the service file while feature2 won't be installed? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My application has two features, feature2 is to install a service according to the condition, but when the condition of feature2 is not met, I
need to release the executable file of this service in feature1, my wix 3 script looks like below.
If I add another File element to release service_file.exe in feature1, light will return an error message.
How can I release the service file while feature2 won't be installed? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions