Mark Beckwith
16th June 2003, 17:53
First of all, let me say how overjoyed I am now that I am
using NSIS. I did more with NSIS in 2 days than I was able
to do in months with InstallShield. And the installation is
1/2 the size! I keep thinking I forgot to add something.
Anyway, there is obviously something I'm conceptually
missing. I took the makensis.nsi script and hacked away on
it until I had it working with our much simpler
installation. Everything works fine but:
I have this in my nsi script:
SetOutPath $INSTDIR
WriteINIStr "$SMPROGRAMS\Intrig Insight\Intrig Online.url" \
"InternetShortcut" "URL" "http://www.intrig.com/"
That is, I want to add a link to my company's home page.
After installing, I click on the shortcut, and I get a
windows error:
"The address at 0x32452434 cannot be written" (or something
like that). And then the explorer bar goes away and I have
to logout and log back in to get it to work again. Not
exactly an ideal user experience!
Could you tell me what I'm missing. Looks like a newbie
error to me. If you need more info please don't hesitate to ask.
Thanks,
Mark
using NSIS. I did more with NSIS in 2 days than I was able
to do in months with InstallShield. And the installation is
1/2 the size! I keep thinking I forgot to add something.
Anyway, there is obviously something I'm conceptually
missing. I took the makensis.nsi script and hacked away on
it until I had it working with our much simpler
installation. Everything works fine but:
I have this in my nsi script:
SetOutPath $INSTDIR
WriteINIStr "$SMPROGRAMS\Intrig Insight\Intrig Online.url" \
"InternetShortcut" "URL" "http://www.intrig.com/"
That is, I want to add a link to my company's home page.
After installing, I click on the shortcut, and I get a
windows error:
"The address at 0x32452434 cannot be written" (or something
like that). And then the explorer bar goes away and I have
to logout and log back in to get it to work again. Not
exactly an ideal user experience!
Could you tell me what I'm missing. Looks like a newbie
error to me. If you need more info please don't hesitate to ask.
Thanks,
Mark