Yurek3 Posted December 17, 2006 Posted December 17, 2006 (edited) I wont will somebody can explain me how do will instaler WPI jomping not left top corner or right top corner. Edited December 19, 2006 by Yurek3
Kelsenellenelvian Posted December 19, 2006 Posted December 19, 2006 OH I get what you mean.....Hmmmm let me think....
AlienMacHine Posted December 19, 2006 Posted December 19, 2006 @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...
Yurek3 Posted December 20, 2006 Author Posted December 20, 2006 See therhttp://www.ryanvm.net/forum/viewtopic.php?t=3477
mritter Posted December 22, 2006 Posted December 22, 2006 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.
Yurek3 Posted December 22, 2006 Author Posted December 22, 2006 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.
Kelsenellenelvian Posted December 23, 2006 Posted December 23, 2006 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.
Yurek3 Posted December 26, 2006 Author Posted December 26, 2006 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
Yurek3 Posted December 27, 2006 Author Posted December 27, 2006 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.
mritter Posted December 28, 2006 Posted December 28, 2006 Go to installer.js, line 29, and change dialogLeft:25;dialogTop:25; to whatever you want.
Yurek3 Posted December 28, 2006 Author Posted December 28, 2006 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;");
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now