Jump to content

Need to add ghost and autoit to unattended windows install


Recommended Posts

If this is correct:

1. Remove [GuiRunOnce] entries from winnt.sif

2. Create a cmdlines.txt file containing the following:

[COMMANDS]

"RunOnceEx.cmd"

3. Save cmdlines.txt inside your $OEM$ folder

4. Create your RunOnceEx.cmd file and put it in your $OEM$ folder

5. Create RunOnceEx.cmd and save in $OEM$ folder

then how do I create an unattended windows that will auto-install ghost and autoit?

I know I have to somehow add code to the RunOnceEx.cmd, but I am not sure exactly what. If someone would be able to write the code for me I would appreciate it. Thanks.

Link to comment
Share on other sites


Why don't you just install them directly from cmdlines.txt?

In my opinion RunOnceEx is overkill for most instalations and is only nessasary for installers that need to perform tasks after a reboot.

Link to comment
Share on other sites

Because I don't know how to!!! Could you explain?

Use the following format in your cmdlines.txt

[Commands]
"command to install Ghost"
"command to install AutoIT"
"command to install anything else"

Each command will be run at T-12

The working directory at this stage will be \$OEM$\ so the root of your CD will be ..\ in case you dont want to copy the installers to your hard drive. (I put the installers I don't want copied to my hard drive directly in $OEM$)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...