[WiX-users] Getting MSI Error 1613

2010-04-01 Thread Sandeep Gautam (HCL Technologies Ltd)
HI All, While doing installation I am getting error # 1613(This installation package cannot be installed by the Windows Installer service. you must install a Windows service pack that contains a newer version of the Windows Installer service.). I am using Windows (r) Installer. V 4.00.6001.0.

[WiX-users] File is not copying sometime with Vital="yes"

2009-10-29 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi All, I have one file which has property vital="yes" but on some machine it is not copying and installation is showing successful. Anybody has any clue why it is happening. Regards -Sandeep -- Come build with us! The

Re: [WiX-users] File is not copying sometime with Vital="yes"

2009-10-29 Thread Sandeep Gautam (HCL Technologies Ltd)
ity." - Me http://blogs.msdn.com/icumove <-- NEW On Thu, Oct 29, 2009 at 11:14 PM, Sandeep Gautam (HCL Technologies Ltd) < v-sgo...@microsoft.com> wrote: > Hi All, > > I have one file which has property vital="yes" but on some machine it is > not copying and installation is

[WiX-users] How to Install Password protected certificate(PFX file)

2008-09-03 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to install password projected certificate(pfx file) But not able to do the same. If I am manually importing this pfx file, it is generating 4 files(1 pfx and 3 certificate). But through Wix, it is generating only one certificate. Please find the code snippet. Please help me out in t

[WiX-users] FW: How to Install Password protected certificate(PFX file)

2008-09-03 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to install password projected certificate(pfx file) But not able to do the same. If I am manually importing this pfx file, it is generating 4 files(1 pfx and 3 certificate). But through Wix, it is generating only one certificate. Please find the code snippet. Please help me out in t

Re: [WiX-users] How to Install Password protected certificate(PFX file)

2008-09-04 Thread Sandeep Gautam (HCL Technologies Ltd)
Posting again my query. Please help me in this reqard. Regards Sandeep From: Sandeep Gautam (HCL Technologies Ltd) Sent: Wednesday, September 03, 2008 10:50 PM To: wix-users@lists.sourceforge.net Subject: FW: How to Install Password protected certificate(PFX file) Hi, I want to install

[WiX-users] How to invoke InstallUtil.exe

2008-09-09 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I want to invoke installUtil.exe. How can I do the same. Thanks in advance. Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with

Re: [WiX-users] getting working v1.0 -> v1.0 minor update using msp & msi solutions pulled together

2008-09-11 Thread Sandeep Gautam (HCL Technologies Ltd)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert O'Brien Sent: Thursday, September 11, 2008 6:35 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] getting working v1.0 -> v1.0 minor update using msp & msi solutions

[WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-11 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to create one common installer that will work for 32 Bit and 64 bit OS. How can I do this? Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux ba

Re: [WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-12 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi Michael, Thanks for your response. Can you share some code base on that. Thanks Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ballou Sent: Friday, September 12, 2008 9:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users

[WiX-users] How can i select a file through bowse dialog

2008-09-15 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to select a particular(txt or XML) file in between of my installation.I am able to reach upto particular folder but can not select any file in that folder. Please help me out. Regards Sandeep - This SF.Net ema

[WiX-users] Remote Installtion

2008-09-17 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, Can we do install a MSI remotely. Suppose I am running my MSi from Machine "A" but this should be install on Machine B( all binaries etc in Machine B programfile folder). Can we do this kind of installation. Regards Sandeep ---

[WiX-users] How to Keep the Property value along with MSI

2008-09-22 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, While Installing , I am passing One Data base server name along with One property. But while uninstalling, It is giving error because it is looking for data base name. So I want to save the value of the property so that I can use the same on uninstallation. Regards Sandeep -

[WiX-users] Writing in Win 2k8 Server Registry

2008-09-23 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am trying to create a key into Win2K8 Server's HKLM\SOFTWARE\Wow6432Node\Microsoft through installer. But While Running the MSi , it is giving me a error "U don't have access right to write into registry". But I am running through Admin accounts. Please find the code snippet . http://mo

[WiX-users] MSI Issue

2008-09-23 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am building one MSI on 32 bit and I am running on 64 bit Win2k8 server, It is throwing below mentioned error. Error 1402. Could not open key: HKEY_LOCAL_MACHINE32\SOFTWARE\Wow6432Node\Microsoft\XXX\Configuration. System error 161. Verify that you have sufficient access to that key, or

[WiX-users] Creating Registry Out of Wow6432Node nocde on 64 bit machine

2008-09-23 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am trying to create a registry key on 64 bit (Win2K8 Server) machine at HKLM\SOFTWARE\Microsoft\XXX through installer. But While Running the MSI on 64 bit machine , it is going into SOFTWARE\Wow6432Node\Microsoft\XXX. I am running through Admin privilege. Please find the code snippet .

Re: [WiX-users] Do i need to pass property values both at install time and Uninstalltime.

2008-09-23 Thread Sandeep Gautam (HCL Technologies Ltd)
could have registry locator that reads that value. Check your state and when doing an uninstall use that registry locator value? Thanks, -- Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com <http://icumove.spaces.live.com/> On Mon, Sep 22, 2

[WiX-users] How can i do Partial Un installation

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I want to do partial uninstallation. There would be one some check boxes for selection to which I want to uninstall on Remove screen but I don't know is this possible? Regards -Sandeep - This SF.Net email is sponsore

[WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I am creating one installer on 32 bit machine. In my Installer, There is one utility always which is looking at HKLM\Software\Microsoft\XXX. On 32 Bit machine it is working fine because Below mentioned code is crating the required key at same location(HKLM\Software\Microsoft\XXX) Bu

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Resending My Query.. Please help me out. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 10:36 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Registey Key Issue Hi , I am

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
ur entries. Chris On Wed, Sep 24, 2008 at 3:02 PM, Sandeep Gautam (HCL Technologies Ltd) < [EMAIL PROTECTED]> wrote: > Resending My Query.. Please help me out. > > -Original Message----- > From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] > ] > Sent: Wedn

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
ior you are looking > for. If your software is 32 bit though, it will be looking in the > Wow6332Node for it's registry entries, so be cautious when placing your > entries. > > Chris > > On Wed, Sep 24, 2008 at 3:02 PM, Sandeep Gautam (HCL Technologies Ltd) < > [EMAIL PROT

[WiX-users] 64 bit Installer

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am creating 64 bit installer. For this, I have added Platform attribute as x64 and in Component , added one attribute Win64='yes'. But it is giving error as mentioned below. An unexpected Win32 exception with error code 0x654 occurred: Please help. Regards Sandeep -

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
you run the MSI? Do you have any output or log files? Chris On Wed, Sep 24, 2008 at 6:35 PM, Sandeep Gautam (HCL Technologies Ltd) < [EMAIL PROTECTED]> wrote: > Hi Chris, > > I am creating 64 bit installer. For this, I have added Platfrom attribte as > x64 and in Com

Re: [WiX-users] how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI?

2008-09-25 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am building one msi on 32 bit machine and using on 64 bit machine. By this MSi, I want to write out of the Wow6432node. But I am not able to do the same. As I guess, I am running this msi in 32 bit scope that is why I am not able to write out of the wow6432bit folder. Even the same instal

Re: [WiX-users] how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI?

2008-09-27 Thread Sandeep Gautam (HCL Technologies Ltd)
values to both 32 bit and 64 bit registries in one MSI? Sandeep Gautam (HCL Technologies Ltd) wrote: > I am building one msi on 32 bit machine and using on 64 bit machine. > By this MSi, I want to write out of the Wow6432node. That requires a 64-bit installer. Note that if you're run

[WiX-users] Do not want to execute component on repair and Remove

2008-09-30 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to execute a component at the time of first time installation. Don't want to execute at repair and remove option. Please help me out what condition shall I add. Its very urgent. Regards -Sandeep - This SF.Net e

[WiX-users] Roll Back Action

2008-10-02 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi While doing installation, I am facing so many errors then on error i want to roll back all the component which has installed till than.Because if I am installing very first time and getting some error in between and again try to install then it is going on Maintenance screen. Please help me

[WiX-users] Condition for Component

2008-10-03 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I have one component which is creating Data bases. Now I want to execute this component only at the time of first time installation. I don't want to execute this on repair and remove(don't want to drop the Db at the time remove) options. I have tried conditions so many conditions with compo

