Wil Peck

Experience is something you don't get until just after you need it.


News

 

Came across this today when I switched from WIX 3.0 and VS 2008 to WIX 3.5 and VS 2010. The solution ended up being pretty simple. Just need to update the Wix Project Properties to provide an additional parameter to the compiler and linker. These can be found at Wix Installer Project Properties > Tool Settings > Additional Parameters Compiler and Wix Installer Project Properties > Tool Settings > Additional Parameters Linker. Just make sure to add ‘-ext WixIIsExtension’ in the fields...

 

I recently encountered this error on my Vista x64 box and came across a post that provided ended up providing the resolution. Link to information about MSI script-based custom action error codes 2738 and 2739 On my system I went to the C:\Windows\SysWOW64 directory and re-registered vbscript.dll and jscript.dll. Once I did this my WIX project built and I no longer received the 4 ICE offenses (ICE08, ICE09, ICE32 and ICE61). Technorati Tags: WIX,Windows Installer...