I need to set MSDTC (Distributed Transaction Coordinator) set to start automatically with delay and run it. (And only if the service is presented on the PC)
Hi, thank you, I didnt know this. Can you help me with another question? I need run custom action in different directory [SourceDir]/../MyDirectory/Action.exe where /../ is upper directory, do you know how to do this?
i tryed this, but i cant make it work. In Builds, Package Type is Exe with resources next to it In install parameters, there is Property "RunCustomAction" = "true" EditProperty.png
Custom action has condition RunCustomAction="true" CustomAction.PNG
I need set some property from command line. This property will configure Custom Action like executing condition or set parameters in launching file > Command line.
Is there some way how to run setup.exe with parameters and work with that parameters in project?