Re: [WiX-users] make my vbscript to run --

2010-05-19 Thread subramanyeswari
I resolved my problem. The problem is control is not coming back to Install. I added the following statement to the dll and it worked // // Let the installer know we completed successfully // return ERROR_SUCCESS; Thanks everyone. Regards, Subramanyeswari -- View this message

Re: [WiX-users] make my vbscript to run --

2010-05-19 Thread subramanyeswari
Hi Blair, I am looking for a particular feature is installed in the system. If it is installed, then making flag to true and using that variable to set one property in wxs. I am retuning that variable from my dll based on the feature installtion and i amusing that in my wxs as below.

Re: [WiX-users] make my vbscript to run --

2010-05-19 Thread Blair
t: Tuesday, May 18, 2010 10:57 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] make my vbscript to run -- this is my dll code #include #include extern "C" { __declspec(dllexport) bool GalaxyInstalltion() { TCHAR szVersion[20]; DWORD cchVe

Re: [WiX-users] make my vbscript to run --

2010-05-18 Thread subramanyeswari
this is my dll code #include #include extern "C" { __declspec(dllexport) bool GalaxyInstalltion() { TCHAR szVersion[20]; DWORD cchVersion = 20; bool nGalaxy = false; INSTALLSTATE nFeatureState = MsiQueryFeatureState("{9AA7902B-84BE-4C15-93D1-D6C30

Re: [WiX-users] make my vbscript to run

2010-05-18 Thread David Watson
An error is occuring hidden inside your custom action. You could add some logging to that. Is 'GalaxyInstalltion' a typo maybe? Dave http://www.sdl.com";>http://www.sdl.com/images/email logo_150dpi-01.png" alt="www.sdl.com" border="0"/> http://www.sdl.com"; style="color:005740; font-weight:

Re: [WiX-users] make my vbscript to run

2010-05-18 Thread subramanyeswari
http://n2.nabble.com/file/n5070767/app.log app.log attached is the log. and here is the snapshot === Verbose logging started: 5/18/2010 6:49:27 Build type: SHIP UNICODE 3.01.4000.4042 Calling process: C:\WINDOWS\system32\msiexec.exe === MSI (c) (34:44) [06:49:27:770]: Resetting cached polic

Re: [WiX-users] make my vbscript to run

2010-05-18 Thread David Watson
1603 = Fatal error during installation, which is largely meaningless. You need to make an install log for more details. -Original Message- From: subramanyeswari [mailto:sravi...@yahoo.com] Sent: 18 May 2010 14:59 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] make my vbscr