Loading
Custom After Initialization VBScript does not get called when running silent
In my installation package I have four VBScripts that are called at three different points in the process, After Initialization, Before File Transfer and After Register Product. When I launch the Setup.exe program interactively all four scripts get called. When I use command line parameters /s /v/qn to run a silent, unattended, installation only three of the scripts get called. The one that is supposed to run at the After Initialization stage isn't called.

 

Is there some setting or parameter that I'm missing that is causing this behavior?

  • Hello Dknoles,

     

    Since you are running the Setup in silent mode the User Interface is skipped because the Custom Action sequenced at After Initialization comes in User Interface. To execute the VBScript Custom Action you would have to place it in execute sequence.

     

    Thanks,

     

    Bharath
    Expand Post

Loading
Custom After Initialization VBScript does not get called when running silent