Open TheCycoONE opened 7 years ago
I believe I may be running into a similar issue. Is there an ETA or any other information on this? WiX Toolset v3.10.2.2516 Vistual Studio Professional 2012 Version 11.0.50727.1 RTMREL .NET 4.6 Windows Server 2012 R2 Running a Major Upgrade that uninstalls the previous App and then Attempts to Reinstall the new App, setting up IIS the same way as on install.
This issue is open and unassigned. That means it is waiting for someone to investigate the root problem, discuss possible solutions to that problem then implement the decided solution.
If you are interested in doing so yourself, our developer documentation provides a great checklist for getting started.
If you are not interested then you are waiting for someone else to become interested. If this issue has been open for a long time then there probably isn't much interest in this particular issue. In that case, you'll want to consider how to motivate others to fix it for you. This is a pretty good list of support options.
We had an issue like this. Turns out our property name was mis-named and we ended up passing null into the function that tries to set it.
Which version of WiX are you building with? 3.10.3.3007
Which version of Visual Studio are you building with (if any)? Visual Studio Professional 2015 Version 14.0.25431.01 Update 3
Which version of .NET are you building with? 4.6
If the problem occurs when installing your packages built with WiX, what is the version of Windows the package is running on? Windows Server 2008 R2
Describe the problem and the steps to reproduce it. I have an existing WiX installer, and I am trying to through a Major Upgrade change the identity our WebAppPools are using.
My code is:
I keep getting an error:
The error does not happen if I just remove the Identity and User attribute from the
iis:WebAppPool
. I expect that after the upgrade the pools identity would be changed to the newly created user.