Install Custom Form with Script to another computer

R

Ruben

Hello.

I wirte Vbscript in the Script Editor for the new folder.
I need to send this Code, with the form and the folder, i.e. File.exe to
automatic install for the user.

how can i do this????

thanks a lot!..
 
S

Sue Mosher [MVP-Outlook]

One method that I've used is to package the folder and the form published to that folder in a .pst file and write a script or standalone ..exe that adds the PST file to the Outlook session and copies the folder.

You didn't say what the intended use of the form and folder are, though.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top