/build/static/layout/Breadcrumb_cap_w.png

No progress bar when deploying software to windows 7 users

Does anyone know a solution so that users can see a progress bar in windows 7 when deploying software using a different username (admin account) (ofcourse with /passive)

It seems that the progress windows runs on the desktop of the admin account which is not visible for the user.

 


2 Comments   [ + ] Show comments
  • err, what deployment tool are you using? - rileyz 10 years ago
  • Altiris DS 6.9 SP5 - Jasper@nki 10 years ago

Answers (1)

Posted by: tecrumors 10 years ago
6th Degree Black Belt
2

with an msi use msiexec /i "setup.msi"/qb-   Displays a basic user interface with no modal dialog boxes.

Running an msi installation with other installation task in silent mode with progress bar only was not a convenient solution to our requirements, and since running an msi installer does not include the possibility to use a callback function to get the installation progress (other than functions to copy, download or unzip files do), I have messed around with several attempts to fake the display of the installation progress, unfortunately with mediocre results. So I ended up with showing an animated GIF image (requires plug-in available http://www.amsplugins.com/details.asp?id=97).


Comments:
  • Are you saying that MSI only uses file copy, download, or unzip to determine progress of install? I thought that it uses the InstallExecuteSequence (or which ever mode its in) to determine how far along the process is... After all when you look below the progress bar, it is showing you messages about where it is in the process. - ekgcorp 10 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