Re: [WiX-users] Auto-Generated GUIDs

2015-06-18 Thread Phill Hogland
From the link provided: Correct where “goes” means “installs to”. ... 1. I found the implementation at `Uuid.NewUuid` in `src\tools\wix\Uuid.cs`. 2. Seems to be derived from the full KeyPath of the component. So as long as everything goes to the same place the GUID will not change. I

Re: [WiX-users] Impossible to install Wix 3.8 or 3.9 !

2015-06-18 Thread Phill Hogland
What does the log in your %temp% folder indicate? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Impossible-to-install-Wix-3-8-or-3-9-tp7600658p7600660.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Auto-Generated GUIDs

2015-06-18 Thread Hoover, Jacob
http://www.joyofsetup.com/2009/12/31/simplifying-wix-component-authoring/ -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Thursday, June 18, 2015 8:16 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Auto-Generated GUIDs From the link provided:

[WiX-users] Windows Installer Cache - gone!

2015-06-18 Thread Walter Dexter
Hi, all. I know you're going to just shake your head at this, but here it is. I create installers for one of many products that install onto a group of roughly 14,000 systems at my employer. Some of these systems have drives that are small by modern standards, and thanks to a weird partitioning

Re: [WiX-users] Windows Installer Cache - gone!

2015-06-18 Thread Phil Wilson
If memory serves, I think that Windows will ask for the original install media if the cached MSI is missing. That should be testable. I don't think there's anything that can be done in the MSI file to help, so I woouldn't worry about different authoring approaches. Patches are more problematical.

Re: [WiX-users] Windows Installer Cache - gone!

2015-06-18 Thread Walter Dexter
I don't do patches. Nobody does patches for this platform - it isn't worth the effort. The MSIs aren't installed interactively - ever. Strictly Microsoft system management tools and our own home-grown extensions. We have the worst case of NIH syndrome ever. Thanks for the feedback, mostly just

Re: [WiX-users] Windows Installer Cache - gone!

2015-06-18 Thread Hoover, Jacob
I'd also use external CAB's on all the MSI's you create so that your MSI's don't bloat the cache. -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent: Thursday, June 18, 2015 3:27 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Windows

Re: [WiX-users] Windows Installer Cache - gone!

2015-06-18 Thread Rob Mensching
Yeah, nothing to be done but to be clear you might be unhappily surprised when the original MSI is requested during an upgrade because Windows Installer can't find the it in the cache. Might want to stop deleting the cache. smile/

[WiX-users] WcaDoDeferredAction amd HiddenTarget flag.

2015-06-18 Thread Phill Hogland
I am just starting to create a new C++ CA, which will be driven by my Wix CompilerExtension which schedules an Immediate CA that then schedules the deferred CAs. In this situation I need to pass a password down to the CA. I have read the MSDN entries about Custom Action Security, and advice from

Re: [WiX-users] WcaDoDeferredAction amd HiddenTarget flag.

2015-06-18 Thread Phill Hogland
Silly me and sorry for the noise. I see that I need to set in in my wixlib authoring. Sorry! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WcaDoDeferredAction-amd-HiddenTarget-flag-tp7600669p7600670.html Sent from the wix-users mailing list

[WiX-users] Impossible to install Wix 3.8 or 3.9 !

2015-06-18 Thread Fabrice MAUPIN
Hi, I try (several times) to install Wix 3.8 or 3.9. During the installation , I obtain an empty error message in a dialog box ! For information, I am under Windows 7 Pro 64 bits. It's very strange I already installed Wix on another PC (with the same configuration) with success.