-
I can't attach file likely because I've erroniously created this bug under wrong account then deleted it. Will try to send you via e-mail.
2009-11-07 06:34:10 UTC by hussar77
-
A customer reported an issue where a RegistryValue was explicitly attributed with KeyPath="no", but as the sole component resource was chosen as the key path. This was a problem because their target MSI was built in WiX v2 while their upgrade was built in WiX v3. Because the component key path changed - a Windows Installer component rule violate - the patch failed to install with error message...
2009-11-07 02:18:46 UTC by heaths
-
Fixed Project* variables having incorrect paths. The fix should be available in the next build.
2009-11-06 22:56:34 UTC by apaloma
-
Can you attach your wixproj file?.
2009-11-06 22:50:55 UTC by apaloma
-
Should be in the next build.
2009-11-06 16:42:32 UTC by pmarcu
-
Should be in the next build.
2009-11-06 16:42:06 UTC by pmarcu
-
Should be in the next build.
2009-11-06 16:41:44 UTC by pmarcu
-
MSI uses your error dialog to show launch condition messages, so you have to localize its OK button. If you're using WixUI, make sure you've specified a string for loc.WixUIOK.
2009-11-06 15:20:42 UTC by barnson
-
WiX doesn't care where your files come from, as long as the OS lets it access them. The most common cause of files-in-use errors is real-time virus scanners locking files as it scans them.
2009-11-06 15:19:09 UTC by barnson
-
I'm attempting to install a virtual dir on IIS 7. When using WiX 3.5.1002.0 it all worked except the virtual directory names were not getting resolved so they were being set to my property names e.g.
[WEBPAGEVIRTUALDIRECTORY]. I thought this was fixed in WiX 3.5.1.023.0 so I upgraded but then the installation failed and I got a bunch of errors. I found that it fails on both IIS7 and IIS6. It...
2009-11-06 09:17:11 UTC by tamphex