Hi,
I am using Setup Factory 6.0.1.2. In my project, General Design --> Settings, i am keeping the "Run Setup in silent mode" unchecked. The application will be executed by network administrators remotly and they can specify in the INI file if they want Silent Mode should be on or not.
So, i read from INI file in Actions -> Startup and using debug messages i am able to see that the value is coming as TRUE. But even after i assign this value to %SilentMode%, the installation continues in non-silent mode.(I used some debug statements and saw that Silent Mode was TRUE).
Is it not possible to change silent mode in actions? I am changing other built in variables and they reflect and function correctly. Only Silent Mode is giving me issues.
Your help in this matter is appreciated.
Thanks
Bishal
I am using Setup Factory 6.0.1.2. In my project, General Design --> Settings, i am keeping the "Run Setup in silent mode" unchecked. The application will be executed by network administrators remotly and they can specify in the INI file if they want Silent Mode should be on or not.
So, i read from INI file in Actions -> Startup and using debug messages i am able to see that the value is coming as TRUE. But even after i assign this value to %SilentMode%, the installation continues in non-silent mode.(I used some debug statements and saw that Silent Mode was TRUE).
Is it not possible to change silent mode in actions? I am changing other built in variables and they reflect and function correctly. Only Silent Mode is giving me issues.
Your help in this matter is appreciated.
Thanks
Bishal
Comment