Jump to content

Problem with MSMQ and welcome screen etc.


Recommended Posts

hi everyone

quick edit: Windows XP professional with slipstreamed SP2.

I've got some problems with creating an unattended windows installation.

first, with message queuing. i want windows to include the mq installation in the basic windows setup. this works great for my snmp, where i just need the simple one without the WMI.

now, i want to install message queuing the same way, but i only need the pure common one without the other options. someone suggested me to use msmq_common="on" in the winnt.sif but this didn't work. does anyone have an idea?

secondly, that awful welcome screen. yes, i've set oemskipwelcome to 1 and it appears after installation, also setting it to 0. this makes me insane.

third problem, that kind of "setup screen" after windows installation, where it asks for internet connectivity and forces you to create a user. can i turn this one off somehow and just get the log-on screen where i have to hit str+alt+del, so i can logon directly as administrator?

next problem, registry. i've compiled together a *.reg file with all the tweaks i need for my workstation. i use it with GuiRunOnce. it also contains a lot of changes to the visual effects of windows. after i logon for the first time, windows ask me it it should add that to the registry.

i hit ok, but all that visual effects didnt change. i logoff or restart, same. but right after i hit the *.reg file manually wih a double click, add the information, and then relogg, it works like a miracle.

i would appreciate any kind of help to any of these questions, as they really drive me crazy and i search the internet for hours now. thank you in advance.

Edited by kwy
Link to comment
Share on other sites


someone suggested me to use msmq_common="on" in the winnt.sif but this didn't work. does anyone have an idea?

secondly, that awful welcome screen. yes, i've set oemskipwelcome to 1 and it appears after installation, also setting it to 0. this makes me insane.

third problem, that kind of "setup screen" after windows installation, where it asks for internet connectivity and forces you to create a user. can i turn this one off somehow and just get the log-on screen where i have to hit str+alt+del, so i can logon directly as administrator?

for the message queuing have a look at the files in the attachment. msmq_common="on" didn't work for me either. execute the batchfile in the attachment in your runonceex-file or whatever "postinstall" system you are using

to log in as administrator set this in your winnt.sif

[GuiUnattended];Automatic login

AutoLogon = Yes

;Administartor password (*= no Password)

AdminPassword = *

;skip reginal setting during setup

OEMSkipRegional = 1

;skip welcome screen

OemSkipWelcome = 1

msmq.rar

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...