Re: [WiX-users] Condition for Component

2008-10-04 Thread Sandeep Gautam (HCL Technologies Ltd)
Resending My Query.. Please help me out. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2008 7:28 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Condition for Component Hi , I have one

Re: [WiX-users] Do not want to execute component on repair and Remove

2008-10-04 Thread Sandeep Gautam (HCL Technologies Ltd)
Resending my query. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 12:17 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Do not want to execute component on repair and Remove Hi

[WiX-users] What is the Use WixFailWhenDeferred

2008-10-04 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am looking for roll back mechanism after installfinalize (when any custom action gets fail). In this regard please let me now the roll of "WixFailWhenDeferred" CA. Please help me out if any there practice is there. Regards -Sandeep -

Re: [WiX-users] Condition for Component

2008-10-04 Thread Sandeep Gautam (HCL Technologies Ltd)
the Component marked Transitive? -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2008 19:28 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Condition for Component Hi , I have one component

Re: [WiX-users] Condition for Component

2008-10-04 Thread Sandeep Gautam (HCL Technologies Ltd)
ginal Message- From: Eitan Behar [mailto:[EMAIL PROTECTED] Sent: Saturday, October 04, 2008 11:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Condition for Component Not Installed On Sun, Oct 5, 2008 at 1:45 AM, Sandeep Gautam (HCL Technologies Ltd) <

Re: [WiX-users] Condition for Component

2008-10-05 Thread Sandeep Gautam (HCL Technologies Ltd)
ript for dropping the database. Hope this helps. Eitan On Sun, Oct 5, 2008 at 8:34 AM, Sandeep Gautam (HCL Technologies Ltd) < [EMAIL PROTECTED]> wrote: > I have tried this option also. On repair/repair, with this option it is > deleting the data base . But On remove/repair, I don &#

[WiX-users] Component execution based on condition

2008-10-06 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I have some component which are executing based on some property. I am declaring my property like that: I am assigning values to this property on some button click event: 1 But my component is not executing. If I will assign value like : Then my component is executin

Re: [WiX-users] Component execution based on condition

2008-10-06 Thread Sandeep Gautam (HCL Technologies Ltd)
] Component execution based on condition You don't have the property spelled the same in all instances. I see INSTALLLSFILES (with an L in the middle) and INSTALLPSFILES (with a P in the middle). Jim Williams -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[

[WiX-users] Partial Uninstallation

2008-10-06 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I want to do partial uninstallation. Actually at the time of installation, I am dropping my binaries in two different folder. At the time of remove, invoking check box based UI and selecting only one checkbox (which will uninstall/remove one folder). Please help me out, how can I do this.

[WiX-users] Silent Repair

2008-10-06 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , How can I do silent repair. I am running msiexec with option /f nothing is happening.No Custom action is not executing. Please help. Regards -Sandeep - This SF.Net email is sponsored by the Moblin Your Move Developer'

Re: [WiX-users] Component execution based on condition

2008-10-07 Thread Sandeep Gautam (HCL Technologies Ltd)
Re sending my query... -Regards Sandeep -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 12:40 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Component execution based on condition

Re: [WiX-users] Component execution based on condition

2008-10-07 Thread Sandeep Gautam (HCL Technologies Ltd)
on condition Seems like someone answered this one earlier. You have spelled your property two different ways in different locations: INSTALLLSFILES INSTALLPSFILES -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 3:59

[WiX-users] Install Condition for .Net framework 3.5 SP1

2008-10-08 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, How can I add acheck for .net framework 3.5 SP1. Actually I want to check for "v3.0 SP1" under HKLM\Software\Microsoft\.NETFramework. Currently I am opting below mentioned work around for this. I am looking inside v3.0 SP1\SBSDisabled and reading Uninstall value.

[WiX-users] File Browse Dialog Box

