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
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
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
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
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
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
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:
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
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
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
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
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
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
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
(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
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
16 matches
Mail list logo