Ah! Commenting out the "LoadCLGAdminRptDBData_Deferred" led me to the
problem. The folder I was creating was named "DODDataMapper" whereas the
folder sqlcmd was looking for was "DODMappingData".
Didn't occur to me that I could comment out the deferred stage of the
action. I didn't think the ins
You try to run a CA in deferred execution:
There you only can access Properties in CustomActionData.
Read e.g.
http://stackoverflow.com/questions/835624/how-do-i-pass-msiexec-properties-to-a-wix-c-custom-action
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/DTF-Proper-CustomAct
Some thoughts
Impersonate="no" => CA runs in System context
If not working try to remove the
http://p.sf.net/sfu/arcsisghtdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
Absolutely excellent answers. That's exactly what I wanted to know.
Bob's suggestion for using an MsiProperty makes a huge amount of sense for
admins.
Thank-you Bob and Rob - you made my day.
PS: I had a bunch of other WiX-related things in ARP and I misread what was
there. Sure enough, there
Is it possible to access any session data from a Wix C# Custom Action
project?
I have the following:
Not
Installed
Not
Installed
When I look in the log file the CustomInstallDir is set as expected but
I'm unable to se
Hi Rob,
No, I haven't tried taking out Impersonate=yes. I'll let you know when I
have a chance to do that.
The path to SQLCMDDIR will vary depending on whether the machine is a 32-bit
server or a 64-bit server. If it's 64-bit machine, the path will be
"C:\Program Files\Microsoft SQL Server\100\
I started first with using &&-&& etc which is mixed case, then
^^-^^ which stll is mixed case.
Some of the documentaton implies that a custom action can be used to force
upper case but can not find any examples.
How can I force the product key to be upper case as the user types it i
Thanks,
I didn't think to look at the .chm files.
Was using:
Should of used:
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Monday, August 29, 2011 9:05 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Changing the default
WixStandardB
I don't know if it's the right thing to do but this does the trick for me:
#include
int wmain(int argc, wchar_t* argv[])
{
SHChangeNotify(0x0800, 0, NULL, NULL);
return 0;
}
-Original Message-
From: Brad Smith [mailto:brads...@tpg.com.au]
Sent: 28 August 2011 15:04
To: wix
9 matches
Mail list logo