windows installer - Create all directories in specified path -


i using install shield 2014.

on 1 step user specify path files. he/she can set path consist of folders not exist.

for example:

f://folder1/folder2/folder3

but folder1, folder2, folder3 not exist on disk f.

is possible tell installshield create all (folder1, folder2, folder3) directories not exist on disk?

this happens automatically time. example given installer typically gets set c:\program files\company\product , files , folders added product. msi automatically create parent folder company (and program files if somehow didn't work ) it's implicitly required create product folder.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -