Andreas Schaller schrieb: > I have a strange problem with "WPKG". > > I´m deploying software like NET Framework 1, 2 & 3 but sometimes the > installed packages don´t show up under "Add/Remove Programs"??? > > On other computers the package shows up under "add/remove programs" -> > strange? > > Does anybody had the same problem? Maybe there´s a solution???
Windows has a rather curious feature: it allows to hide software in "add/remove programs". For example, it's possible that when you install a program as a SYSTEM user, Administrator users will not see it in "add/remove programs". This sometimes happens for some MSI packages. A workaround is to add ALLUSERS=1, for example: msiexec /qn /i "%SOFTWARE%\package.msi" ALLUSERS=1 Hope this helps. -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
