Home All Groups Group Topic Archive Search About
Author
7 Mar 2006 12:50 AM
Windy
Hi all expert,

    I would like to know how I can execute my own vb .net function during
installation.
I had created my own setup project, but i don't know how can i make a text
file included the Client's Computer Name.

Thanks alot.

Author
7 Mar 2006 1:18 AM
Dennis
If you are using the set-up wizard, you can set it up to install your file(s)
into any directory and even create you own directory.  You can use the
virtual directorys like Application Directory, MyDocuments, etc.  If you
can't find the way to do it, Post another queston on this thread and I'll
give you the step by step way.  However, first look at the file in the setup.
--
Dennis in Houston


Show quoteHide quote
"Windy" wrote:

> Hi all expert,
>
>     I would like to know how I can execute my own vb .net function during
> installation.
> I had created my own setup project, but i don't know how can i make a text
> file included the Client's Computer Name.
>
> Thanks alot.
>
>
>
Author
7 Mar 2006 4:37 PM
Windy
Thx dennis,
   I am not sure if the file(s) u mentioned means a static file.
'coz I am need to create a customized text/binary file at run time, which
for example i can run some customized code for it and generate to the target
application folder.

Please do show me the steps,  thanks a lot.


Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:BA5DB465-4051-47FE-9674-FF9C2AB59***@microsoft.com...
> If you are using the set-up wizard, you can set it up to install your
> file(s)
> into any directory and even create you own directory.  You can use the
> virtual directorys like Application Directory, MyDocuments, etc.  If you
> can't find the way to do it, Post another queston on this thread and I'll
> give you the step by step way.  However, first look at the file in the
> setup.
> --
> Dennis in Houston
>
>
> "Windy" wrote:
>
>> Hi all expert,
>>
>>     I would like to know how I can execute my own vb .net function during
>> installation.
>> I had created my own setup project, but i don't know how can i make a
>> text
>> file included the Client's Computer Name.
>>
>> Thanks alot.
>>
>>
>>