Sorry it's not clear - is this issue fixed in the latest Wix 3.5? -----Original Message----- From: Igor Paniushkin [mailto:ipaniush...@sdl.com] Sent: Monday, March 01, 2010 5:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix 3.5 fails installing IIS7 website
I had the same issue with Wix 3.5. I could not find existing bug in the tracker, so I added new one: 2961215. -----Original Message----- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, January 16, 2010 3:58 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix 3.5 fails installing IIS7 website More likely than not it's a bug in the new IIS7 support. Can you add this information and as much of your .wxs file as possible to a new bug? On Fri, Jan 15, 2010 at 1:25 PM, Will Sullivan <wsulli...@softdocs.com>wrote: > I can't find any information on these errors on Google, so I'm coming to > the list. > > > > Lessee here... VS 2k10 b2 using Windows Installer Toolkit 3.5. > Executables have a file version of 3.5.1204.0, running the installer on a > 2k8 server. The installer is for a website. > > > > Minor bug: Right-clicking on the project in visual studio gets an > "Arithmetic operation resulted in an overflow" which is real annoying. The > project was updated from a 3.0 installer which, at least, worked correctly > on IIS6. > > > > MSI is run as admin. Event log gives the ever helpful 1603 error. > > > > Examining the log file, the installer appears to configure the file system > correctly. It then attempts to configure IIS7. Here's the relevant section > of the log: > > > > Action 14:59:45: StartIIS7ConfigTransaction. Starting IIS Config > Transaction > > MSI (s) (FC:54) [14:59:45:169]: Executing op: > CustomActionSchedule(Action=StartIIS7ConfigTransaction,ActionType=11265, Source=BinaryData,Target=**********,CustomActionData=**********) > > MSI (s) (FC:D8) [14:59:45:174]: Invoking remote custom action. DLL: > C:\Windows\Installer\MSIDC55.tmp, Entrypoint: StartIIS7ConfigTransaction > > StartIIS7ConfigTransaction: Error 0x80070001: Failed to disable WOW64. > > MSI (s) (FC:54) [14:59:45:187]: Executing op: > ActionStart(Name=RollbackIIS7ConfigTransaction,Description=Rolling back IIS > Config Transaction,) > > Action 14:59:45: RollbackIIS7ConfigTransaction. Rolling back IIS Config > Transaction > > MSI (s) (FC:54) [14:59:45:190]: Executing op: > CustomActionSchedule(Action=RollbackIIS7ConfigTransaction,ActionType=115 21,Source=BinaryData,Target=**********,CustomActionData=**********) > > MSI (s) (FC:54) [14:59:45:192]: Executing op: > ActionStart(Name=CommitIIS7ConfigTransaction,Description=Committing IIS > Config Transaction,) > > Action 14:59:45: CommitIIS7ConfigTransaction. Committing IIS Config > Transaction > > MSI (s) (FC:54) [14:59:45:194]: Executing op: > CustomActionSchedule(Action=CommitIIS7ConfigTransaction,ActionType=11777 ,Source=BinaryData,Target=**********,CustomActionData=**********) > > MSI (s) (FC:54) [14:59:45:196]: Executing op: > ActionStart(Name=WriteIIS7ConfigChanges,Description=Installing Config Keys > and Values,) > > Action 14:59:45: WriteIIS7ConfigChanges. Installing Config Keys and Values > > MSI (s) (FC:54) [14:59:45:198]: Executing op: > CustomActionSchedule(Action=WriteIIS7ConfigChanges,ActionType=11265,Sour ce=BinaryData,Target=**********,CustomActionData=**********) > > MSI (s) (FC:84) [14:59:45:203]: Invoking remote custom action. DLL: > C:\Windows\Installer\MSIDC75.tmp, Entrypoint: WriteIIS7ConfigChanges > > WriteIIS7ConfigChanges: Error 0x80070057: Failed get handlers section for > DirProp > > WriteIIS7ConfigChanges: Error 0x80070057: Failed to configure IIS > DirProperties. > > WriteIIS7ConfigChanges: Error 0x80070057: WriteIIS7ConfigChanges Failed. > > Action ended 14:59:45: InstallFinalize. Return value 3. > > MSI (s) (FC:54) [14:59:45:289]: User policy value 'DisableRollback' is 0 > > MSI (s) (FC:54) [14:59:45:289]: Machine policy value 'DisableRollback' is 0 > > MSI (s) (FC:54) [14:59:45:292]: Executing op: > Header(Signature=1397708873,Version=405,Timestamp=1009743735,LangId=1033 ,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,Scri ptAttributes=0) > > MSI (s) (FC:54) [14:59:45:292]: Executing op: > DialogInfo(Type=0,Argument=1033) > > MSI (s) (FC:54) [14:59:45:293]: Executing op: > DialogInfo(Type=1,Argument=hurdurr) > > MSI (s) (FC:54) [14:59:45:293]: Executing op: > RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back > action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescri ption=Removing > backup files,CleanupTemplate=File: [1]) > > Action 14:59:45: Rollback. Rolling back action: > > Rollback: Installing Config Keys and Values > > MSI (s) (FC:54) [14:59:45:297]: Executing op: > ActionStart(Name=WriteIIS7ConfigChanges,Description=Installing Config Keys > and Values,) > > MSI (s) (FC:54) [14:59:45:297]: Executing op: > ProductInfo(ProductKey={E93B1D49-247B-40B5-A929-9A0E8D03708D},ProductNam e=hurrdurr,PackageName=hurrdurrInstaller.msi,Language=1033,Version=50331 648,Assignment=0,ObsoleteArg=0,,,PackageCode={D9E83FF7-0C58-4C26-88E1-48 20C2BB3ED2},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDep loymentFlags=3) > > MSI (s) (FC:54) [14:59:45:299]: SHELL32::SHGetFolderPath returned: > C:\Users\jdolinger\AppData\Roaming > > Rollback: Committing IIS Config Transaction > > MSI (s) (FC:54) [14:59:45:301]: Executing op: > ActionStart(Name=CommitIIS7ConfigTransaction,Description=Committing IIS > Config Transaction,) > > Rollback: Rolling back IIS Config Transaction > > MSI (s) (FC:54) [14:59:45:302]: Executing op: > ActionStart(Name=RollbackIIS7ConfigTransaction,Description=Rolling back IIS > Config Transaction,) > > > > After this point it is rolling back changes made. > > > > Any hints as to what is going on here? > > ------------------------------------------------------------------------ ------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------ ------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users </pre> <BR style="font-size:4px;"> <a href = "http://www.sdl.com"><img src="http://www.sdl.com/images/email logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a> <BR> <font face="arial" size="2" "><a href = "http://www.sdl.com" style="color:005740; font-weight: bold">www.sdl.com</a> <BR> <BR> <font face="arial" size="1" color="#736F6E"> <b>SDL PLC confidential, all rights reserved.</b> If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.<BR> SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.<BR> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. </font> ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users