cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eladef
Level 7

Progress bar displayed in the console ?

Hi

I have a basic msi project and wonder is it possible when installing the setup in silent mode with a batch file to have a console progress bar ? meaning something like that:
|0----------25-----------50----------75---------100|
************************
Labels (1)
0 Kudos
(1) Reply
Jenifer
Flexera Alumni

eladef wrote:
Hi

I have a basic msi project and wonder is it possible when installing the setup in silent mode with a batch file to have a console progress bar ? meaning something like that:
|0----------25-----------50----------75---------100|
************************


Hi,

Since it is batch file related,you have to write code for progress if you have any callback kind of functions .But here it is silent installation of setup,which doesn't have any breakup of functions been executed inside installer.So the answer would be NO.


Thanks,
Jenifer
0 Kudos