Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-27 Thread Richard

In article <[EMAIL PROTECTED]>,
SaiTeja <[EMAIL PROTECTED]>  writes:

> Any ideas???

Are you linking staticly to the C/C++ runtime?
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-26 Thread SaiTeja

Hi,

I tried, but still it is stopped.

Project is Visual C++ -> Win32 -> Win32 project

Please find attached code.

It is working fine in Vista OS 32 bit, windows server 2003 both 32 and 64
bit

Not working in xp 32 bit :(

Any ideas???



Peter Jaworski wrote:
> 
>> I created DLL in MicroSoft Visual Studio
>> and the type of file is "Application Extension"
> 
> Could you give more detailed information. All DLLs are "Application
> Extension" please describe which project type you have chosen for
> creating DLL under VS (File>New>Project..>Other Languages>Visual C++;
> here you will find list of possible projects, which one is yours?).
> 
> See this: http://www.wixwiki.com/index.php?title=Simple_Custom_Action_Dll,
> there you have description what type of project to choose for
> CustomAction DLL.
> 
> Best regards,
> Peter Jaworski
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Click-next-control-event---Prematurely-Stopped-tp15062166p15116426.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-25 Thread Peter Jaworski
> I created DLL in MicroSoft Visual Studio
> and the type of file is "Application Extension"

Could you give more detailed information. All DLLs are "Application
Extension" please describe which project type you have chosen for
creating DLL under VS (File>New>Project..>Other Languages>Visual C++;
here you will find list of possible projects, which one is yours?).

See this: http://www.wixwiki.com/index.php?title=Simple_Custom_Action_Dll,
there you have description what type of project to choose for
CustomAction DLL.

Best regards,
Peter Jaworski

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread SaiTeja

Thanks for responses.

I created DLL in MicroSoft Visual Studio
and the type of file is "Application Extension"

Please find uploadfile for the DLL.

http://www.nabble.com/file/p15081184/invdll.txt invdll.txt 

and following is wix code

In dialog
-

1

SERVICE_INV="Service Name
Correct"


Custom Action:
--

 

Thanks




Peter Jaworski wrote:
> 
>> Am using one DLL custom action.
>> (..)
>> There is no wrong in dll. Because it is working fine in some OS's.
> 
> Tell us something more about DLL, especially what kind of DLL is it
> (MFC, COM, .net...).
> How it is linked. It may need some runtimes that cause that on some
> installations it works (because libraries or runtimes are present) and
> on other it does not
> 
> Best regards,
> Piotr Jaworski
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Click-next-control-event---Prematurely-Stopped-tp15062166p15081184.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread Peter Jaworski
> Am using one DLL custom action.
> (..)
> There is no wrong in dll. Because it is working fine in some OS's.

Tell us something more about DLL, especially what kind of DLL is it
(MFC, COM, .net...).
How it is linked. It may need some runtimes that cause that on some
installations it works (because libraries or runtimes are present) and
on other it does not

Best regards,
Piotr Jaworski

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread Schrieken, Rene
Maybe elaborate a little bit more on 'working fine in some OS's' (which
do work?) and what the Custom Action is trying to do?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
Sent: donderdag 24 januari 2008 11:20
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Click next control event - Prematurely Stopped


Hi,

Am using one DLL custom action.

This custom action am calling when user clicks next button in xyz.dlg

Some machines it is working fine(i.e. opened next dialog) and in some
machines immediately it is displaying Prematurely Stopped dialog and
installation fails.

There is no wrong in dll. Because it is working fine in some OS's. 

Can any one tell what is the wrong here.

Following is the wix code:

In dialog
-

1

SERVICE_INV="Service Name
Correct"


Custom Action:
--



-- 
View this message in context:
http://www.nabble.com/Click-next-control-event---Prematurely-Stopped-tp1
5062166p15062166.html
Sent from the wix-users mailing list archive at Nabble.com.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread SaiTeja

Hi,

Am using one DLL custom action.

This custom action am calling when user clicks next button in xyz.dlg

Some machines it is working fine(i.e. opened next dialog) and in some
machines immediately it is displaying Prematurely Stopped dialog and
installation fails.

There is no wrong in dll. Because it is working fine in some OS's. 

Can any one tell what is the wrong here.

Following is the wix code:

In dialog
-

1   
SERVICE_INV="Service Name
Correct"


Custom Action:
--



-- 
View this message in context: 
http://www.nabble.com/Click-next-control-event---Prematurely-Stopped-tp15062166p15062166.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users