2008-10-09 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , Can we create a file browse dialog box. On button click , Dialog will invoke and will select a particular file from any directory. Please help. Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move

[WiX-users] Patch Related Error

2008-10-10 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, While creating the Patch I am getting below mentioned error. ERROR: Since MSI 3.0 will block installation of major upgrade patches with sequencing information, creation of such patches is blocked. I am getting this error while running the command: Msimsp.exe -s Patch.pcp -p Patch.msp -l Pat

Re: [WiX-users] File Browse Dialog Box

2008-10-10 Thread Sandeep Gautam (HCL Technologies Ltd)
: Friday, October 10, 2008 8:38 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] File Browse Dialog Box In article <[EMAIL PROTECTED]>, "Sandeep Gautam (HCL Technologies Ltd)" <[EMAIL PROTECTED]> writes: > Can we create a file bro

[WiX-users] Integration with Corext

2008-10-13 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to integrate my wix code with Corext build process so that daily new msi comes with latest bit. Please help me out, How can I do this. Regards -Sandeep - This SF.Net email is sponsored by the Moblin Your Move Deve

[WiX-users] How to masked Password Value

2008-10-14 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, While doing silent installation, I want to pass user id and password id for services. How can I give password in masked form from command line. Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move D

Re: [WiX-users] How to masked Password Value

