Re: [WiX-users] Custom UI sequence

2011-01-10 Thread Brad Schick
Thanks. I basically gave up on this. I've found it much easier, better documented, and faster to just edit the MSI directly with Orca. Not meant as a flame, but I've found that using Wix to bootstrap the process but them removing the Wix intermediary has made my life much simpler. -Brad On Ja

Re: [WiX-users] Custom Action privileges

2011-01-10 Thread Leonidas Spyropoulos
On 10/01/2011 14:31, Leonidas Spyropoulos wrote: > Hey gyus, > > I got a Custom Action written in C++ and called within my installer. > > The custom action is defined as: > >DllEntry="ConfigureDatabaseFile" Execute="deferred"/> >Return="check" Property="DatabaseConfiguration" > Val

[WiX-users] Delete the shortcuts on uninstall

2011-01-10 Thread MeCoco
Hi all, I wrote the needed code to create 2 shortcuts: one in the Start Menu and the other one on the desktop. The problem is that when uninstalling the product the shortcuts are not deleted, they both remain in the system. The code looks like: Can pls

Re: [WiX-users] Let the user choose the installation directory onlyon first install, and not on updates

2011-01-10 Thread MeCoco
Hi Pally, Thanks a lot for your answers. Actually in a major upgrade the last used directory used for installation is shown in the dialog, but the user could still _change_ it, so I think I'll have to go with your first answer. I will investigate on how to do it. Thank you, MeCoco On 1/10/201

[WiX-users] Custom Action privileges

2011-01-10 Thread Leonidas Spyropoulos
Hey gyus, I got a Custom Action written in C++ and called within my installer. The custom action is defined as: And called as: My question is that although I can read configuration files I copy into Program Files folder I cannot write files in it. I c

Re: [WiX-users] (no subject)

2011-01-10 Thread Mathis Thomas
FYI... Thank you very much, Thom! That was the solution. Greets Thomas BICA AG Retail Solution Company Switzerland -Ursprüngliche Nachricht- Von: Thom Leigh [mailto:t...@mondago.com] Gesendet: Freitag, 7. Januar 2011 09:15 An: General discussion for Windows Installer XML toolset. Betr

Re: [WiX-users] Problem with the upgrademodus

2011-01-10 Thread Mathis Thomas
Thank you very much, Thom! That was the solution. Greets Thomas BICA AG Retail Solution Company Switzerland -Ursprüngliche Nachricht- Von: Thom Leigh [mailto:t...@mondago.com] Gesendet: Freitag, 7. Januar 2011 09:15 An: General discussion for Windows Installer XML toolset. Betreff: Re:

Re: [WiX-users] Let the user choose the installation directory onlyon first install, and not on updates

2011-01-10 Thread Pally Sandher
Actually having just run a couple of major upgrades, my advice is to do nothing. It works as per your requirements without any changes. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate w

[WiX-users] Fwd: Force install repair for admins

2011-01-10 Thread Dandre Jansen van Vuuren
Ok I have found a way atleast to disable the Repair button for non-admin users. By setting the property ARPNOREPAIR to 1 on first installation, you disable the Repair button in Programs and features. After first installation when you open the MSI it will obviously be disabled even if you are admin

Re: [WiX-users] Let the user choose the installation directory only on first install, and not on updates

2011-01-10 Thread Pally Sandher
I assume by "update" you mean major upgrades? You could simply Condition the calls to InstallDirDlg from LicenseAgreementDlg & VerifyReadyDlg appropriately so it only shows during first install. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8

Re: [WiX-users] XML <-> DOM

2011-01-10 Thread Christopher Painter
Sascha, If my memory of StackOverflow is correct, you also use InstallShield. If so, the Text XML Changes feature is pretty helpful in working out these types of issues. Then you can transplant your XPath statement into WiX and give it a try. Chris --- On Mon, 1/10/11, Sascha Trenz wrote

Re: [WiX-users] XML <-> DOM

2011-01-10 Thread Thom Leigh
Perhaps you should specify the attribute in your XPath query, something like: ElementPath='//configuration/appSettings/add[key="MatrixPath"]' Or I think '//configuration/appSettings/add[2]' would be for the second "add" node... -Original Message- From: Sascha Trenz [mailto:s.tr...@43gm

[WiX-users] XML <-> DOM

2011-01-10 Thread Sascha Trenz
I´ve got a little Problem to configure the following app.conf I already can change the the first http://p.sf.net/sfu/oracle-sfdevnl ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listin

[WiX-users] Force install repair for admins

2011-01-10 Thread Dandre Jansen van Vuuren
Hi all I am using the Wix UI templates to create my UI dialogs for my wix (generated) installer. Now it works as it should but I am concerned that the Repair option in the maintainece window lets ordinary users to execute without worrying if their admins or not. It doesn't have the elevation shiel

Re: [WiX-users] Custom UI sequence

2011-01-10 Thread Thom Leigh
(I don't need to declare InstallUISequence as I'm not choosing a different welcome dialog based on Patch or not) To simply use WixUI_Minimal with a different id, you can have your UI fragment look like this: If you want to add more dialogs to the UI, you can add DialogRef nodes to t

Re: [WiX-users] Upgrading wixproj

2011-01-10 Thread Albert van Peppen
Hi, I keep an extensive archive of older versions of WiX at http://madbutcher.dyndns.org/snippets/WiX/ In case anyone needs it :) Regards, Albert van Peppen -Oorspronkelijk bericht- Van: Rob Mensching [mailto:r...@robmensching.com] Verzonden: vrijdag 7 januari 2011 17:37 Aan: General di