Jump to content

New Option for Installing Applications - W.A.I.T.


Recommended Posts


2Bryanh: Great work!

I would like to post request, too...

- Give option to Publish/Run. I mean I could store it somewhere on network and users could use it for installing on demand - but still I could use it for forced network installations. For example

Wait.exe /force network.ini

will install everything in network.ini

EDIT: I found out I cant use it - it converts every \ to one, so \\\\\\ is in final only \. Could U please correct this?

Link to comment
Share on other sites

Hmmm... excellent :yes:

Requests:

-progress bar (with % or not)

-message to confirm '"installation complete!"

-possibilit to change wallpaper

-"\\" to "\"

-way to change name of button in the wait.ini

exemple

[button name]

exit=sortie

install=installer....

-possibility to select all button by default with a custom timer ( to automate the process ).

Thx Alot! :thumbup

Link to comment
Share on other sites

After a 2 tentatives to incorporate the wait install tool.. i got some bugs..

1-i call wait from a runonceex... so prog bugs with the existants key...

(ill send a screenshots later)

explications: this is the structure of my runonceex

1-copy cabs

2-copy cd2

3-call wait.exe

4-call clean.bat

5-call regtweak.bat

6-reboot

And this is what happen in my windows pop-up with i use the wait.exe tool

1-Symantec anti-virus corp

2-symantec updates

3-wait ?

4-clean.exe

5-regtweak.exe

6-reboot

The program mess the first runonceex process....

This is possible to dont use runonceex windows with wait.exe?

Link to comment
Share on other sites

No - developement is not done. I was away for a few days. I will read over the request and get to work. As for wait not working with RunOnceEX, I don't understand. WAIT uses RunOnceEx to accomplish it's install. Are you suggesting to not use RunOnceEx?

I have the following in my Winnt.sif

[GuiRunOnce]
%systemdrive%\install\install.cmd

My install.cmd looks like this

@ECHO OFF
rem The following line hides the command window ...
cmdow @ /HID
ECHO.
ECHO Calling WAIT
ECHO.
start /wait %systemdrive%\install\Wait\wait.exe

exit

This calls WAIT after the first reboot.

Link to comment
Share on other sites

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