Skip to content
⌘ NSIS Forum Archive

Win98/Me:InstallOption crashes with links

9 posts

norial#

Win98/Me:InstallOption crashes with links

Hello,

I compiled nsis\contrib\installoptions\testlink.nsi and run on Win98/Me maschine. All pages with type=link state=http:// or type=link state=mailto: crashes directly. any ideas?

regards
norial
norial#
Originally posted by norial
Win98 IE 4.72.3110.1
yes. I checked for updates before I posted to the forum.

I've tested the latest version of testlink.nsi and made today a CVS update. The test system is a pure, freshly installed Win98 without any extra programs on an Cyrix 6x86 166+.
NormallyI use a other configuration but users reported me problems with my installer and Win98/Me.

HTH
Afrow UK#
Try downloading the CVS zip:


I have also got a fresh Win98SE build on a network computer, and the links do not crash the installer.

-Stu
norial#
Originally posted by Afrow UK
Try downloading the CVS zip:


I have also got a fresh Win98SE build on a network computer, and the links do not crash the installer.

-Stu
It works!!!
thanks.

but now

!insertmacro MUI_STARTMENU_DELETE_BEGIN
!insertmacro MUI_STARTMENU_DELETE_END

don't work

but this is an other problem ;-)

thanks for your help