myselfidem Posted May 22, 2012 Posted May 22, 2012 (edited) Solved!Using the previous file inside: WPI\Common\aboutwpitemplate_links.htmOpen with notepad2 and removing unwanted name and e-mail. Save the new file and all is OK!Strange because I see that the original file: aboutwpitemplate_links.htm is the same. Weird.Regards Edited May 24, 2012 by myselfidem
Francesco Posted May 22, 2012 Posted May 22, 2012 Those characters are the unicode BOM. Save the file as ANSI/ASCII to remove them.
myselfidem Posted May 28, 2012 Posted May 28, 2012 Those characters are the unicode BOM. Save the file as ANSI/ASCII to remove them.Many thanks Francesco for your help! Keep your good work! Regards
ZEUS__ Posted July 8, 2012 Posted July 8, 2012 it seems bugs fixed from 8.4.x. thanks for your effort. 8.5 works great.
ricktendo Posted July 29, 2012 Posted July 29, 2012 (edited) I have a problem with "Excludes" when theme is in horizontal mode: http://i3.lulzimg.com/5c36ed3d21.png (I cant check either of the two)Vertical up and down there is no problem selecting one or the other: http://i3.lulzimg.com/d5ae391582.pngHere is my code:prog[pn]=['.NET Framework 4 Full'];uid[pn]=['DOTNETFX4FULL'];dflt[pn]=['yes'];forc[pn]=['no'];bit64[pn]=['no'];cat[pn]=['Microsoft'];pfro[pn]=['no'];cmds[pn]=['{x64} "%wpipath%\\Install\\dotNETfx\\netfx_core_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_core_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x86.msp" /qn','{x64} "%wpipath%\\Install\\dotNETfx\\netfx_extended_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_extended_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x86.msp" /qn','"%WinDir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent','{x64} "%WinDir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent'];excl[pn]=['DOTNETFX4CORE'];gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full")'];desc[pn]=['Microsoft .NET Framework 4 Full'];picf[pn]=['"%wpipath%\\Graphics\\Logos\\dotNETfx.png"'];picw[pn]=['0'];pich[pn]=['0'];textl[pn]=['Right'];pn++;prog[pn]=['.NET Framework 4 Client'];uid[pn]=['DOTNETFX4CORE'];dflt[pn]=['no'];forc[pn]=['no'];bit64[pn]=['no'];cat[pn]=['Microsoft'];pfro[pn]=['no'];cmds[pn]=['{x64} "%wpipath%\\Install\\dotNETfx\\netfx_core_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_core_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x86.msp" /qn','"%WinDir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent','{x64} "%WinDir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent'];excl[pn]=['DOTNETFX4FULL'];gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client")'];desc[pn]=['Microsoft .NET Framework 4 Client'];picf[pn]=['"%wpipath%\\Graphics\\Logos\\dotNETfx.png"'];picw[pn]=['0'];pich[pn]=['0'];textl[pn]=['Right'];pn++; Edited July 29, 2012 by ricktendo64
Kelsenellenelvian Posted July 30, 2012 Author Posted July 30, 2012 WOW that one is going to be hard to track down.
Francesco Posted July 30, 2012 Posted July 30, 2012 I have a problem with "Excludes" when theme is in horizontal mode: http://i3.lulzimg.com/5c36ed3d21.png (I cant check either of the two)Vertical up and down there is no problem selecting one or the other: http://i3.lulzimg.com/d5ae391582.pngI can't reproduce it. Maybe both items having the same category is what disables both? I need a copy of the whole WPI folder (without Install) to debug that.
ricktendo Posted July 31, 2012 Posted July 31, 2012 I can't reproduce it. Maybe both items having the same category is what disables both? I need a copy of the whole WPI folder (without Install) to debug that.I thought the problem was because they were on the same line, but I moved one to the end on the last row and you still could not select eitherSent you a PM with the link
myselfidem Posted August 2, 2012 Posted August 2, 2012 (edited) We can't get the new update with WPI v8.5 to WPI v8.5.2 but it is possible with WPI v8.1.0Regards Edited August 4, 2012 by myselfidem
myselfidem Posted August 3, 2012 Posted August 3, 2012 (edited) Inside the new Manual for WPI it's needed to change the path to download the file "Sources.rar" with the SetupComplete.cmd included:Inside: Manual\en\ Chapiter-10.html\line 53:1 = Download this <a href="http://www.wpiw.net/downloads/Sources.rar">Pre-configured sources\setupcomplete.cmd archive.</a> "Click-able link!"<br />Just needed to change: "sources.rar" to "Sources.rar"http://www.msfn.org/...post__p__980388Regards*Edit: Thanks to move this post, because it's not inside the right topic! Edited August 3, 2012 by myselfidem
myselfidem Posted August 7, 2012 Posted August 7, 2012 (edited) With WPI v8.5.2 , I can select on the option items: Window | Window resolution:By System (Default)orCustom...But the texts does not appear on the top and on the bottom.And selecting French language the text "Widescreen" is not in French but in English.Thanks Edited August 8, 2012 by myselfidem
chymax3m Posted August 7, 2012 Posted August 7, 2012 (edited) Hello, found a bug in Screen resolution combo: there is no string "Custom" just a blank string Edited August 7, 2012 by chymax3m
Kelsenellenelvian Posted August 7, 2012 Author Posted August 7, 2012 Please open your lang fiiles and lang_en then look for the strings your missing in your langs. Then kindly add them and post here...
chymax3m Posted August 8, 2012 Posted August 8, 2012 It is mentioned in the manual about that string, but i can't find it in the lang file. Strings corresponded to the labels of that sector are translated, but there is no such a string corresponding to dropbox.
chymax3m Posted August 8, 2012 Posted August 8, 2012 (edited) Actually there is such a string :optCustom[lang] = ['Custom...']; but it doesn't reflect in dropbox Edited August 8, 2012 by chymax3m
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now