Re: Change advertised program ready to run message
- From: "Scott Brimley [MSFT]" <scottbr@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 2 May 2005 12:08:15 -0700
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
>>
>>
>>
.
- Prev by Date: Re: Event ID 10006
- Next by Date: Re: Help with Log
- Previous by thread: Re: Event ID 10006
- Next by thread: Re: Help with Log
- Index(es):
Relevant Pages
|