Install Editor - Files - Add files to c:\
Hello,
I'm trying to add two textfiles to the root directory (c:\) on the destination computer. However, I only see the "My Documents", "Program Files" and "Windows" option. If I try the highest one, it makes me create another folder.
Is there, besides scripting, another solution ?
Thanx!
Nosfer
I'm trying to add two textfiles to the root directory (c:\) on the destination computer. However, I only see the "My Documents", "Program Files" and "Windows" option. If I try the highest one, it makes me create another folder.
Is there, besides scripting, another solution ?
Thanx!
Nosfer
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
joban2000
14 years ago
Posted by:
dreyer
14 years ago
Easy as pie with InstED.
You just need to configure the Directory table correctly and configure that entry in the components table.
All you need are these two entries:
TARGETDIR | SOURCEDIR |
ROOTDIR | TARGETDIR | .
That represents the three first columns in the directory table.
Then on the component with the files you'll configure it with ROOTDIR as Directory_
With this setup the source files will need to be in the same directory as the .msi file.
You just need to configure the Directory table correctly and configure that entry in the components table.
All you need are these two entries:
TARGETDIR | SOURCEDIR |
ROOTDIR | TARGETDIR | .
That represents the three first columns in the directory table.
Then on the component with the files you'll configure it with ROOTDIR as Directory_
With this setup the source files will need to be in the same directory as the .msi file.
Posted by:
Nosfer
14 years ago
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.