Re: Creating an MSI winth Winistall



I'm not familiar with wininstall; but I'm guessing that you are
repackaging the vendor's applications into an .msi format, and then
deploying that with SMS?

Personally, it's rare these days when I have to repackage something.
Most vendors do now provide an .MSI--sometimes it's wrapped inside of
a setup.exe (run their setup natively, and then go look in %temp% for
the .msi). If it's not an .msi, but is an installshield or wise .exe;
sometimes you can get away with setup.exe /s (or -s or -silent) to
deploy the vendor's setup natively in SMS.

One resource you might want to look at is www.appdeploy.com. Many
people post how they setup a deployment.

In general, these days I would avoid repackaging unless there was no
alternative. I can definitely see where a vendor-supplied upgrade or
patch will fail if you deployed a repackage of the original
application.

On Jul 24, 2:20 pm, MSAdmin <MSAd...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I can create msi's with wininstall for various programs and have been able to
push them to workstations as MSI's using SMS. However, when I look in add
remove programs on the PC I pushed it to, the application is listed as the
MSI. When I install the same application manually at the PC, the application
is listed as the app in add/remove programs. The app works either if I push
it as an msi I created or installed manually. My question is as an msi, will
this cause issues down then line, as far as upgrades and patches for the
application? Many of these apps get patched frequently.

Thanks


.



Relevant Pages

  • Re: Issue running advertised programs and roaming profile,
    ... - msi deploymnet with SMS is not exactly same as GPO install. ... not install because SMS didn’t put the application in a managed state. ... roaming profile the MSI information is stored in the profile. ...
    (microsoft.public.sms.swdist)
  • Re: Issue running advertised programs and roaming profile,
    ... part of SMS Toolkit called SendSched.vbs. ... I'm gona ask in the MSI ... >> Design when you are dealing with roaming profile. ... >>> not install because SMS didn't put the application in a managed state. ...
    (microsoft.public.sms.swdist)
  • Re: Deleting Scheduled Tasks across the Enterprise using SMS 2003
    ... When I double click it...it runs and gets rid of the scheduled tasks, however command prompt remains open. ... A while back before I was here, there was an MSI ... We no longer need this because we are migrating to SMS 2003. ...
    (microsoft.public.sms.admin)
  • RE: msi deploys but wont install
    ... I suggest setting up a meeting with your SMS admin--we're not that scary! ... Or perhaps a "Windows Installer" or MSI ... per-user MSI install is something to be avoided like the plague. ... When installing via the commandline it is the same as in ...
    (microsoft.public.sms.swdist)
  • Re: Newbie and SMS2003
    ... always repackage as a last resort. ... things you want to install. ... I usually tweak the command lines for .msi ... And the SMS ...
    (microsoft.public.sms.setup)

Loading