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; myMmbaClass.Model.Engine.Ap

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 wi

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 o

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 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

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, true, check this post for additional info WiX 3.7 with vs2008 -- View this message in context: http://windows-in

[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=detail&aid=2777114&group_id=105970&atid=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 with WiX/MSBuild with TargetPath

2009-11-30 Thread Fenstad, Darrel B
I have read the closed Tracker Item https://sourceforge.net/tracker/index.php?func=detail&aid=2777114&group_id=105970&atid=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 3.0.5419.0 (verified version in

Re: [WiX-users] Problem with WiX

2008-08-27 Thread Richa.Singh
Thanks, everyone. It's solved now. The problem was with it had to be -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pavan gadam Sent: 28 August 2008 14:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem

Re: [WiX-users] Problem with WiX

2008-08-27 Thread pavan gadam
Seems to problem in elements defined within 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 applications with Moblin SDK

[WiX-users] Problem with WiX

2008-08-27 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

[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. http://schemas.microsoft.com/wix/2003/01/wi";>

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*" C

[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 an

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 > > > > to so that i > can directly get the progress dialog without waiting for the verifyReadyDlg. > ProgressDlg is executed from the InstallUISequence. You need to duplicate the c

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 insta

[WiX-users] Problem with WiX custom UI

2007-12-10 Thread Anidil
I'm trying to create a custom UI library customizing installDir sequence, changing the line to so that i can directly get the progress dialog without waiting for the verifyReadyDlg. But when i run the built MSI, it errors out after the installDirDlg screen saying that "the installer encounte

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-06 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" attr