Jump to content

acomputerwiz

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by acomputerwiz

  1. Your 'Auto Detection' of CDROM drive or Hard Drive works except I have a small problem

    I am running mine off of a 'Network' drive.

    It took me a couple of minutes figure out why the buttons disappeared but I figured this must be the case.

    My G: drive is real and works fine, the exact same config from my server mapped to R: (\\server\share) does not.

    Edit:

    using info from the guy a few rows up replacing the last few lines with this for the theme works

    <!--<script type="text/javascript">
    document.all.ExtraButtons.style.display = hdd != "" ? 'block' : 'none';
    </script> -->

    <script type="text/javascript">
    // document.all.ExtraButtons.style.display = 'none';
    document.all.ExtraButtons.style.display = 'block';
    </script>

  2. Alot of people in the forum have experienced the issue I seem to have, which is install order.

    I'm sure this wouldn't be easy but it would be great if you could set the install order by lowest to highest number order with unnumbered selections run before the highest number.

    I have a selection that needs to run last and currently to get this to work I have to number every selection.

    This becomes a real pain if I then need to add another app, I then have to renumber every selection. :realmad:

    My suggestion is to run it like this

    1......WinZip (Install Order #1)

    2......Notepad (Install Order #2)

    ........Acrobat Reader (Unspecified Install Order)

    ........WinRAR (Unspecified Install Order)

    50....Rename Computer (Highest number in install order and therefore runs last)

    I hope that makes sense.

    Well to get around that expand out the numbers

    100......WinZip

    200......Notepad

    ...

    ...

    999....Rename Computer

    Then as you add applications just add one like

    100......WinZip

    150......Winamp

    200......Notepad

    ...

    999....Rename Computer

    hope that helps

  3. I had a couple problems with installing XPI extenstions from the cd during the RunOnceEx.cmd

    Here is my firefox.cmd that I got to work when run on a normal command line, now I just need to get it running when done from RunOnceEx

    cmdow @ /HID

    @Echo Off

    FOR %%i IN (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%i\win51ip.SP2 SET CDROM=%%i

    SET EX=%CDROM%\Apps\firefox\XPI

    %systemdrive%

    cd "%programfiles%\Mozilla firefox"

    for %%e in ("%CDROM%\Apps\Firefox\XPI\*.xpi") do start /wait firefox.exe -install-global-extension "%%e"

×
×
  • Create New...