how to add files in root drive??/
Hi all,
I have a problem.How to add a file in c:\ while repackaging with wise package studio.while installing msi I need that file in that drive. please help me to find it?
I have a problem.How to add a file in c:\ while repackaging with wise package studio.while installing msi I need that file in that drive. please help me to find it?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
slay_u
14 years ago
ORIGINAL: Tijo
Hi all,
I have a problem.How to add a file in c:\ while repackaging with wise package studio.while installing msi I need that file in that drive. please help me to find it?
Add a row in the Directory table as below..
Set WindowsVolume as a directory in the Directory table and then add TARGETDIR as the directory_parent and . in the defaultdir column
Add another row to the directory table with TARGETDIR as your directory_parent giving appropriate names and that should create a directory structure for you on the C:\ drive 9WindowsVolume)
Posted by:
India_Repackaging
14 years ago
Posted by:
cmi2000
14 years ago
Posted by:
captain_planet
14 years ago
Posted by:
cmi2000
14 years ago
Posted by:
eskonar
14 years ago
Posted by:
captain_planet
14 years ago
Just to add some clarity (and as per the SDK guidelines), if you wanted a folder 'MyFolder' to install to the root of C:\, the Directory table should really look like this:
Directory...............Directory_Parent.......DefaultDir
INSTALLDIR...........TARGETDIR...............MyFolder
TARGETDIR..........................................SOURCEDIR
Ensure you have a property in your Property table called ROOTDRIVE set to, say, C:\
Directory...............Directory_Parent.......DefaultDir
INSTALLDIR...........TARGETDIR...............MyFolder
TARGETDIR..........................................SOURCEDIR
Ensure you have a property in your Property table called ROOTDRIVE set to, say, C:\
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.