Jump to content

Powerhouse

Member
  • Posts

    184
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Powerhouse

  1. Found SpywareBlaster 3.1 info, so going to try it on the 3.2 version... REG ADD %KEY%\076 /VE /D "SpywareBlaster 3.2" /f REG ADD %KEY%\076 /V 1 /D "%systemdrive%\Install\Applications\SpywareBlaster\spywareblastersetup32.exe /verysilent /NOCANCEL /SP- /NORESTART" /f REG ADD %KEY%\076 /V 2 /D "taskkill.exe /F /IM spywareblaster.exe" /f As for WinMX, all the searches I've done, come up with nothing (same with WallPaper Changer Powertoy). Perhaps someone out there might know and post.
  2. Hey everyone, I need assistance with the silent Install of a few applications... 1. The WallPaper Changer Powertoy. 2. Spywareblaster 3. WinMX I see that Strat lists special files for Spywareblaster and WinMX, but I am unable to get to strat79.72r.net. Any help would be appreciated.
  3. Thanks to both Mhz and yuha. I used MHz way (after I downloaded the exe version of AutoIt, as the Zip file doesn't have an install...Doh). Works great btw.
  4. Hey Mmarable, how do you convert the .au3 files into .exe files? I've looked in these forums and on the AutoIt forums, and haven't found any info on this yet. Also, are you installing the Stardock apps from RunOnceEx? If so, what is the code you are using to get them to run?
  5. I've nearly got my Unattended CD complete, and decided to put a few desktop modifier programs on (WindowBlinds, Iconpackager, CursorXP), but am having some problems. Here is the code I've got so far in in RunOnceEx.cmd (this is just a sample, didn't want to post everything else to save space). cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\078 /VE /D "CursorXP 1.3" /f REG ADD %KEY%\078 /V 1 /D "%systemdrive%\Install\Applications\CursorXP\AutoIt3.exe CursorXP_1.3.au3" /f REG ADD %KEY%\079 /VE /D "CursorXP Skin" /f REG ADD %KEY%\079 /V 1 /D "%systemdrive%\Install\Applications\CursorXP\Abracadabra.CurXPTheme" /f REG ADD %KEY%\080 /VE /D "IconPackager 2.5" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\Applications\IconPackager\AutoIt3.exe IconPackager_2.50.au3" /f REG ADD %KEY%\081 /VE /D "WindowBlinds 4.4" /f REG ADD %KEY%\081 /V 1 /D "%systemdrive%\Install\Applications\WindowBlinds\AutoIt3.exe WindowBlinds_4.40.au3" /f EXIT As an example, in my Applications\CursorXP folder, I have AutoIT3.exe, CursorXP_1.3.au3, and cursorxpplus.exe. I believe I can do a few things to clean this up, but not really sure how. Anyway, here are some things I've read but could use some help on... 1. Using AutoIt3 to create an exe file that runs AutoIt3, the Au3 file, and the application. 2. Put AutoIt3.exe in System32, and change the install line from RunOnceEx.cmd to something like this... REG ADD %KEY%\078 /V 1 /D "AutoIt3.exe %systemdrive%\Install\Applications\CursorXP\CursorXP_1.3.au3" /f I believe the first suggestion would be the best, but I have no idea how to make an exe file out of AutoIt3, the .au3 file, and the source file. I've looked on these boards, and on the AutoIt3 boards, but haven't found how to make these exe's yet. Any help would be appreciated.
×
×
  • Create New...