2008-10-14 Thread Sandeep Gautam (HCL Technologies Ltd)
: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 4:58 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to masked Password Value Property/@Hidden="yes"? -Original Message----- From: Sandeep Gautam (HCL Technologies Lt

[WiX-users] Regarding Customizr errors

2008-10-15 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, While doing installation if some error comes then some predefined related errors are coming. How can we give our own customize errors? Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [WiX-users] Regarding Customizr errors

2008-10-15 Thread Sandeep Gautam (HCL Technologies Ltd)
. Regards Sandeep -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 4:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Regarding Customizr errors ? -Original Message- From: Sandeep Gautam (HCL

[WiX-users] Component Condition

2008-10-16 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to execute one component only at the time of installation. I don't want to execute on repair and remove. This component will create one data base. I don't to do anything with DB on repair. I have tried so many option but could not successful. Regards -Sandeep -

Re: [WiX-users] Component Condition

2008-10-16 Thread Sandeep Gautam (HCL Technologies Ltd)
: [WiX-users] Component Condition What conditions have you tried on the component? Have you tried "NOT Installed"? Are you creating the database with SqlDatabase tag? If so, please paste your code for that tag. -Original Message----- From: Sandeep Gautam (HCL Technologies Ltd) [mai

[WiX-users] Linker Errors

2008-10-17 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I am using Password Attribute in Edit control. While compliling and linking , I am getting below mentioned warning. " LGHT1076:ICE45: ROW in table control has bits set in the "Attribute column" that are not used in the schema of the package, But are used in the later schema. Your packa

[WiX-users] Default Log Location

2008-10-19 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to create one log file at my target directory. I don't want to give any log related switch at command line. Is this possible to give log related switch from else where. Regards -Sandeep - This SF.Net email is sp

[WiX-users] How to access WixSqlExtension.dll

2008-10-21 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am running candle command and I have used sql component in my WXS file. Due to this I am using -ext switch and after that giving the path of 'WixSqlExtension.dll'. But I am getting error CNDL0103 error. If I am working directly in Wix bin directory and giving only 'WixSqlExtension.dll' (w

[WiX-users] Getting Error LGHT0102

2008-10-22 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi Runnning Light command from command line, I am getting LGHT0102 error . Please find the error: c:\delivery\dev\wix\src\ext\sqlextension\wixlib\sqlextension.wxs(18) : error LGHT0102 : The localization variable !(loc.ConfigureSql) is unknown. Please ensure the variable is defined. Please help

[WiX-users] Custom action Error

2008-10-22 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I have one custom action to start the service. If some service is not getting start , I want to invoke user defined error message. Please suggest how can I do this. Regards Sandeep - This SF.Net email is sponsored by the

[WiX-users] C# Custom action

2008-10-23 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I want to write some c# custom actions. These custom action will return some values and based on that I will add some condition in my wix code. Please help me out how can I write or what reference and all i need to add. Regards Sandeep ---

[WiX-users] Custom action specific Error Massage

2008-10-23 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, In my Wix code, I am executing one custom action Some times, This custom action is failing. So on failure ,I want to give specific error related to only this CA. I am getting one generalize error(Id=1722) for all CAs failure. Please help me out. Regards Sandeep -

[WiX-users] How can i set Wix Property from C# Custom actions

2008-10-23 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I have designed one file browse dialog in c# and through this Dialog I am selecting one file.Now I want to assign selected file path to one Wix property. How can I do this? Please help. Regards Sandeep -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday,

[WiX-users] Custom action Problem

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
HI, I have developed one c# file browse dialog box. This Ca is invoking from one WIx Dialog box contains(text box, browse button, next button and Back button).In Text box, I am take property which will get value from file browse dialog CA. On Click event of browse button, I m invoking file brows

[WiX-users] Custom action Problem

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to enter some values from my c# custom action to Wix UI text box. Can i access this text box in my c# CA? Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build th

Re: [WiX-users] Custom action Problem

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
: Re: [WiX-users] Custom action Problem Sure, MsiSetProperty(hinstall, PROP, PROPVALUE) I would think, then you could take that PROP and put and use it in your UIText element, while scheduling to run immediate. I'm thinking that would work. On Fri, Oct 24, 2008 at 4:49 PM, Sandeep Gautam

Re: [WiX-users] Custom action specific Error Massage

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
ssage- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 11:55 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Custom action specific Error Massage Hi, In my Wix code, I am executing one custom a

[WiX-users] How to enable Install Log

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I want to enable installer log. I don't want to use msiexec /I /l*v installerlog.log Actually I don't want to enforce to user to go on command line and add switch for log. Please help me out how can I enable the log in wix code or ??? Regards Sandeep -

[WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I have few custom actions. For example, I want to execute installutil.exe in my custom action, But due to some reason this custom acton is getting fail. On failure some wix predefined error 1722 is coming. But I want to give some custom action specific error. Please help how can I do this?

[WiX-users] [STATread] custom action

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I want to create a Custom action for file selection. For this I am writing c# Ca using System.Windows.Forms.OpenFileDialog. this custom action is working on some machine and on few machines it is giving error "Current thread must be set to single thread apartment (STA) mode before OLE cal

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
. Subject: Re: [WiX-users] Custom action Specific Errors That's a standard Windows Installer error that means the custom action (probably) crashed, not a WiX error you can re-define. Phil Wilson -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED]

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors Gracefully crash. Interesting. Why not avoid the crash and display the dialog instead? -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
real control over EXE CustomActions. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 14:23 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors Right Now one D

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
They can call ::MsiProcessMessage(). -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 14:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors What about DLL

[WiX-users] Registry Key Access rights to service accont

2008-10-30 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am creating one registry key under HKLM trough MSI. Now I want to give access permission to one windows service account at the time of installation so that account can read that registry. Please help how can I do this. Regards -Sandeep ---

Re: [WiX-users] Registry Key Access rights to service accont

2008-10-30 Thread Sandeep Gautam (HCL Technologies Ltd)
look at the wix doc. There's a & On Thu, Oct 30, 2008 at 2:03 PM, Sandeep Gautam (HCL Technologies Ltd) < [EMAIL PROTECTED]> wrote: > Hi, > > I am creating one registry key under HKLM trough MSI. Now I want to give > access permission to one windows service account at th

[WiX-users] Upgrade Problem

2008-10-31 Thread Sandeep Gautam (HCL Technologies Ltd)
HI, I have added one UI to change the destination folder . After adding every thing is working file except upgrade. Earlier upgrade was working fine with UI of chage the destination folder. Please help Regards Sandeep -

Re: [WiX-users] Upgrade Problem

2008-10-31 Thread Sandeep Gautam (HCL Technologies Ltd)
Under Set Desination Folder UI, I am setting 1 Is there any impact due to this event ? Please help me out. Regards -Sandeep -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:33 PM To: General discussion for