May 22, 201214 yr 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, 201214 yr by myselfidem
May 28, 201214 yr 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
July 29, 201214 yr 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, 201214 yr by ricktendo64
July 30, 201214 yr 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.
July 31, 201214 yr 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
August 2, 201214 yr 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, 201214 yr by myselfidem
August 3, 201214 yr 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, 201214 yr by myselfidem
August 7, 201214 yr 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, 201214 yr by myselfidem
August 7, 201214 yr Hello, found a bug in Screen resolution combo: there is no string "Custom" just a blank string Edited August 7, 201214 yr by chymax3m
August 7, 201214 yr Author 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...
August 8, 201214 yr 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.
August 8, 201214 yr Actually there is such a string :optCustom[lang] = ['Custom...']; but it doesn't reflect in dropbox Edited August 8, 201214 yr by chymax3m
Create an account or sign in to comment