how do i change target location for existing windows installer package
i have developed a basic MSI project, its current target location is "c" , i wanna make it in "d" , could any one tell the steps, it helps for a self learner, always in need help from experts to learn. Thank in advance
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
nshah
12 years ago
Posted by:
alphabeta
12 years ago
Have you tried using ORCA and adding an entry under the property table using 'targetdir'? You could also try running your msi with the command 'msiexec /a' which will run it as an administrative install and you might be able to edit it after that to change the target directory entry. If you need more info please ask.