MSFN Forum: Alternative To CMDOW? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Alternative To CMDOW? Rate Topic: -----

#6 User is offline   tbma 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 04-June 05

Posted 09 August 2005 - 11:00 PM

I am using 2 very simple tiny wrappers by Oleg_Sch.

hidcon.exe (2kb) - runs command line apps or cmd scripts hidden. Command line is the name of the application or script and it's parameters. For example "hidcon.exe adduser.cmd username password".

msistub.exe (2.5kb) - runs msiexec.exe with specified .msi file. eq. "msistub MyApp.msi /qb!-" = "msiexec /i MyaApp.msi /qb!-".

Both programs have only one command line switch - "-nw", That means NO WAIT. By default they are waiting for lauched programs/scripts to finish.

This post has been edited by tbma: 09 August 2005 - 11:00 PM



#7 User is offline   InTheWayBoy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 709
  • Joined: 16-August 04

Posted 10 August 2005 - 12:56 AM

Well, I decided to invest some time into AutoIT and I think I'm glad I did...it's really slick, and I see a lot of uses for it.

Essentially I setup everything in "install.au3", compile it to "install.exe", which is called from "config.txt" when making the sfx...which is currently still "build.bat".

With the "install.exe" all commands are scripted, so there is now no need to hide a cmd window.

install.au3
RunWait ( @ScriptDir & "\setup.exe" )

Sleep ( 10000 )

ProcessClose ( "qttask.exe" )

FileDelete ( @AppDataDir & "\Microsoft\Internet Explorer\Quick Launch\QuickTime Player.lnk" )

FileDelete ( @DesktopCommonDir & "\QuickTime Player.lnk" )

RegDelete ( "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run", "QuickTime Task" )


config.txt
;!@Install@!UTF-8!
RunProgram="install.exe"
ExtractTitle="Preparing For Installation..."
GUIMode="1"
;!@InstallEnd@!


build.bat
copy /b 7zs.sfx + config.txt + QuickTime.7z QuickTime.exe


Of course I have customized the script to remove certain items...shortcuts, folders, startup entries, etc...in the end it runs as silent as you can get I think. There is a little systray application that runs while "install.exe" does it's thing, but that's cool, cause then I know when it's done.

#8 User is offline   Achdine 

  • Junior
  • Pip
  • Group: Members
  • Posts: 97
  • Joined: 11-May 05

Posted 10 August 2005 - 10:14 AM

Quote

There is a little systray application that runs while "install.exe" does it's thing, but that's cool, cause then I know when it's done.
You can use the "#NoTrayIcon" command to remove the icon. It will still flash up for about 750 milliseconds (it's like a CMDOW for the tray icon ;) ). "Opt("TrayIconHide", 0)" will bring it back.

#9 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 21 October 2006 - 03:20 PM

View Posttbma, on Aug 10 2005, 08:00 AM, said:

I am using 2 very simple tiny wrappers by Oleg_Sch.

hidcon.exe (2kb) - runs command line apps or cmd scripts hidden. Command line is the name of the application or script and it's parameters. For example "hidcon.exe adduser.cmd username password".

msistub.exe (2.5kb) - runs msiexec.exe with specified .msi file. eq. "msistub MyApp.msi /qb!-" = "msiexec /i MyaApp.msi /qb!-".

Both programs have only one command line switch - "-nw", That means NO WAIT. By default they are waiting for lauched programs/scripts to finish.

works like a charm! I like the hidcon.exe

#10 User is offline   COKEDUDEUSF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 226
  • Joined: 24-January 07

Posted 04 October 2008 - 09:43 PM

Does anyone still use Msistub.exe?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy