|
|
#1 |
|
Junior Member
Join Date: Jan 2010
Posts: 4
|
Hi,
I am sure there is an obvious answer to this but I just can't figure it out How do you view the DetailsPrint output when using the MUI interface? Thanks in advance! |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
same place as always, on the instfiles page (unless you force the show details button to be hidden)
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2010
Posts: 4
|
Thank Anders, in hindsight I probably asked the wrong question. Let me try again;
I have an installer running but I am having problems with the JRE detection on 64bit machines. I am using this script. JRE Dynamic Installer The script has DetailPrint statements that will tell me why the detection isn't working but I cannot figure out where to view them. Is there a way to view them during the wizard pages? Is there a better way to debug scripts? The tutorial talks about a Log Window but my installer doesn't have a log window (at least that I know of). Any help in how best to debug scripts would be grately appreciated. |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jan 2010
Posts: 4
|
I ended up using MessageBox to debug this. Probably not the right way but got the job done.
Also the problem with this plugin is that it's not 64 bit aware. I added the following to my .onInit to resolve it; code: |
|
|
|
|
|
#5 | |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Jan 2010
Posts: 4
|
Thanks for that info. I am building a dual installer that will install a 32bit and 64bit version of the app. I was wondering how I can change the installer to a 64bit exe but I guess you have just answered that for me.
thanks again! |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|