Quantcast
Channel: Flexera Community Forums
Viewing all articles
Browse latest Browse all 4553

Advanced UI/Suite Run Custom Action in Silent Mode

$
0
0
Hello,
I would like to run my custom action in silent mode(setup.exe /silent). Is there any way to do that in Suite project?
My action looks like:

Code:

__declspec(dllexport) HRESULT __stdcall MyCustomAction(IDispatch *pDispSuiteUIExtension)
{
        CComQIPtr<ISuiteUIExtension> spSuiteUIExtenstion = pDispSuiteUIExtension;
              //Need this code to be executed in silent mode at the start of the installation process.
}


Many thanks,
Marek

Viewing all articles
Browse latest Browse all 4553

Trending Articles