Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-22 Thread Phill Hogland
I am still learning this stuff myself, so I may misunderstand the problem, but in your MBA, typically in PlanComplete you would have code which calls this.root.PreApplyState = this.root.State; this.root.State = InstallationState.Applying;

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread tom
Can you attach the log file? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-with-WIX-BootStrapper-tp7591935p7591941.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread Valdimar
praveeds wrote I am using an WIX BootStrapper inorder to bundle one MSI (for instance take Notepad++.msi). When i run the BootStrapper it starts installing the Notepad++.msi but once the installation is completed it would restart the installation for the second time. What would be cause of

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread Valdimar
praveeds wrote I tried with Windows 7 box and it has the same behavior. Any idea what are those registry entries? Yes, they are Run and RunOnce keys to tell Windows to run the installer on next startup, in case the installer needs the computer to reboot. I'm not sure whether this is related

Re: [WiX-users] problem with wix 3.7 and vs 2008

2013-02-06 Thread jlau1269
I believe it's a known problem, you need to add this to your project file, RunWixToolsOutOfProctrue/RunWixToolsOutOfProc, check this post for additional info WiX 3.7 with vs2008 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Woes-with-VS2008-td7582558.html -- View

Re: [WiX-users] problem with wix 3.7 and vs 2008

2013-02-06 Thread Georg.Kellerer
Hi, thanks. that solved my problem. Now all works fine. Georg -Ursprüngliche Nachricht- Von: jlau1269 [mailto:jlau1...@gmail.com] Gesendet: Donnerstag, 7. Februar 2013 05:16 An: wix-users@lists.sourceforge.net Betreff: Re: [WiX-users] problem with wix 3.7 and vs 2008 I believe it's

[WiX-users] problem with wix 3.7 and vs 2008

2013-02-04 Thread Georg.Kellerer
Hello, i am new to wix and encountered a problem when building my wixproject with Visual Studio 2008. When i start the build process vs crashes and i just have the options to debug or restart the application. is that a known problem? i read something like this in the web. My system: Windows xp

Re: [WiX-users] Problem with WiX/MSBuild with TargetPath

2009-12-01 Thread Bob Arnson
Fenstad, Darrel B wrote: I have read the closed Tracker Item https://sourceforge.net/tracker/index.php?func=detailaid=2777114group_id=105970atid=642714. It and another page I found on the Web implies that a fix went into WiX 3.0.5322.0 to address this issue. However, I am using WiX

[WiX-users] Problem using WiX tasks(MSBuild task)

2008-10-05 Thread Wong Shao Voon
Hi guys, I got the error as below, 2Project d:\xx\xx\Installer\MakeInstaller.proj (default targets): 2Target BuildInstaller: 2  d:\xx\xx\Installer\MakeInstaller.proj(43,9): error MSB4067: The element sources beneath element candle is unrecognized. 2Done building target BuildInstaller in project

Re: [WiX-users] Problem using WiX tasks(MSBuild task)

2008-10-05 Thread Neil Enns
. It's much, much, easier than trying to write your own process using the shipping tasks. Neil From: Wong Shao Voon [EMAIL PROTECTED] Sent: Sunday, October 05, 2008 9:52 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem using WiX tasks(MSBuild task

Re: [WiX-users] Problem Loading WiX Project in VisualStudio 2005

2008-09-24 Thread Bob Arnson
Norman Tiedemann wrote: When I open an existing WiX project, it does not display in Visual Studio 2005. I have tried this on 2 different machines and have the same result from each of them. See if

[WiX-users] Problem Loading WiX Project in VisualStudio 2005

2008-09-22 Thread Norman Tiedemann
Hello, I am new to WiX. I am trying to install the tool in MS Visual Studio 2005 Professional on a two different new systems. I did install Visual Studio 2005 SP1 and the security updates for SP1 on each of the systems. I installed the following files: ProjectAggregator2-3.0.4318.0.msi

[WiX-users] Problem with WiX

2008-08-28 Thread Richa.Singh
I am getting this error when I am trying to run the msi failed to read iisWebSite Table. Any help would be appreciated. Thanks! ___ This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are

Re: [WiX-users] Problem with WiX

2008-08-28 Thread pavan gadam
Seems to problem in elements defined within iis:Website /iis:Website Can you send code snippet? Thanks, Pavan - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [WiX-users] Problem with WiX

2008-08-28 Thread Richa.Singh
Installer XML toolset. Subject: Re: [WiX-users] Problem with WiX Seems to problem in elements defined within iis:Website /iis:Website Can you send code snippet? Thanks, Pavan - This SF.Net email is sponsored by the Moblin

