Results 1 to 7 of 7

Thread: Package And Deploy Adding a Folder

  1. #1

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    Is there a way to make the Package and Deploy thing add a folder to the destination so like if you had something called
    myexe.exe and myfolder and you wanted the PAD thing to add both of them to the destination is this possible?

    ------------------
    Sincerely,
    Chris
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


  2. #2

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    Please someone help me!!!

    ------------------
    Sincerely,
    Chris
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


  3. #3
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Post

    To make your own folder use the MKDIR function:
    Code:
    MkDir "C:\MyDir"
    Good luck,

    ------------------
    DiGiTaIErRoR
    VB, QBasic, Iptscrae, HTML
    Quote: There are no stupid questions, just stupid people.

  4. #4
    Junior Member
    Join Date
    Sep 1999
    Posts
    19

    Post

    If I understand you correctly... to have PAD add a folder during setup, change the install location when prompted by the PAD wizard and the folder will be created during setup.



    ------------------
    LM Ginn


  5. #5

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    Ok I don't think I was clear at the time so here is what I want PAD to do I want it to put the myexe.exe in the path the person provided and then in that same path put a folder called myfolder so that in the drive they provided there is an exe and a folder. Is there a way to do this if not I will just have to do what Digitalerror said to do

    ------------------
    Sincerely,
    Chris
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


  6. #6
    Addicted Member
    Join Date
    Oct 1999
    Location
    Dallas,TX
    Posts
    170

    Post

    Doesn't look possible, unless there is a file inside that folder. Installing an empty folder looks to be a no-no with VB. I'm assuming you, say for example, want the following:

    StartMenu
    <-Programs
    <----MyProgram
    <---------MyEmptyFolder
    <---------My.exe

    Look into installshield...It looks like it can handle this.

    ------------------
    HTH,
    Philip
    [email protected]

    [This message has been edited by PhilipG (edited 02-02-2000).]

  7. #7

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    I don't want it in the start menu but you have like the right idea i will use your example
    ->C:\
    -->program files
    --->My project
    ---->myexe.exe
    ---->myfolder
    thats what i am looking for thanks but i looked at installshield and that is like 1000 dollars well a little under and I don't have that kind of cash


    ------------------
    Sincerely,
    Chris
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width