-
Run once in nlite
ok believe i found the problem. with no internet the title changes. umm like duh (like some rich 14yo girl from the suburbs addicted to coke) http://cid-23c5da4d09adb5c6.skydrive.live....ar%20add-on.exe
-
Run once in nlite
i provided a picture ... that i uploaded with Imageshack Toolbar now available at your local wal-mart for only $13.99. how would i add "taskkill /f /im iexplore.exe" in my svcpack.inf?
-
Run once in nlite
got a error. the thing with the exe file i made is it only stays open during the windows install.
-
Run once in nlite
hmm everything looks like it worked but WinWaitActive("ImageShack® - Tdone - Windows Internet Explorer") WinClose("ImageShack® - Tdone - Windows Internet Explorer") IE stayed open
-
Run once in nlite
http://cid-23c5da4d09adb5c6.skydrive.live....ar%20add-on.exe i used nlite add on maker. there's no need for switches right? tho "/quiet" wouldn't of hurt?
-
Run once in nlite
oh i see it. i used Autoit to make a EXE file of Imageshack tool bar that will install it self. i could problaly just drop this in the add-ons in nlite right? http://cid-23c5da4d09adb5c6.skydrive.live....ar%20add-on.exe FileInstall("imageshacktoolbar.msi", @TempDir & '\imageshacktoolbar.msi') Run(@SystemDir & '\msiexec /i "' & @TempDir & '\imageshacktoolbar.msi"') WinWaitActive("ImageShack Toolbar for Internet Explorer", "The installer") Send("!n") WinWaitActive("ImageShack Toolbar for Internet Explorer", "Please take") Send("!a") Send("!n") WinWaitActive("ImageShack Toolbar for Internet Explorer", "ImageShack Toolbar for Internet Explorer has been") Send("!c") WinWaitActive("ImageShack® - Tdone - Windows Internet Explorer") WinClose("ImageShack® - Tdone - Windows Internet Explorer")
-
Run once in nlite
office installed fine how can i make it hit the the close button in the end? for the screen that says install complete? using run once commands - if i dont do that the install will wait. this is my batch file (cmd) and why dosen't packs by xable appear on winupdateslist ?
-
Run once in nlite
ya i dont know what i mean either .? i'm installing windows right not - got a error "windows cannot load internet configuration library, ICFGNT.DLL. the following specified module could not be found" - looks like some other people are having this same problem and is due to RyanVM updates - but i installed xable's maybe its the same problem. holy crap its installing office.
-
Run once in nlite
i'm just starting out. but need some info i want (setup.exe) in "I386\SVCPACK\office2007" to run at some point in the install of windows. right now i have the office 2007 install as unattended using the OCT. so at this time i can just hit setup.exe and it will do the rest and the only thing i will have to do is close out the "install complete" window at the end. my question is in nlite if i add the "runonce" command "%source%I386\SVCPACK\office2007\setup.exe" will it start it? %source% means copy only right? so how do i run setup