PDA

View Full Version : Path Question


Lookinghawk
10-16-2006, 09:55 AM
I am using SETUP FACTORY 6.0

I want to install some Pictures.from the compiled arcive setup factory creates

I want the pictures to be placed into the users My Documents\My Pictures\NewFolder during install.

I need help with the path

1. to crate a new folder within MyDocuments\MyPictures\
2. To place the picture into that newly created folder.

This is the only thing I intend this app installer to do.

Can anyone help?

Brett
10-16-2006, 10:08 AM
Just double-click the image file in the list. Then in the "Install file to this location:" field, enter:

%MyDocumentsDir%\My Pictures\New Folder

That will install the file there. Do this for as many of your image files as you want to install there.