|
||||
Re: AutoInstall Program (w/ Silent cab install)
Quote:
__________________
Treo 600 -> Treo 650 ->Treo 700p -> Treo 700wx -> Mogul -> Touch Pro -> Touch Pro 2 -> HTC Evo
- [Guide] Get Root access & NAND Unlock your Evo (Full Root) - My Current AppBrain List |
|
||||
Re: AutoInstall Program (w/ Silent cab install)
This program works great. Thanks!
__________________
Imagine a country where the schools have all the money they need and the Air Force has to conduct a bake sale to buy a bomber.
http://www.gratitudecampaign.org/fullmovie.php |
|
||||
Re: AutoInstall Program (w/ Silent cab install)
Quote:
no really i'm sure there is an alternate way to do this... i'm not giving up just yet.
__________________
Creator of iLife ROM Series Best... Member... Ever... |
|
||||
Re: AutoInstall Program (w/ Silent cab install)
Bummer. I prefer to install to the SD card unless the program requires installation on the device or affects the Today screen.
|
|
||||
Re: AutoInstall Program (w/ Silent cab install)
I just tried this application for the first time today, and it appeared to do nothing. Popped up asking me if I wanted to run it, then no installers ran. When was this most recently updated (if at all)?
|
|
||||
Re: AutoInstall Program (w/ Silent cab install)
I revised it twice, once in the older thread, and once in this thread. Sounds like you might have gotten the very first version I posted, in which I had left a bug. D: The one in this thread should always have worked though, and I think it was last revised....... 03-11-2008 at 11:17 AM.
|
|
||||
Re: AutoInstall Program (w/ Silent cab install)
If you want to get fancy, you could set it up to run automatically on boot. You need to create a folder on the SD card called 2577. You would then put your mortscript.exe, autorun.exe and autorun.mscr in that same folder. WM will automatically run the autorun.exe everytime you boot and anytime you insert the sd card. Here is my autorun.mscr and you will see how I got around it popping up a run dialog all the time. Note that I use mine to run tiermann autoinstaller, but you can modify to your needs.
My autorun.mscr Code:
If ( RegValueExists("HKLM", "Comm", "NoRun") ) Exit EndIf If (Question("Do you want to run Tiermann Autoinstall?","Install programs","OkCancel")=CANCEL) Message ("You will not be asked again.") RegWriteString("HKLM", "Comm", "NoRun", "NoRun") Exit EndIf RegWriteDWord("HKLM", "Comm", "AutoRunFlag", "0") RegWriteString("HKLM", "Comm", "AutoRunCFG", "\Storage Card\2577\TAutoInstall\Config.txt") RegWriteString("HKLM", "Comm", "AutoRun", "\Storage Card\2577\autorun.exe") Run("\Storage Card\2577\TAutoinstall\tautoinstall.exe") |
|
||||
Re: AutoInstall Program (w/ Silent cab install)
Ran this today after flashing to the latest No2Chem Rom and it only installed half of the items in the installers folder and didn't copy anything from the files folder. Reflashed and just tried installing and it again only installed half. Installed the rest manually and then had it copy the files. It copied the files, rebooted and proceeded to lock up at the today screen. Reflashed, reran, installed manually disabled ALL today plugins and then had it copy files. This finally worked.
Never could get it to install all the cabs and each time it was a little different as to what was installed. |
|
|
|