December 17, 200619 yr I wont will somebody can explain me how do will instaler WPI jomping not left top corner or right top corner. Edited December 19, 200619 yr by Yurek3
December 19, 200619 yr @Yurek3,how do you do it to have this "Performing Post-Setup-Tasks" -Window open at the same time as WPI-Installer? Is it a RunOnceEx Window? And something else: How do you put a wallpaper on the screen at that stadium of Windows-Setup?Thank you for your Answers...
December 22, 200619 yr If you want the window to open somewhere else, I could add some gadgets to allow you to enter your own x,y coordinates. Right now it opens at 25x25.
December 22, 200619 yr Author I do not untestud whot script .js do this and where ineed write difrent options.I whont only thisone Instaler window got in right top side in my screen.Now when staring Instaler WPI you got this one window in left top side.
December 23, 200619 yr Yurek3 in your wpiscripts dir open installer.js with a text editor like note pad and look for this section: window.resizeTo(0,0); ResumeInstall==false ? document.location="file:///"+strFile.replace(/\\/g, '/') : null; //change its content window.moveTo(25,25); //move it window.resizeTo(iWidth,iHeight);Now where it says "window.moveTo(25,25);" change the 25,25 and this is where the spacing of the installer window is.
December 26, 200619 yr Author I did testing few days and i know should by like thiswindow.resizeTo(0,0); ResumeInstall==false ? document.location="file:///"+strFile.replace(/\\/g, '/') : null; //change its content window.moveTo(625,25); //move it window.resizeTo(iWidth,iHeight); //resize it
December 27, 200619 yr Author I need ask again: for WPI 5.6 work good but for WPI 5.0 no.I do not no why.I use in my UA WPI 5.0 for other i get all time some error.
December 28, 200619 yr Go to installer.js, line 29, and change dialogLeft:25;dialogTop:25; to whatever you want.
December 28, 200619 yr Author THX very much for your help me I'm very glad InstallWindow=window.showModelessDialog(strFile,window,"dialogLeft:625;dialogTop:25;dialogWidth:"+iWidth+"px;dialogHeight:"+iHeight+"px;center:no;help:no;resizable:no;scroll:no;status:no;");
Create an account or sign in to comment