pastl Posted July 2, 2004 Posted July 2, 2004 Hello Benjamin,you've done really good work with this little programm, but i've still a little reques for you . Is it possible to put more command-lines in each process, like command.0, command.1,.......?It would be good for a few apps, witch start themselve after the installation process. I mean something like that.[Miranda IM]command.0=%systemdrive%\Software\miranda\Setup.exe /Scommand.1=taskkill.exe /F /IM config.exedescription=like ICQ Thanks for your help and good luck for your exams. pastl
syntax_13 Posted July 2, 2004 Posted July 2, 2004 @pastl:That would be a great feature. It could also be user to register programs through a .reg file. You know, first install and then register the installed program. That way you wouldn't need a seperate install option to register the installed software.
BenjaminKalytta Posted July 2, 2004 Posted July 2, 2004 @MarcoTips: You are right, is fixed now. I messed it up with milli seconds and multiplicated it with 1000 Good luck on those exams...Thx btw. I've got exam in "Programming Basics 2" today at 2pm. But I think this one is no problem for me;)The next thing someone is going to ahve you do, is try to implement a plugin's part of the program, so people can design their own...Yeah, that could be a good idea. May be this will be added in future.I removed the attachment to xper's post, so people don't download that first and then complain it doesn't work how the new one doesThank you, you are right that is really sensible.@pastl: Ok I'll add this feature next days, maybe next friday after physics exam May be sooner.Benjamin Kalytta
pastl Posted July 2, 2004 Posted July 2, 2004 @BenjaminThank's a lot for doing this. but by the moment, your exams are more important than thisPastl
BenjaminKalytta Posted July 2, 2004 Posted July 2, 2004 I just added command.x in version 1.6.1. Was not as much work as I thought:)Benjamin Kalytta
pastl Posted July 2, 2004 Posted July 2, 2004 @Benjaminthan's alot for that. i didn't thought that i'll get this so fastpastl
PoloDude Posted July 2, 2004 Posted July 2, 2004 Is it possible to install programs from cd/dvd with wihu?Like putting this in the [Environment]:IF EXIST D:\CD.txt set CDROM=D:IF EXIST E:\CD.txt set CDROM=E:IF EXIST F:\CD.txt set CDROM=F:IF EXIST G:\CD.txt set CDROM=G:IF EXIST H:\CD.txt set CDROM=H:IF EXIST I:\CD.txt set CDROM=I:IF EXIST J:\CD.txt set CDROM=J:Someone?Thx!Btw, superb progie!
syntax_13 Posted July 2, 2004 Posted July 2, 2004 @PoloDudeStarting progams from cd\dvd is possible.Just start WIHU from cd and it will search on the same drive for the programs.You don't need to use %cdrom% in your install.ini, instead use a command like this:[Miranda IM]command=miranda\Setup.exe /Sdescription=like ICQIn the folder where wihu.exe is located it will look for the "miranda" folder and start "Setup.exe /S"
Alanoll Posted July 2, 2004 Posted July 2, 2004 The next thing someone is going to ahve you do, is try to implement a plugin's part of the program, so people can design their own...Yeah, that could be a good idea. May be this will be added in future. umm....I was kidding by the way. lol. It's great idea, but not in practice. There won't be many people that make the plugins if any.
BenjaminKalytta Posted July 3, 2004 Posted July 3, 2004 umm....I was kidding by the way.oops There won't be many people that make the plugins if anyThis is also a bit exaggerated ... but it would make wihu more manageable in sense of code clearness, ... may be.But currently Im dealing with how to find the name of the builtin administrator (you know, different languages uses different administrator names).I already find a way to change the administrator name, currently im working on code to find machine SID to built the builtin administrator SID in shape of "S-1-5-32-machine_sid-500". I already find the registry key (HKEY_LOCAL_MACHINE\SECURITY\SAM\Domains\Account)Benjamin
PoloDude Posted July 3, 2004 Posted July 3, 2004 Is there a possibility to use some sub-sections? Like when you have some "themes" you get something like this: ----Xtra Progiez ----# Office 2003# Photoshop CS# Nokia PC Suite ------Codecs-------# Divx Codec# Xvid Codec# AC3 Codec -------Beta's-------# Visual Webdeveloper 2005# Visual Basic 2005# SQL Server 2005 --- Xtra Filez -----# Windows Visual Themes# Xtra Wallpaperz# Xtra Fonts -----Regtweaks-----# Visual FX Tweaks# Services Tweakstext between the ---- xxx ---- like bold or somethingAnd # is the checkbox Just a Q, would be nice though Keep up the great work!
BenjaminKalytta Posted July 3, 2004 Posted July 3, 2004 @PoloDude: This is currently not possible, may be in future.administrator account name can be changed now with /admin=<name>.This is new in version 1.6.1. Benjamin Kalytta
my2001 Posted July 3, 2004 Posted July 3, 2004 administrator account name can be changed now with /admin=<name>.Is this a complete replacement for that renuser.exe, etc. stuff? No other actions to be taken?Would be kewl
Bilou_Gateux Posted July 3, 2004 Posted July 3, 2004 @BenjaminKalyttaThanks for making your application Windows 2000 compatible.And another thanks for implementing the command.x suggestion.My sample for silent installation of the last version of Adobe Reader :AdbeRdr6.ini[Environment][Adobe Reader 6.0.2]command.0=AdbeRdr6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""command.1=AdbeRdr6\Acro-Reader_6.0.2_Update.exe -p /S /v/qncommand.2=regedit /s AdbeRdr6\AdbeRdr6.regcommand.3=AdbeRdr6\ReaderSpeedUp.exedescription=view and print Adobe PDF filesdefault=1and the command to launch :wihu.exe /SkipRestart /SkipSettings /AutoInstall=1 /ini=AdbeRdr6.iniThanks to msfn.org members for silent switchs and reg files :Acro-Reader_6.0.2_Update.exeJjaz .reg postAdobe Reader SpeedUp (current version 1.21) see silent deployment in ReadMe.txt
Recommended Posts