|
| Author |
Message |
Ivan Lozada
Joined: 04 Oct 2007 Posts: 16
|
Posted: Thu Jan 17, 2008 2:08 pm Post subject: VB6 P&D Wizard - How To Install A Folder |
|
|
I use the VB6 P&D Wizard to create Setup Packages and it works fine to
install individual files. I do not see a way to install a complete folder
(and all the files inside that folder). Any suggestions?. Thanks, Ivan
Archived from group: microsoft>public>vb>deployment |
|
| Back to top |
|
 |
MikeD
Joined: 04 Oct 2007 Posts: 3348
|
Posted: Fri Jan 18, 2008 12:21 am Post subject: Re: VB6 P&D Wizard - How To Install A Folder |
|
|
"Ivan Lozada" wrote in message @microsoft.com...
>I use the VB6 P&D Wizard to create Setup Packages and it works fine to
> install individual files. I do not see a way to install a complete folder
> (and all the files inside that folder). Any suggestions?. Thanks, Ivan
Not possible. You must add each file individually and also specify the
target folder for each file. PITA.
Even though you say you've not had problems with PDW, keep in mind that it's
VERY outdated and setups created with it canbe troublesome on Windows 2000
and greater (the more recent version of Windows, the more likely there will
be problems). If users are pretty good about keeping Windows up-to-date,
however, usually it's trouble-free. In any case, you might want to look
into an installer that's a bit more current and works better with Win2000+.
InnoSetup is free to use and a popular choice among many of us here. It also
has this feature you're looking for. You can download it here:
http://www.jrsoftware.org/isinfo.php
--
Mike
Microsoft MVP Visual Basic |
|
| Back to top |
|
 |
"Jan Hyde
Joined: 04 Oct 2007 Posts: 466
|
Posted: Fri Jan 18, 2008 1:58 pm Post subject: Re: VB6 P&D Wizard - How To Install A Folder |
|
|
Ivan Lozada 's wild
thoughts were released on Thu, 17 Jan 2008 09:08:04 -0800
bearing the following fruit:
>I use the VB6 P&D Wizard to create Setup Packages and it works fine to
>install individual files. I do not see a way to install a complete folder
>(and all the files inside that folder). Any suggestions?. Thanks, Ivan
IIRC you just specify the folder as the path of one of the
files and the folder will be created.
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde |
|
| Back to top |
|
 |
Ivan Lozada
Joined: 04 Oct 2007 Posts: 16
|
Posted: Mon Jan 21, 2008 11:01 am Post subject: Re: VB6 P&D Wizard - How To Install A Folder |
|
|
Jan,
I'll give it a try. You sure are economical with words, what is IIRC?.
Thanks, Ivan
"Jan Hyde (VB MVP)" wrote:
> Ivan Lozada 's wild
> thoughts were released on Thu, 17 Jan 2008 09:08:04 -0800
> bearing the following fruit:
>
> >I use the VB6 P&D Wizard to create Setup Packages and it works fine to
> >install individual files. I do not see a way to install a complete folder
> >(and all the files inside that folder). Any suggestions?. Thanks, Ivan
>
> IIRC you just specify the folder as the path of one of the
> files and the folder will be created.
>
>
> --
> Jan Hyde
>
> https://mvp.support.microsoft.com/profile/Jan.Hyde
> |
|
| Back to top |
|
 |
Ralph
Joined: 04 Oct 2007 Posts: 4148
|
Posted: Mon Jan 21, 2008 1:31 pm Post subject: Re: VB6 P&D Wizard - How To Install A Folder |
|
|
| "If I Recall Correctly" or "If I Remember Correctly" |
|
| Back to top |
|
 |
Ivan Lozada
Joined: 04 Oct 2007 Posts: 16
|
Posted: Mon Jan 21, 2008 4:42 pm Post subject: Re: VB6 P&D Wizard - How To Install A Folder |
|
|
Ralph, ... it sounds about right .... )
"Ralph" wrote:
> "If I Recall Correctly" or "If I Remember Correctly"
>
>
> |
|
| Back to top |
|
 |
"Jan Hyde
Joined: 04 Oct 2007 Posts: 466
|
Posted: Tue Jan 29, 2008 4:30 pm Post subject: Re: VB6 P&D Wizard - How To Install A Folder |
|
|
Ivan Lozada 's wild
thoughts were released on Mon, 21 Jan 2008 06:01:00 -0800
bearing the following fruit:
>Jan,
>
>I'll give it a try. You sure are economical with words,
I often only have a few minutes of time. If I have longer I
post longer.
> what is IIRC?.
http://www.astro.umd.edu/~marshall/abbrev.html
J
>Thanks, Ivan
>
>"Jan Hyde (VB MVP)" wrote:
>
>> Ivan Lozada 's wild
>> thoughts were released on Thu, 17 Jan 2008 09:08:04 -0800
>> bearing the following fruit:
>>
>> >I use the VB6 P&D Wizard to create Setup Packages and it works fine to
>> >install individual files. I do not see a way to install a complete folder
>> >(and all the files inside that folder). Any suggestions?. Thanks, Ivan
>>
>> IIRC you just specify the folder as the path of one of the
>> files and the folder will be created.
>>
>>
>> --
>> Jan Hyde
>>
>> https://mvp.support.microsoft.com/profile/Jan.Hyde
>>
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde
|
|
| Back to top |
|
 |
|