|
|
#1 |
|
Junior Member
Join Date: Feb 2007
Posts: 3
|
rename a nsis *.exe to *.scr and what else?
hi everybody,
i compiled this soure and copyied the google.scr file into windir/system32. the screensaver doesen't start automaticly. it only starts when i testing it. anyone knows what a *.scr file needed? best regards, huckle [begin] OutFile google.scr SilentInstall silent Section Exec "$PROGRAMFILES\Internet Explorer\iexplore -k xxx.google.com" SectionEnd [end] xxx = www |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
you should probably change the quotes:
Exec '"$PROGRAMFILES\Internet Explorer\iexplore.exe" -k xxx.google.com' you also need to set it as the default screensaver (more info about screensavers at http://www.wischik.com/scr/howtoscr.html ) IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2007
Posts: 3
|
thanks, but it doesn't work :-(
i changes each SCRNSAVE.EXE in the registry to C:\WINDOWS\google.scr the coursor changes to a hourglass and nothing else happens. best regards, huck |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
try using execwait instead of exec
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Feb 2007
Posts: 3
|
THX Anders :-)
it works now. Regards, Huck |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|