PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Setup dll problem

Reply

Setup dll problem

 
Thread Tools Rate Thread
Old 12-09-2006, 05:21 PM   #1
TW
Guest
 
Posts: n/a
Default Setup dll problem


Hi, I've created a setup dll for my CAB. I've included in the inf file

[DefaultInstall]
CEShortcuts=Shortcuts
CopyFiles=Files.Common,Files.Quarantine,Files.Update
CESetupDLL=Auto.dll
AddReg=RegData

its not working however. How can i work out why the CAB autostart is not
working?


  Reply With Quote
Old 12-09-2006, 07:44 PM   #2
Ilya Tumanov [MS]
Guest
 
Posts: n/a
Default Re: Setup dll problem

Probably bad setup DLL. Please make sure it has all required entry points
and compiled for correct CPU (that's right it has to be native).



Also, I'm not sure what do you mean by "CAB autostart" and how setup DLL is
relevant to it. Setup DLL allows for custom logic to be executed, it does
not change setup process at all.


--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group...framework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).

"TW" <tw@hotmail.com> wrote in message
news:%23vFQEeo1GHA.1256@TK2MSFTNGP02.phx.gbl...
> Hi, I've created a setup dll for my CAB. I've included in the inf file
>
> [DefaultInstall]
> CEShortcuts=Shortcuts
> CopyFiles=Files.Common,Files.Quarantine,Files.Update
> CESetupDLL=Auto.dll
> AddReg=RegData
>
> its not working however. How can i work out why the CAB autostart is not
> working?
>
>



  Reply With Quote
Old 13-09-2006, 09:14 AM   #3
TW
Guest
 
Posts: n/a
Default Re: Setup dll problem

Thanks, do i need the vsdsetup dll in the inf file like this

[DefaultInstall]
CEShortcuts=Shortcuts
CopyFiles=Files.Common,Files.Quarantine,Files.Update
CESetupDLL=Auto.dll
AddReg=RegData
CESetupDLL=vsd_setup.dll



"Ilya Tumanov [MS]" <ilyatum@online.microsoft.com> wrote in message
news:45070008$1@news.microsoft.com...
> Probably bad setup DLL. Please make sure it has all required entry points
> and compiled for correct CPU (that's right it has to be native).
>
>
>
> Also, I'm not sure what do you mean by "CAB autostart" and how setup DLL
> is relevant to it. Setup DLL allows for custom logic to be executed, it
> does not change setup process at all.
>
>
> --
> Best regards,
>
> Ilya
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> *** Want to find answers instantly? Here's how... ***
>
> 1. Go to
> http://groups-beta.google.com/group...framework?hl=en
> 2. Type your question in the text box near "Search this group" button.
> 3. Hit "Search this group" button.
> 4. Read answer(s).
>
> "TW" <tw@hotmail.com> wrote in message
> news:%23vFQEeo1GHA.1256@TK2MSFTNGP02.phx.gbl...
>> Hi, I've created a setup dll for my CAB. I've included in the inf file
>>
>> [DefaultInstall]
>> CEShortcuts=Shortcuts
>> CopyFiles=Files.Common,Files.Quarantine,Files.Update
>> CESetupDLL=Auto.dll
>> AddReg=RegData
>>
>> its not working however. How can i work out why the CAB autostart is not
>> working?
>>
>>

>
>



  Reply With Quote
Old 13-09-2006, 07:39 PM   #4
Ilya Tumanov [MS]
Guest
 
Posts: n/a
Default Re: Setup dll problem

You can only have one setup DLL.

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group...framework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).

"TW" <tw@hotmail.com> wrote in message
news:uSJ9syw1GHA.2176@TK2MSFTNGP04.phx.gbl...
> Thanks, do i need the vsdsetup dll in the inf file like this
>
> [DefaultInstall]
> CEShortcuts=Shortcuts
> CopyFiles=Files.Common,Files.Quarantine,Files.Update
> CESetupDLL=Auto.dll
> AddReg=RegData
> CESetupDLL=vsd_setup.dll
>
>
>
> "Ilya Tumanov [MS]" <ilyatum@online.microsoft.com> wrote in message
> news:45070008$1@news.microsoft.com...
>> Probably bad setup DLL. Please make sure it has all required entry points
>> and compiled for correct CPU (that's right it has to be native).
>>
>>
>>
>> Also, I'm not sure what do you mean by "CAB autostart" and how setup DLL
>> is relevant to it. Setup DLL allows for custom logic to be executed, it
>> does not change setup process at all.
>>
>>
>> --
>> Best regards,
>>
>> Ilya
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> *** Want to find answers instantly? Here's how... ***
>>
>> 1. Go to
>> http://groups-beta.google.com/group...framework?hl=en
>> 2. Type your question in the text box near "Search this group" button.
>> 3. Hit "Search this group" button.
>> 4. Read answer(s).
>>
>> "TW" <tw@hotmail.com> wrote in message
>> news:%23vFQEeo1GHA.1256@TK2MSFTNGP02.phx.gbl...
>>> Hi, I've created a setup dll for my CAB. I've included in the inf file
>>>
>>> [DefaultInstall]
>>> CEShortcuts=Shortcuts
>>> CopyFiles=Files.Common,Files.Quarantine,Files.Update
>>> CESetupDLL=Auto.dll
>>> AddReg=RegData
>>>
>>> its not working however. How can i work out why the CAB autostart is not
>>> working?
>>>
>>>

>>
>>

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off