[WiX-users] help

2013-10-29 Thread Umesh Joglekar
> From: wix-users-requ...@lists.sourceforge.net > Subject: WiX-users Digest, Vol 89, Issue 117 > To: wix-users@lists.sourceforge.net > Date: Tue, 29 Oct 2013 21:17:36 + > > Send WiX-users mailing list submissions to > wix-users@lists.sourceforge.net > > To subscribe or unsubscribe vi

[WiX-users] Error 2726: Action not found: WelcomeForm

2010-09-02 Thread Umesh Joglekar
Hi, We have been seeing this error in our installs (both first time and repair mode) Here is a relevant portion of the log. Action 14:15:27: ProgressForm. Dialog created DEBUG: Error 2726: Action not found: WelcomeForm The installer has encountered an unexpected error installing this pac

[WiX-users] ustomizing WIX messageboxes

2010-08-19 Thread Umesh Joglekar
Hi, Is there a way to customize WIX MessageBoxes? Thanks Umesh -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challeng

Re: [WiX-users] bitmap error 2858

2010-08-19 Thread Umesh Joglekar
Hi, I was able to solve this problem and the earlier reported problem of custom action not running on XP. I am reporting this so others can benefit from it. The custom dialog used a background image which was in jpg format. Windows 7 could handle it. XP HOME SP3 also could handle it though

[WiX-users] bitmap error 2858

2010-08-18 Thread Umesh Joglekar
Hi, In our installer I am getting error 2858 when the installer is run on XP Pro 32. Actual log entry is Debug: Error 2858. The data for bitmap background is not valid. This problem is not seen on Windows 7. Has anyone noticed similar behavior? What could be causing this problem?

[WiX-users] CustomAction not running

2010-08-17 Thread Umesh Joglekar
Hi, I have a custom action executable written in c++. This pops up the browser to the appropriate download link for a prerequisite. It works fine on Windows 7 but on XP it does not seem to be running. It is launched as a special dialog asking the user to install the prerequisite before inst

[WiX-users] Aborting install on error condition

2010-08-12 Thread Umesh Joglekar
I need to close the install after telling the user of a prerequisite software, take him to a download URL and then exit install. I have written a custom action that pops up the browser at the required URL. If the prerequisite is not present I conditionally launch a specific dialog (first

[WiX-users] InstallFinalize error

2010-08-01 Thread Umesh Joglekar
I am getting following error in installation. PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 22:36:25: InstallFinalize. Return value 3 What does it indicate? Thanks Umesh --

[WiX-users] Sequencing custom actions

2010-07-31 Thread Umesh Joglekar
Our application 'MyApp' has two features, one coded in wxs file and other in a merge module. Both the features are coded with ConfigurableDirectory="TARGETDIR". We would like to install the app one directory off of user's choice. We have a default directory for installation "c:\ProgramFiles

[WiX-users] Configurabble Install Directory

2010-07-28 Thread Umesh Joglekar
In our installer we would like to allow the users to select install directory. However, we want to install it one directory off of user's choice. i.e. if the user chooses c:\ we want to install it to c:\MyApp. I am able to achieve this with . . Our product has two features First o

[WiX-users] Bootstrapper for .Net 2.0

2010-07-23 Thread Umesh Joglekar
Hi, Our application needs to have .NET 2.0 installed on the user's machine. It is used on both 32 bit and 64 bit operating systems. I looked at the example on Sourceforge and modified the project to create the bootstrapper with 32 bit dotnetfx 2.0, and it works fine. How do I add x64 and