Jump to content

Recommended Posts

Posted (edited)

I wont will somebody can explain me how do will instaler WPI jomping not left top corner or right top corner.

Edited by Yurek3

Posted

@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... :thumbup

Posted

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.

Posted

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.

Posted

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.

Posted

I did testing few days and i know should by like this

window.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

Posted

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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...