Jump to content

Recommended Posts


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

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

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