I'm evaluating SetupFactory as a replacement for WiseMaster 8 and am having some difficulty getting it to do things that I would expect to be very routine.
In particular, I want to select a folder on my drive that contains files in subfolders, drag that folder into SetupFactory such that the target folder at install time will reflect the hierarchy. But it appears that all the files are just associated with %App%. Going through them manually to set the target folder for each file is absurd.
In Wise, I don't even have to deal with those files directly. I can just write a single script line that essentially says
Install File
Source=E:\src\ChoiceMail\Client\Help\*.html
Destination=%MAINDIR%\%PROGDIR%\Help\
end
and all HTML files under the help folder (including files in subfolders) get installed to the target system in the appropriate subfolders.
How do I do this in SetupFactory?
Thanks,
David Jameson
In particular, I want to select a folder on my drive that contains files in subfolders, drag that folder into SetupFactory such that the target folder at install time will reflect the hierarchy. But it appears that all the files are just associated with %App%. Going through them manually to set the target folder for each file is absurd.
In Wise, I don't even have to deal with those files directly. I can just write a single script line that essentially says
Install File
Source=E:\src\ChoiceMail\Client\Help\*.html
Destination=%MAINDIR%\%PROGDIR%\Help\
end
and all HTML files under the help folder (including files in subfolders) get installed to the target system in the appropriate subfolders.
How do I do this in SetupFactory?
Thanks,
David Jameson
Comment