Re: Setup and Deployment
From: Todd Derksen [MSFT] (tderksen_at_online.microsoft.com)
Date: 08/10/04
- Next message: Ken Tucker [MVP]: "Re: Image.FromStream(ms) Invalid parameter used problem!!!"
- Previous message: Herfried K. Wagner [MVP]: "Re: Question from a newbie"
- In reply to: SStory: "Re: Setup and Deployment"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Aug 2004 20:50:42 GMT
Ricky,
If they are referenced by your code they should be automatically added to
the setup project (whether in a MSM for or standalone files)
Also the register property on the files should be automatically populated
so that they just work.
If they are not automatically added to your setup project you can add them,
If there are files that are not marked to be registered you can change
there register property so that the MSI will take care of the registration
work for you.
I hope that answers your question, if not just reply with more specific
details.
Todd Derksen
--------------------
Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "SStory" <TheStorys@TAKEOUTTHISSPAMBUSTERsofthome.net>
>
>Do a custom launch action maybe..
>
>after normal setup completes.....
>
>have it run your exe or whatever from the CD to install.
>
>You can find that in online help Custom Launch Action I think.
>
>I have done one simple one.
>
>You can do very complex custom install things that inherit some classes but
>mine just called an exe that I placed on the cd in addition to other files.
>
>HTH,
>
>Shane
>"Ricky" <resbauer@hotmail.com> wrote in message
>news:2b4401c47e42$c0369380$a301280a@phx.gbl...
>> I am doing setup and deployment for the first time
>> in .NET. I have developed an application in VB.NET which
>> uses a third party component. But in order for the
>> component to work I need to register the component first.
>> So I developed another applciation which does the
>> registering automatically. So now I have 2 exe's.
>> One exe registers the component and calls the actual
>> second exe.
>> When I am creating the setup I am selecting both the
>> exe's to be included in the setup. But both of them show
>> up when deploying.
>>
>> Is there any other way of doing this? I mean just
>> including the component when selecting the launch
>> registry etc...
>>
>>
>
>
>
- Next message: Ken Tucker [MVP]: "Re: Image.FromStream(ms) Invalid parameter used problem!!!"
- Previous message: Herfried K. Wagner [MVP]: "Re: Question from a newbie"
- In reply to: SStory: "Re: Setup and Deployment"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|