Re: [WiX-users] Circular Error Message

2011-08-30 Thread kepowers
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

Re: [WiX-users] Wixz C# Custom Action Project

2011-08-30 Thread Tobias S
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

Re: [WiX-users] Circular Error Message

2011-08-30 Thread Tobias S
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

Re: [WiX-users] WiX Burn - Use of ARPSYSTEMCOMPONENT To Suppress MSI Files from Add/Remove Programs

2011-08-30 Thread Shaun Hayward
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

[WiX-users] Wixz C# Custom Action Project

2011-08-30 Thread Lough, Norman
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

Re: [WiX-users] Circular Error Message

2011-08-30 Thread kepowers
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\

[WiX-users] How to force upper case on product key PIDTEMPLATE ?

2011-08-30 Thread Bernie Schoch
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

Re: [WiX-users] Changing the default WixStandardBootstrapperApplication.RtfLicense

2011-08-30 Thread Sheehan, Andrew
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

Re: [WiX-users] Application's icons still appearing in windows Explorereven after uninstall

2011-08-30 Thread Peter Shirtcliffe
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