Please help..Run Application from Command Button

T

TKM

Our work wants to impliment HD Encryption on our laptops. We would like to
put a command button on the nice instruction word document that we will be
emailing to the users. We would liek them to click on the button and it will
install automatically. The strip of code that needs to run (I think) is
something like this..
c:\programfiles\netinst\ninst32.exe",/execute:{189**********bla bla bla.

What do I need to do>
Thanks in advance
 
T

TKM

I was able to open NetInstall using the shell function like this
RetVal = Shell("c:\program files\netinst\niinst32.exe")

Now I need to have it completly open the HDE program and install. Here is
the rest of the path. less of course a few of the lic key

,/Execute:{198BF419-4ACB-4511-9C3E-F98C0EB9745C} /install)

how do I complete the installation part?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top