/build/static/layout/Breadcrumb_cap_w.png

Network Package

Hi All,

Does anybody know how to create an MSI installing a file on network?

thanks,

knight

0 Comments   [ + ] Show comments

Answers (5)

Posted by: knight 18 years ago
Orange Senior Belt
0
ok, thanks. Is it possible in the msi to know the regional settings of a workstation?

or should i use script? Any idea / sample of a script.

Regards,

knight
Posted by: sejacru 18 years ago
Second Degree Blue Belt
0
i think you can write a vbs that reads the regkeys out of the registry of the workstation...its to bad that i dont know any vbs scrips...bommer
Posted by: shanem98 18 years ago
Senior Yellow Belt
0
I am having a problem similar to this but yours is a little easier - just package the files needed to a folder stucture in the the root of one of your drives (not in any predefined folders). This can now be refered to in your MSI package via the ROOTDRIVE property be it a mapped network drive , URL or Web location the MSI will install the folder sturcture there automaticly. Just install using the ROOTDRIVE="X:\" property X is the drive letter or URL. Note - This usually works but to make your install more reliable use a SET PROPERTY custom action to set ROOTDRIVE instead - that should be rock solid.
Posted by: misk 18 years ago
Orange Senior Belt
0
you will need to write a custom action to see if the drive is mapped, otherwise map it, then copy the file to the desired location via a custom action.

that is one way of doing it!
Posted by: sejacru 18 years ago
Second Degree Blue Belt
0
Its just like making a msi for a local app. Just capture the installation.
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