Installing files to a Network drive from MSI
Hi all,
I am working on a package where they wanted some files installed to the user's home directory. I have been working on this and haven't been able to get it to work. Is there a trick to this. Please let me know.
Thank you in advance.
John Summers
ING Direct, fsb
I am working on a package where they wanted some files installed to the user's home directory. I have been working on this and haven't been able to get it to work. Is there a trick to this. Please let me know.
Thank you in advance.
John Summers
ING Direct, fsb
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
oreillyr
20 years ago
Posted by:
kkaminsk
20 years ago
Posted by:
mickman
20 years ago
Posted by:
KjetilStolen
20 years ago
This is the way it is done in Installshield DevStudio, propably about the same procedure with other tools:
Good luck!
- In "Application Data/Files and Folders" right-click "Destination Computer" and select "New Folder". Give the folder a name.
- Right-click the folder and view the properties, note the Directory Identifier
- In "Behaviour and Logic/Custom Actions" create a new "New Set Directory", give the Custom Action a name.
- In the "Directory Name" select the folder's Directory Identifier.
- In the "Directory Value" enter the path to the network folder. E.g.: "H:\"
- In "Install Exec Sequence" select a sequence, e.g. "AfterRemoveExistingProducts"
- You can add a "Install Exec Condition" if you like
- That's it! [:)]
Good luck!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.