Why can't you repair or Uninstall from Add/Remove Programs? It's actually pretty easy. If the wrapper program knows the productcode of the installed product there are MSI APIs that will uninstall and repair.
-- Phil Wilson Definitive Guide to Windows Installer http://www.apress.com/book/view/1590592972
"Vadim Rapp" <nospam[ at ]sbcglobal.net> wrote in message news:Ovhn8bzSJHA.5244[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text] > What do you think about using MSI wrappers, i.e. encapsulating setup.exe > in MSI in order to deploy by GPO, or encapsulating MSI in order to specify > some command-line parameters - when creating transform is for whatever > reason not possible. > > I thought is quite bad idea since it creates the illusion of the > possibility to uninstal and repair in add/remove programs, which may not > be the case; if anything, zap file could be used instead, which at least > woudn't pretend to be real thing; and after all, since the target product > does not become really managed, why not to use logon or bootup script. But > I see there are numerous wrapper utilities, so maybe it's OK to wrap? > > regards, > Vadim Rapp >
|