Msi error 2709 – The specified Component name (‘[2]‘) not found in Component table.

Solution
Probably, it is a conflict between a Merge Module and a Component. Remove the Component then Merge Module is better to use.

If Component name is comctl32.ocx then you should use the merge module: COMCTL32, so delete the comctl32.ocx Component.

msi error 2728 – Table definition error: [2]

Solution
The table is most likely missing.

For example, if there is “Internal Error 2728. Component” then table “Component” is missing, this can be fixed by putting install dir and recompile package.

Error 2613 – RemoveExistingProducts action sequenced incorrectly.

Solution
RemoveExistingProducts is not in the right place. Move it between InstallValidate and InstallInitialize.

Error 1406 – Could not write value [2] to key [3]. System error [4].

Solution
You do not have enough rights to create / change this value in the registry.

In some cases the value is in the wrong format. As an example, you may have a DWORD reg value with the value 0×300, but it should be written in decimal form, 768, in order to work.

Awesome free social media icons

Nouveller has released a fine set of social media icons that is free to use. They are all pixel perfect and in three different sizes (large, 32px and 16px). The number of sites is in constant growth and he is taking suggestions on new icons. Check out the icon set, click on the pic below.

all icons Awesome free social media icons

Notepad++ v4.1.2 is available

v4.1.2 fixed bugs and added features (from v4.1.1) :

  1. Fix crash problem of updating v4.1.1 from v3.9 (or previous version) by modifying the installer (remove HexEditorPlugin.dll).
  2. Fix the bug of the settings “Remember the last operation directory” : this parameter is remembered by acrossing the sessions.
  3. Fix Ruby source file buffer overflow bug.
  4. Increase User Define Language keywords buffers from 1024*20 to 1024*30 characters.
  5. Increase the buffer of Extension defined by user from 20 to 256 characters in Style Configurator.
  6. Fix the bug of user defined keywords field in Styler configurator.
  7. Continue Reading

PSExec update

psexec
PSExec is updated to 1.80, update is to enhance the –i option.
Continue Reading