shahil
2nd April 2009 06:35 UTC
after installation on vista, desktop icons disappear.
hi there,
i have made an installer using NSIS which after completion of installation process on vista machine makes all the desktop icons disappear, which again appear on re-login.
any help is highly appreciated.
Animaether
2nd April 2009 09:39 UTC
might help to specify what your script does - or better yet, paste as much code as you can. I'd guess you're doing something with the desktop/explorer/shell - but there's no way to tell without further information :)
shahil
2nd April 2009 09:47 UTC
it installs a messenger by copying some images, dlls and exe file in program files directory on windows vista.
it majorly happens when the product is upgraded.
by upgraded i mean, when the product is already running and the installer closes that program and installs the product by overwriting the existing files, all desktop icons disappear.
shahil
15th July 2009 11:23 UTC
yes i am making the following system call.
System::Call 'Shell32::SHChangeNotify(i 0x8000000, i 0, i 0, i 0)'
could you please assist me further.