Re: [WiX-users] CabExtract returns 0x80070003

2015-07-10 Thread Edwin Castro
I think I know what the problem is. The cab file I'm trying to extract has directories inside. I think when CabExtractCallback is called for the first file we get wzPath pointing to a string like C:\Users\user\AppData\Local\Temp\extract\subdir\file1.txt and the call to CreateFileW fails because

Re: [WiX-users] Bootstrap conditioned on OSbittage

2015-07-10 Thread Pally Sandher
You can if you want but I'd advise against it. It's still installed so if a user removes some or all of the individual parts of your package then tries to re-run the package to install again, the package will show up with Uninstall. If you haven't already, I would suggest trying things out on

Re: [WiX-users] Customized downloaded MSI location

2015-07-10 Thread Mohamed Yasir
Hi, Thanks for your reply. But changing the Package location is not my requirement. In Offline installer, we are placing installer setup anywhere in the machine. After installation, the msi file will resides in PackageCache folder. For ex, consider installer placed in Desktop location and

Re: [WiX-users] .NET Prerequisite, Burn, and the ARP

2015-07-10 Thread soundararajan dhakshinamoorthy
Ok, Rob, I will take a look into those and first write the WIP. Sounds like a good way to start in a unknown territory. Thanks Soundararajan On Fri, Jul 10, 2015 at 9:56 AM, Rob Mensching r...@firegiant.com wrote: Cool. It's a very big feature. So you'll want to do all this first: