Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - digital certified in a vbscript function

Reply
 
Old 02-04-2009   #1 (permalink)
Pererinha


 
 

digital certified in a vbscript function

Hi,

I´m developing a Intranet to a company and there is a functionality to
execute a program from webpage.

Then I made a simple function using vbscript (I know that is works
only in Internet Explorer). The function is:

Function exec(program)
Set shell = CreateObject("WScript.Shell")
shell.Run Chr(34) & program & Chr(34), 1, false
Set shell = Nothing
End Function


But my Project Manager asked me to make a digital certified to this
function. Is it possible? Can I generate a digital certified and put
it in a simple function embeded in a webpage?

Sorry my poor english.

Thank you.

My System SpecsSystem Spec
Old 02-04-2009   #2 (permalink)
gimme_this_gimme_that


 
 

Re: digital certified in a vbscript function

You have to go into IE's Security Zone and add your site to the
trusted sites list.
My System SpecsSystem Spec
Old 02-05-2009   #3 (permalink)
Pererinha


 
 

Re: digital certified in a vbscript function

On 4 fev, 17:11, "gimme_this_gimme_t...@xxxxxx"
<gimme_this_gimme_t...@xxxxxx> wrote:
Quote:

> You have to go into IE's Security Zone and add your site to the
> trusted sites list.
Thank you very much.
My System SpecsSystem Spec
Old 02-05-2009   #4 (permalink)
gimme_this_gimme_that


 
 

Re: digital certified in a vbscript function

I saw something today you will find helpful.

MS Office comes with a program for creating digital certifcates called
Selfcert.exe. It allows you to create digital certificates.

For details see page 27 of "Microsoft Office 2007 Programming".

Try Googling Selfcert.exe and see if you get lucky.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
VBscript Array Split Function VB Script
VBScript procedure and function calls VB Script
VBScript to search LDAP from Excel function? VB Script
VBScript function in a .htm page VB Script
BUG: Redirecting function contents to a file truncates function lines at the width of the console PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46