Re: Change advertised program ready to run message



2 things come to mind.

1) Send the feature request to SMSWish.
2) Wrap your installation in a script. VBS for example gives you the
flexibility to pop messages and react based on them. But a simple OK
message script wrapper could look something like this:

===============================================================
Dim oShell
Set oShell = CreateObject("Wscript.Shell")

MsgBox("If you have any problems installing this software, please contact
Help Desk @ x12345",vbOK,"My Title")

Dim iReturn
iReturn = oShell.Run("My.EXE /parameters", 1, False)
===============================================================
--
Thanks

Scott Brimley [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


Additional Resources:
SMS 2.0 Resource Page:
http://www.microsoft.com/technet/prodtechnol/sms/sms2/default.mspx
SMS 2003 Resource Page:
http://www.microsoft.com/technet/prodtechnol/sms/sms2003/default.mspx
SMS 2003 Technical FAQ:
http://www.microsoft.com/technet/prodtechnol/sms/sms2003/techfaq/default.mspx
Scripts: http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx
"Adam Crichton" <Adam Crichton@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:17C3CD39-2CF6-4CF2-A117-BF1F3ED0BDC9@xxxxxxxxxxxxxxxx
> OK then how can I notify users that we're installing a particular program;
> ie
> how can I deliver a customized message just before something installs so
> they
> know, for example, to call technical support if they have any questions?
>
> Thanks.
>
> "Scott Brimley [MSFT]" wrote:
>
>> Hi Adam,
>>
>> You can suppress that message but you can't change it.
>>
>> To suppress it you would go to your Program Properties and on the
>> Advanced
>> Tab choose "Suppress program notifications".
>>
>> Hope that helps.
>>
>> --
>> Thanks
>>
>> Scott Brimley [MSFT]
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> Additional Resources:
>> SMS 2.0 Resource Page:
>> http://www.microsoft.com/technet/prodtechnol/sms/sms2/default.mspx
>> SMS 2003 Resource Page:
>> http://www.microsoft.com/technet/prodtechnol/sms/sms2003/default.mspx
>> SMS 2003 Technical FAQ:
>> http://www.microsoft.com/technet/prodtechnol/sms/sms2003/techfaq/default.mspx
>>
>> "Adam Crichton" <Adam Crichton@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
>> message
>> news:325BC8AB-BEE3-4C92-9F23-B369DDBA0859@xxxxxxxxxxxxxxxx
>> > Stupid question, so sorry, but how do I change the message that pops up
>> > in
>> > users toolbars that says "An Advertised Program is About to Run"?
>> >
>> > Thanks.
>> >
>> > Adam
>>
>>
>>


.



Relevant Pages

  • Re: Getting SMS object IDs while running program (script) on client
    ... SMS 2003 Resource Page: ... > running on an advanced client? ... I want to create a vbs script which gives ...
    (microsoft.public.sms.swdist)
  • Re: Change advertised program ready to run message
    ... OK then how can I notify users that we're installing a particular program; ... > To suppress it you would go to your Program Properties and on the Advanced ... > SMS 2003 Resource Page: ...
    (microsoft.public.sms.swdist)
  • Re: Yahoo toolbar/messenger removal
    ... newsgroup. ... You could send out this cmdline using sms or whatever. ... You could use SMS Installer to create a script that would check for the ... SMS 2003 Resource Page: ...
    (microsoft.public.sms.swdist)
  • Re: script for installing application
    ... > installing an application with SMS, where the script will be used for ... > entries will be added to the registry. ... SMS can notify the user before installation takes place out of the box. ...
    (microsoft.public.sms.admin)
  • Re: Change local administrator password
    ... If you can change the password with a script or batch file then you should ... be able to do it with SMS, In SMS 2003 the client service runs as local ... As for installing the fax service that also can be done, ...
    (microsoft.public.sms.admin)