Page 1 of 1
Hide Setup Extracting Progress Bar and Splash
Posted: Tue Jan 06, 2015 2:38 am
by ramu2020
Can guide me on how to remove/hide the setup extracting progress bar and splash screen before the first setup dialog appear?
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Tue Jan 06, 2015 12:14 pm
by FrancescoT
Dear Ramu2020,
honestly, I suggest to you to not hide the setup initialization dialogs ... the process will not display any warning in case of errors.
Anyway if you really want to proceed in this way, the only thing that you could try is:
- Set the SILENT pre-defined variable as FALSE (Set Variable SILENT to FALSE) at the very beginning of your main script, build the package and run it from command line as; <setup.exe> /s.
Hope this helps you.
Regards
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Tue Jan 06, 2015 10:18 pm
by ramu2020
Hi,
Thanks for your reply. We sell our software product online, thus asking our user to download and run from command is not practical. I actually see 2 progress dialog before the first setup Dialog (welcome dialog) appear, if it posibble if just 1 progress dialog appear before the first setup Dialog (welcome dialog) appear?
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Wed Jan 07, 2015 1:14 pm
by FrancescoT
Dear Ramu2020,
unfortunately it's not possible to selectively select which of those initialization dialogs have to be displayed.
Both dialogs are controlled by the setup engine and consequently, it's only possible to use the command line approach in order to have both of them hidden.
Regards
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Thu Jan 08, 2015 10:19 pm
by ramu2020
Thanks, understood, however can we at least change the title of the Extraction Progress dialog to our own title instead of the current one which display "Install Aware Wizard..."
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Fri Jan 09, 2015 8:55 am
by jimo
Change the strings in the translations files.
Under InstallAware Tools select InstallAware Translator.
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Tue Jan 13, 2015 3:11 am
by ramu2020
Thanks, I tried to change it but after exiting the program and launching it again, the string value still the original value, I don't see any button to save or overwrite.
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Tue Jan 13, 2015 2:22 pm
by FrancescoT
Dear Ramu2020,
any edit operations using the InstallAware Translator tool automatically updates the strings. So, it's strange what you report.
If yoou need to localize the IA shared string, you can also launch the tool from the IA IDE ... Shared Strings from the top Menu in Design View.
Regards
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Wed Jan 14, 2015 10:03 pm
by ramu2020
Yes, I edited, exit and launch again, the string did not change at all, could it bug on the InstallAware Admin Studio X2?
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Thu Jan 15, 2015 1:05 pm
by FrancescoT
... try to Run as Admin the IA IDE.
Regards
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Fri Jan 30, 2015 4:11 am
by ramu2020
It work but only when I build as Uncompress, if I build in Single and Web the old word "InstallAware Wizard.." still come up.
Re: Hide Setup Extracting Progress Bar and Splash
Posted: Fri Jan 30, 2015 12:36 pm
by FrancescoT
This is absolutely not possible! Because all build types use the same identical shared strings.
Regards