Quote Originally Posted by testuser View Post
I tried by setting Set Installer function and it worked well, however now I am not getting entry in add/remove programs of windows, is there any function?
Where did you add the Set Installer Flag function? Did you do something like this:

! --- Define commonly used constants ---
#include script "Common Definitions.sbi"

Set Installer Flag $SB_ALLUSERSFLAG$ to "0"

This will instruct the installer to create per-user shortcuts and uninstall entries.

Friedrich