[WiX-users] Problem with wix code - unable to upgrade new version of web service

2008-06-06 Thread Anurag Katre (Excell Data Corporation)
Hi I am creating a wix installer using the code below. Although I am using the UpgradeCode , the msi does not replace the already installed web service code with the new one. Is there something that I am missing? Please help. ?xml version=1.0? Wix

[WiX-users] Problem building Wix V3

2008-05-23 Thread Eva, Mark E (ESL Lab-Boise)
The following errors occur when I try to build Wix 3.0.4116.0 from wix3-source.zip from /releases/3.0.4116.0 Please note the error below; The chm target can't find chm.proj as it is missing from the source zip file. Thanks for your help, Mark #

Re: [WiX-users] Problem building Wix V3

2008-05-23 Thread Bob Arnson
Eva, Mark E (ESL Lab-Boise) wrote: The following errors occur when I try to build Wix 3.0.4116.0 from wix3-source.zip from /releases/3.0.4116.0 In general, the sources.zip is for reference; it's missing several large DLLs and other binary files that are available either from CVS or the

[WiX-users] Problem with WIX in windows 2000

2008-02-02 Thread Ducatti
Hi I have a WIX setup invoking a C++ dll to check the license key. The same works in Windows XP. But doesnt in Windows 2000. The Installer doesnt display any error message and goes to finish screen giving a message The Installer Wizard ended Prematurely because of an error Can

Re: [WiX-users] Problem with WIX in windows 2000

2008-02-02 Thread Bob Arnson
Ducatti wrote: Hi I have a WIX setup invoking a C++ dll to check the license key. The same works in Windows XP. But doesnt in Windows 2000. The Installer doesnt display any error message and goes to finish screen giving a message *The Installer Wizard ended Prematurely because of an error*

Re: [WiX-users] Problem with WiX custom UI

2007-12-10 Thread Adam Langley
www.seconag.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anidil Sent: Monday, 10 December 2007 10:02 p.m. To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with WiX custom UI I'm trying to create a custom UI library customizing installDir

Re: [WiX-users] Problem with WiX custom UI

2007-12-10 Thread Bob Arnson
Anidil wrote: I'm trying to create a custom UI library customizing installDir sequence, changing the line Property Id=WixUI_InstallDirDlg_Next Value=VerifyReadyDlg / to Property Id=WixUI_InstallDirDlg_Next Value=ProgressDlg / so that i can directly get the progress dialog without waiting

Re: [WiX-users] Problem in WIX

2007-10-22 Thread Richard
In article [EMAIL PROTECTED], Deepak Krishna [EMAIL PROTECTED] writes: 1. How to use two binary file in a single custom Action in WIX? What for? Tell us the goal, not the task you think you need to accomplish in order to reach your goal. 2. How to pass a binary file as a

[WiX-users] Problem in WIX

2007-10-21 Thread Deepak Krishna
I need help in the following scenarios in wix. 1. How to use two binary file in a single custom Action in WIX? 2. How to pass a binary file as a input parameter to a vbscript custom Action which will be invoked by another binary file? 3. How to delete unwanted files after the

Re: [WiX-users] Problem with Wix and .cab files

2007-09-07 Thread Alexei
Try adding [EMAIL PROTECTED]yes. This should get rid of the directory structure and hopefully put the files into the cab. Jarle Aase wrote: Hi List, I'm trying to split the files in an installation to one or more .cab files. If I have understood the schema correct, this is done by

[WiX-users] Problem with Wix and .cab files

2007-09-07 Thread Jarle Aase
Hi List, I'm trying to split the files in an installation to one or more .cab files. If I have understood the schema correct, this is done by adding a media node with [EMAIL PROTECTED]no, and then by having the component or file nodes referencing it's Id attribute with their DiskId attribute.

Re: [WiX-users] Problem after WiX upgrade

2007-02-26 Thread Michael Sperber
Some more info on my problems: - The log file of msiexec /i shows this: MSI (c) (C8:AC) [15:57:48:335]: Machine policy value 'Debug' is 0 MSI (c) (C8:AC) [15:57:48:335]: *** RunEngine: *** Product: scheme48.msi *** Action: *** CommandLine:

[WiX-users] Problem after WiX upgrade

2007-02-25 Thread Michael Sperber
Hi, I'm a very casual WiX (and Windows) user. Forgive me if this is a trivial question. After switching to a new machine and upgrading to WiX 2.0.4820.0 (from an about-2-year-old version of WiX), I have two problems I didn't have before: Installing the .msi file also pops up the dialog