Package and Deployment Wizard won't include subfolders and text files 
Author Message
 Package and Deployment Wizard won't include subfolders and text files

I want to create a setup program that creates a folder on the C drive called
MyProgram. MyProgram will have two subfolders, TextOne and TextTwo. TextOne
and TextTwo will contain many text files. How do I make the P&D Wizard do
this?

Right now all I'm able to accomplish is to get the P&D Wizard to create a
setup program that installs only my program's executable file.



Wed, 01 Oct 2003 22:48:07 GMT  
 Package and Deployment Wizard won't include subfolders and text files
YES, you can do this in PDW.

When you get to the screen:

"Package and Deployment Wizard - Install Locations"

There is a column labeled "Install Location".

For EVERY file you wish to place in the subfolder you will
have to change the entry in this column. For example:

$(AppPath)\TextOne

or

$(AppPath)\TextTwo

When the APP is installed the subfolders will be created and
the files will be placed in it.

Cheers
Joe

Quote:

> I want to create a setup program that creates a folder on the C drive called
> MyProgram. MyProgram will have two subfolders, TextOne and TextTwo. TextOne
> and TextTwo will contain many text files. How do I make the P&D Wizard do
> this?

> Right now all I'm able to accomplish is to get the P&D Wizard to create a
> setup program that installs only my program's executable file.



Sat, 04 Oct 2003 07:39:51 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. packaging wizard won't include MSVBVM60.DLL

2. Using Package and Deployment Wizard - Didn't work

3. Packaging Wizard doesn't include MSVBVM60.DLL

4. Package and Deployment Wizard makes non-functioning setup's

5. Package and Deployment Wizard doesn't work with Data Environment Report

6. Package and Deployment Wizard makes non-functioning setup's

7. Can Package and Deployment Wizard handle COM packages?

8. Building the cabinet file in Package and Deployment Wizard

9. VB6 (SP5): Package and Deployment Wizard Dependency File

10. Not including a startup entry for a program with the Deployment Wizard

11. Package and Deployment wizard does not load

12. Packaging and Deployment Wizard

 

 
Powered by phpBB® Forum Software