Set Directory
I wud like to know how to move directory while installing
from c:\pf\Lotus\notes
to c:\pf\lotusnotes
from c:\pf\Lotus\notes
to c:\pf\lotusnotes
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
brenthunter2005
19 years ago
Posted by:
brenthunter2005
19 years ago
Posted by:
brenthunter2005
19 years ago
[8D]
OK, then. You need to use the MoveFile table.
The following example may help you:
MoveFile Table:
FileKey column = key1
Component_ column = component_name
SourceName column = *
DestName column = *
SourceFolder = notes (referenced from the Directory table)
DestFolder = lotusnotes (again, referenced from the Directory table)
Options = 1 (1 = Move, 0 = Copy)
Just as another point too, if you ever need to do anything in MSI's and don't know how to, always consult the Windows Installer SDK documentation. Its the best source of information and it has always helped me! [;)]
OK, then. You need to use the MoveFile table.
The following example may help you:
MoveFile Table:
FileKey column = key1
Component_ column = component_name
SourceName column = *
DestName column = *
SourceFolder = notes (referenced from the Directory table)
DestFolder = lotusnotes (again, referenced from the Directory table)
Options = 1 (1 = Move, 0 = Copy)
Just as another point too, if you ever need to do anything in MSI's and don't know how to, always consult the Windows Installer SDK documentation. Its the best source of information and it has always helped me! [;)]
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.