Content Type
Profiles
Forums
Events
Everything posted by Marthax
-
http://www.btsunattended.net/ That should give you any information you might be missing. Hope this helps, Marthax
-
Ok, thank you all!
-
So if I want to remove a process from registry I use - after the entry?
-
Hi Everyone! I'm wasn't to sure where to post as my problem involves the UA installation program of Razer Diamondback (a mouse). Anyway, I hope that this won't do to much mess. My problem is that whenever I try to install this driver unattended with my AutoIt script, it works absolutely perfect. When I try the same thing on my VM, it fails on the part where it's suppose to override the windows protection against anassigned drivers. Instead of poping up a window asking me if I want to accept the new drivers or not, it just says "Failed" and then gives me the choice to restart the computer or not. I've only tried this on VM so my question to you guys is this, can VM be the cause for my problem? Will this problem solve itself when I install this on my "real" computer? Thanks in advance! Marthax EDIT: I fixed it on my own. Thanks anyway!
-
Hi Everyone! How do I integrate the removal of some processes that I want to be deactivated the first time windows boots up? I mean, of course I can go into msconfig and remove them myself but, that wouldn't be UA. Anyway to do this? Thanks in advance! Marthax
-
If I understand you correctly you already got a wireless card in your server right? And now you've inserted a wireless card into you other computer, correct? Have you tried using ICS?
-
I did the same thing on my other computer and it worked without any problems. I've been doing this UADVD for a while now and clearly, my computer needs a format It's time to finish it off and refresh everything.
-
I tried it and no, it doesn't work. Nothing comes up at startup. I checked registry and it's empty. There's no "RunOnceEx" there . Anyone? And @Yzöwl: Yes, i checked System32 and Reg.exe is there.
-
Hi Everybody! Didn't know exactly where to post this as it covers many subjects but, I hope that this will do. Anyway, I use Xplode when installing my programs from my UA WinXP installation. It starts at the T-13 stage. Now, everything installs fine except Maya. When the AutoIT script for Maya executes, it just stands there, doing nothing . When I try to install it using that script in Windows, it works flawlessly. I can't seem to figure out why this occures. Any ideas? Here's the script: Run("setup.exe") WinWaitActive("", "WARNING") Send("!n") WinWaitActive("Maya 6.5 - InstallShield Wizard", "License Agreement") Send("!a!n") WinWaitActive("", "Please enter your information") Send("{TAB}{TAB}{TAB}{ENTER}") WinWaitActive("Maya Product Configuration", "Please select the version") Send("!n") WinWaitActive("Maya 6.5 - Add Location to Path", "In order to make it") Send("{TAB}{TAB}{TAB}{TAB}{TAB}{SPACE}!n") WinWaitActive("", "The wizard is ready") Send("!i") WinWaitActive("", "The InstallShield Wizard has successfully") Send("!f") Thanks in advance! Marthax
-
ok, thanks. I'm gonna try that one out. I'll let you know later.
-
the cmdow is there and yes, I did add the RunOnceEx to the cmdlines.txt. That's the funny thing because when I check the registry, nothing is there.
-
Hi Everybody! I haven't used RunOnceEx in a while and when i recently tried to create one and then execute it, it didn't bring anything up after reboot. cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Finishing Installation" /f REG ADD %KEY%\010 /VE /D "Create Account" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\AccountCreator.exe" /f Can't seem to figure out what's wrong. Anyone?
-
I don't know what you guys like about Norton Antivirus. It takes up a lot of resources, it can't handle many viruses, it is the most common antivirus program and therefore the most attacked one. When a virus is detected and Norton cannot remove it, it starts popping up the same stupid message over and over again. This can become very annoying as it disturbs and won't go away. It has many different services that runs in the background which causes high CPU usage and can decrease your overall system performance. Seriously, I've used this program for a couple of years til I found out that antivirus programs such as NOD and Kaspersky existed and since then, Norton has never been an option to me. So, what's so good with it?
-
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
I can't seem to find any administrative tools in my Kaspersky. And about that post that MacCinv's did, I assume that I just put the key in the same folder as the installation and the installation will not ask for any key? Am I right? Ok, I managed to solve it using that method Thanks everyone for helping me out! -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
then i'm really confused. To make sure that something wasn't wrong just with this particular file, I inserted a mp3 file in the same folder so that both files would be copied to my documents during UA and none of them were there when I needed them. -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
the thing is that I use an AutoIT script to install KAV and at the end of the install, it asks for the destination of my reg file. Now I can't seem to configure my script to asks for any other location than My Documents as this is the default folder that the installation looks in when you click "browse". Anyway, if I choose the usual UA way to install KAV does this also include picking the reg file so that it'll be registered? -
Yeah, I understand that you don't wanna do that. It was just an example. AutoIT can do many things and I'm certain that it can help you http://www.autoitscript.com/autoit3/ It takes a while to learn everything but, it's not hard at all. Just start out with the examples that it already contains. Good luck. Just post if you need more help. Hope this helps
-
I would recommend AutoIT for that as it can accomplish almost anything in Windows as long as you know how to. I managed to create a script that asks for you input and then opens up control panel and creates a account with the name that you entered earlier. Click here Are you familiar with AutoIT?
-
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
Yes, it's a reg file that needs to be in My Documents when Kaspersky Antivirus Installation executes. -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
I just thought of something. Maybe my problem is that I need this file while Xplode executes at T-13 stage and by that time, setup has not copied the file yet. Could this be the reason? I've tried both Alanoll's method and k0pect8's and it still won't work. My file is currently in $OEM$\$Docs\Default User\My Documents\The file -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
nice experimenting k0pect8 . And no, I most certainly was not confusing Docs with $Docs . -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
My bad, I didn't explain the last part correctly. I have the XPCD folder on the computer but, when I create an ISO file this folder doesn't follow so everything is copied properly. Although that didn't work as I explained. I'm gonna try out Alanoll's method and see if that works. -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
guys, that didn't work . When I check $Docs on my VM, the "Default Folder" is there but it's empty even though i inserted a file in it on my UA cd. The shortcut to the file on the cd is the following: D:\XPCD\$OEM$\$Docs\Default User\My Documents\The File Anyone? -
Making UA Copy Files To My Documents
Marthax replied to Marthax's topic in Unattended Windows 2000/XP/2003
ok thanks a lot for the help As far as the question about Xplode I'm probably gonna have to create a thread on that. thanks again