/build/static/layout/Breadcrumb_cap_w.png

Package of Windows VPN client

I'm wondering if anyone have made a package of the vpn-client inside windows XP.

I want to do that so I can deploy that package to all the mobile computers in my network. I did a capture with WPS but ended up with nothing... Which made my quite confusing... [8|]

Anyone done this or got any ideas of how to make it??

0 Comments   [ + ] Show comments

Answers (1)

Posted by: VikingLoki 18 years ago
Second Degree Brown Belt
0
OS Components, service packs and the like are generally too deep for Windows Installer to address. MSI's are only for the application layer. If you have an MSI deployment method in place and want to use it to set up XP's VPN client, you should look at imbedding scripts in a Custom Action.

You should create several scripts to mimic the MSI's modes. You should at least have an Install and Remove CA. Repair may not be possible, it all depends on what you're trying to do. You'll put something like the section below in the MSI Script, Execute Deferred, right above InstallFinalize.

IF NOT INSTALLED THEN
[Your Install Custom Action]
END
IF REMOVE THEN
[Your Remove Custom Action]
END
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