Duh! If you're trying to make changes to the UI, don't add it to the InstallExecuteSequence!
Add it to the InstallUISequence instead! Once I did that, it all started working. Maybe posting this will save someone else some time before they make the same dumb mistake. Anthony Wieser Wieser Software Ltd > and then add this in the sequence table: > <InstallExecuteSequence> > <Custom Action="setUserProductID" After="AppSearch">PIDKEY = ""< > /Custom> > <Custom Action="setMachineProductID" After="setUserProductID">PIDKEY > = ""< /Custom> > </InstallExecuteSequence> ------------------------------------------------------------------------- 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

