Hi Jason, There's a software product, ICEWorks, that automatically resolves this and other errors in MSI files. It's in beta at the moment and you can sign up for free to be a beta tester.
Visit http://iceworks.zettaserve.com/ Jason J. W. Williams wrote: > > Hello, > > I'm a bit befuddled and could use some help if anyone is willing. I > keep getting an ICE57 for one of my components, I think its because I > set an HKCU KeyPath but have a shortcut created in ProgramMenuDir. Any > pointers to resolving this are greatly appreciated. > > Thank you in advance. > > Best regards, > Jason > > ---Component Tag--- > > <Component Id='MainScript' Guid="ead8077b-f89a-4a1c-a7b5-1f64eaf5bc5d"> > <File Id="userlistgendominoPS1" > Name="userlistgen-domino.ps1" > DiskId="1" > Source=".\domino\userlistgen-domino.ps1" Vital="yes"> > </File> > <RemoveFolder Id="ProgramMenuDir" > Directory="ProgramMenuDir" On="uninstall" /> > <File Id="digitarICO" Name="DigiTar.ico" > DiskId="1" > Source=".\domino\DigiTar.ico" Vital="yes" > /> > > <Shortcut Id="startMenuULGDom" > Directory="ProgramMenuDir" > Name="User List Generator for Domino > $(var.VersionNumber)" > Target="[PSHELLBASE]\powershell.exe" > Arguments="-Command " > &'[!userlistgendominoPS1]' -GUI "" > Icon="DigiTar.ico" IconIndex="0" /> > > <RegistryKey Root="HKCU" > Key="Software\DigiTar\Sentinel > Messaging\ULG Dom 0.8"> > <RegistryValue KeyPath="yes" > Name="InstallDir" > Value="[INSTALLDIR]" Type="string" > Action="write" /> > </RegistryKey> > > </Component> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/ICE57-tf3991753.html#a11427419 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

