Jump to content

swampy

Member
  • Posts

    101
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by swampy

  1. Microsoft Office
    ==================================================
    Button1
    00030126
    Cancel

    msctls_progress321
    0003010C
    ---------- Control has no text ----------

    Static1
    0003014E
    ---------- Control has no text ----------

    Static2
    0003010E
    Please wait while Windows configures Microsoft Office Professional Edition 2003

    Static3
    000B0148
    ---------- Control has no text ----------

    Microsoft Office
    ==================================================
    Button1
    00030126
    Cancel

    msctls_progress321
    0003010C
    ---------- Control has no text ----------

    Static1
    0003014E
    ---------- Control has no text ----------

    Static2
    0003010E
    Please wait while Windows configures Microsoft Office Professional Edition 2003

    Static3
    000B0148
    ---------- Control has no text ----------

    Microsoft Office
    ==================================================
    Button1
    00030126
    Cancel

    msctls_progress321
    0003010C
    ---------- Control has no text ----------

    Static1
    0003014E
    ---------- Control has no text ----------

    Static2
    0003010E
    Please wait while Windows configures Microsoft Office Professional Edition 2003

    Static3
    000B0148
    ---------- Control has no text ----------

    Microsoft Office
    ==================================================
    Button1
    00030126
    Cancel

    msctls_progress321
    0003010C
    ---------- Control has no text ----------

    Static1
    0003014E
    ---------- Control has no text ----------

    Static2
    0003010E
    Please wait while Windows configures Microsoft Office Professional Edition 2003

    Static3
    000B0148
    ---------- Control has no text ----------

  2. Microsoft Office

    ==================================================

    Button1

    0005011E

    Cancel

    msctls_progress321

    0006010C

    ---------- Control has no text ----------

    Static1

    00030110

    ---------- Control has no text ----------

    Static2

    00030104

    Please wait while Windows configures Microsoft Office Professional Edition 2003

    Static3

    00040132

  3. I'm making a silent install of crossword maestro, I need to close a window after install

    In vmware, this works, but doesn't work in real windows

    Opt("WinWaitDelay", 400)
    Run ("SETUP.EXE -s")
    Opt("MouseCoordMode",0)
    WinActivate("C:\Documents and Settings\All Users\Start Menu\Programs\Crossword Maestro","FolderView")
    WinWaitActive("C:\Documents and Settings\All Users\Start Menu\Programs\Crossword Maestro","FolderView")
    Send("{ALTDOWN}f{ALTUP}{DOWN  5}{ENTER}")

    In windows this works, but doesn't work in vmware

    Opt("WinWaitDelay", 400)
    Run ("SETUP.EXE -s")
    Opt("MouseCoordMode",0)
    WinActivate("Crossword Maestro","FolderView")
    WinWaitActive("Crossword Maestro","FolderView")
    Send("{ALTDOWN}f{ALTUP}{DOWN  5}{ENTER}")

    Any ideas would be appreciated.

  4. /VERYSILENT works. I just installed it.

    Registration info (XSPLicense.ini} is in %ProgramFiles%\X-Setup Pro\bin

    I made a winrar sfx of the ini

    ;The comment below contains SFX script commands

    Path=X-Setup Pro\bin
    SavePath
    Silent=1
    Overwrite=1

  5. Here is a simpler version of my iexpress method, using WinRAR

    extract all the files from the fprot installer to an empty folder

    download attached setup.iss to the same folder

    right-click all the files, choose add to archive

    now choose RAR, compression- best

    tick Create SFX archive, tick Create solid archive

    in the top right corner click Comment & paste this

    ;The comment below contains SFX script commands

    Setup=setup -s
    TempMode
    Silent=1
    Overwrite=1

    now OK your way out & the switchless archive will be created

    setup.iss

  6. If u go to the nero's forum. u will see that serial that are listed as blacklisted or pirated will automatically be negated and classified as DEMO.

    be good boys and girls and purchase nero if u like it.

    hi astalavista, love your work, just wondering why your handle is the name of the biggest crack search engine on the net.

  7. I forgot I use this all the time and thought it might be useful for others

    this freeware app can save multiple reg changes to one reg file

    Scenario: you monitor registry changes & have to export 4 different reg files, this saves it to one reg file

    http://www.moonsoftware.com/files/Registry_Key_Backup_123.zip

    thanks to the man at moonsoftware

×
×
  • Create New...