Old 19th January 2010, 01:24   #1
markwhite
Junior Member
 
Join Date: Jan 2010
Posts: 3
Win7 Finish page won't show readme

I've got an installer running under RequestExecutionLevel of admin that is working fine under XP and Win7 (apart from some UAC issues) except that the finish page does not display the readme files under Windows 7.

There are two of them: one accessed by a checkbox and one accessed from a link. Both show under XP fine.

This is the relevant code. Is there anything obvious that I'm missing? This is my first NSIS script and I have found it a bit tricky, but this part looks like it should be quite simple.

!define MUI_FINISHPAGE_SHOWREADME "THIRDPARTYNOTICEREADME.txt"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_SHOWREADME_TEXT "Show README for Third Party Notices"
!define MUI_FINISHPAGE_LINK "View ${PRODUCT_NAME} README"
!define MUI_FINISHPAGE_LINK_LOCATION "README.txt"
!insertmacro MUI_PAGE_FINISH

Cheers,


Mark...
markwhite is offline   Reply With Quote
Old 19th January 2010, 01:37   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
full paths?

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 19th January 2010, 03:24   #3
markwhite
Junior Member
 
Join Date: Jan 2010
Posts: 3
Quote:
Originally posted by Anders
full paths?
This will cause Win7 to barf?

Worth a try...
markwhite is offline   Reply With Quote
Old 19th January 2010, 08:12   #4
markwhite
Junior Member
 
Join Date: Jan 2010
Posts: 3
Yes, worked fine.

Thanks very much!
markwhite is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump