MSFN Forum: Ask your Seven xml ? here - MSFN Forum

Jump to content


  • 25 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Ask your Seven xml ? here Sample .xml's including Audit Mode for DVD and other Install's

#281 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 December 2011 - 12:48 PM

systemlocale is not needed in oobesystem?

Btw from help I was unable to tell which keyboard is the "US". That, afaik, is the only one that doesn't require you to press the key for quotes twice.




#282 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,397
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 December 2011 - 01:00 PM

View PostTheWalrus, on 15 December 2011 - 12:48 PM, said:

systemlocale is not needed in oobesystem?

I don't use with my Autounattend.xml file, inside <settings pass="oobeSystem">, and works fine; because it's already set inside: <settings pass="windowsPE">

About Keyboards; look inside the Registry:
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts]

en-US
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts\00000409]
"Layout Text"="US"
"Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5000"
"Layout File"="KBDUS.DLL"



en-GB
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts\00000809]
"Layout File"="KBDUK.DLL"
"Layout Text"="United Kingdom"
"Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5025"


This post has been edited by myselfidem: 15 December 2011 - 01:25 PM


#283 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 December 2011 - 05:21 PM

And to add a bit more to the unattended mystery, I do have the Total Commander ini file copying working:


                <SynchronousCommand wcm:action="add">
                    <Order>12</Order>
                    <CommandLine>cmd /c copy /y "%systemdrive%\install\TotalCommander\wincmd.ini" "%programfiles(x86)%\totalcmd\"</CommandLine>
                    <Description>copy Total Commander settings</Description>
                </SynchronousCommand>





but the SAME thing, only for UltraVNC, does not work at all!!!


                <SynchronousCommand wcm:action="add">
                    <Order>14</Order>
                    <CommandLine>cmd /c copy /y "%systemdrive%\install\UltraVNC\UltraVNC.ini" "%programfiles%\UltraVNC\"</CommandLine>
                    <Description>copy UltraVNC settings</Description>
                </SynchronousCommand>








What in the hell is this?

Is there a way to save output from these windows, like when it says "1 file copied" etc.?



This post has been edited by TheWalrus: 16 December 2011 - 12:30 AM


#284 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 15 December 2011 - 08:26 PM

Please help me guys, I have tried to change the default theme by autounattend.xml, I have tried
<Themes>
<CustomDefaultThemeFile>c:themefiles\nature.theme</CustomDefaultThemeFile>
<DefaultThemesOff>false</DefaultThemesOff>
</Themes>
in "microsoft-windows-sell-setup"
but not working then I have tried this one as well

<Themes>
<Themename>nature<Themename>
<DefaultThemesOff>false</DefaultThemesOff>
</Themes>
But this one also didn't work. Please tell me how can I change the default theme by xml only. I don't want to use other method of applying custom theme.

#285 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,397
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 December 2011 - 02:18 AM

View PostTheWalrus, on 15 December 2011 - 05:21 PM, said:

And to add a bit more to the unattended mystery,

Using quotes (") with Autounattend.xml, the best way is to check your file with WSIM and use: &quot; (or write manually) like you will see when you save your customized Autounattend.xml file.

About Ultra_VNC, if using &quot; do not work you can look at this post to create an unattended installation:

http://www.msfn.org/...post__p__947388

However, it seems you need to use the 64-bit version for your 64-bit computer !?

http://www.uvnc.com/...s/ultravnc.html

This post has been edited by myselfidem: 16 December 2011 - 07:44 AM


#286 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 December 2011 - 09:33 AM

I think I used to use xcopy to copy individual files back when everything worked, but I changed that (probably cause I saw no point in xcopy).




Oh and I found an article about search providers: http://support.micro....com/kb/2444193

Maybe it is related. I think it was ok until I actually launched IE - before that the provider was set correctly when I checked from control panel, internet options. I will try it again with different image, because I have no idea anymore - too many attempts and lost track.



#287 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,397
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 December 2011 - 10:04 AM

Yes, using IE9 I found some problem with customization inside Autounattend.xml and I use now my IE9.reg file saved. No problem found with IE8.

You can find help here and later:
http://www.msfn.org/...post__p__970068

#288 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,752
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 December 2011 - 04:29 PM

View Postnice_guy75, on 15 December 2011 - 08:26 PM, said:

Please help me guys, I have tried to change the default theme by autounattend.xml, I have tried

Solved here http://www.msfn.org/...-with-your-xml/

#289 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 December 2011 - 11:27 AM

View Postmyselfidem, on 16 December 2011 - 10:04 AM, said:

Yes, using IE9 I found some problem with customization inside Autounattend.xml and I use now my IE9.reg file saved. No problem found with IE8.

You can find help here and later:
http://www.msfn.org/...post__p__970068


I managed to solve it by manually removing Bing by editing registry before capturing the image :P Awkward but worked.

#290 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 18 December 2011 - 08:07 PM

Hey MaxXPSoft, I am pasting (unable to upload the xml, don't know why) my xml here and I have few problems, please help me solve these problems:

1. When I install my OS my user folder comes as read only folder, so I am unable to use silent installer of google chrome and some of the registries, I am trying with setupcomplete.cmd in "%windir%\setup" folder. How can I rectify this probelm?
2. Os is still sking for PC name and security settings (please see the screenshots), even after setting both the things in autounattend.xml.
3. Can I change the window color to black from default blue? I remember I have seen some where by which we can change the default from blue to some custom color, but not remember now.


Posted Image

Posted Image

<?xml version="1.0" encoding="utf-8"?> 
<unattend xmlns="urn:schemas-microsoft-com:unattend"> 
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <SetupUILanguage> 
                <UILanguage>en-US</UILanguage> 
            </SetupUILanguage> 
            <InputLocale>0409:00000409</InputLocale> 
            <SystemLocale>en-US</SystemLocale> 
            <UILanguage>en-US</UILanguage> 
            <UserLocale>en-US</UserLocale> 
        </component> 
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <UserData> 
                <ProductKey> 
                    <WillShowUI>OnError</WillShowUI> 
                    <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key> 
                </ProductKey> 
                <AcceptEula>true</AcceptEula> 
                <FullName>Alaska</FullName> 
                <Organization>Home</Organization> 
            </UserData> 
            <DiskConfiguration>
                <WillShowUI>Always</WillShowUI>
            </DiskConfiguration>
            <ImageInstall> 
                <OSImage> 
                    <WillShowUI>Always</WillShowUI> 
                    <InstallFrom> 
                        <MetaData wcm:action="add"> 
                            <Key>/IMAGE/INDEX</Key> 
                            <Value>2</Value> 
                        </MetaData> 
                    </InstallFrom> 
                </OSImage> 
             </ImageInstall> 
             <Display> 
                 <ColorDepth>32</ColorDepth> 
                 <HorizontalResolution>1024</HorizontalResolution> 
                 <VerticalResolution>768</VerticalResolution> 
             </Display> 
        </component> 
    </settings> 
    <settings pass="specialize"> 
        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SkipAutoActivation>true</SkipAutoActivation> 
        </component> 
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ComputerName>PC</ComputerName> 
            <TimeZone>India Standard Time</TimeZone> 
        </component> 
        <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DisableOOBAccelerators>true</DisableOOBAccelerators> 
            <DisableFirstRunWizard>true</DisableFirstRunWizard> 
            <EnableLinksBar>false</EnableLinksBar> 
            <FilterLevel>Medium</FilterLevel> 
            <Home_Page>www.google.co.in</Home_Page> 
            <BlockPopups>yes</BlockPopups> 
            <SuggestedSitesEnabled>false</SuggestedSitesEnabled> 
            <PlaySound>True</PlaySound> 
            <ShowInformationBar>true</ShowInformationBar> 
            <ShowMenuBar>true</ShowMenuBar> 
        </component> 
    </settings> 
    <settings pass="oobeSystem"> 
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <Themes>
                <ThemeName>C:\Windows\resources\Themes\Alaska.theme</ThemeName>
                <DefaultThemesOff>false</DefaultThemesOff>
		<DesktopBackground>%WINDIR%\web\wallpaper\Landscapes\img7.jpg</DesktopBackground>
            </Themes>
            <InputLocale>0409:00000409</InputLocale> 
            <UserLocale>en-US</UserLocale> 
            <UILanguage>en-US</UILanguage> 
        </component> 
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <RegisteredOwner>Home</RegisteredOwner>    
        <TimeZone>India Standard Time</TimeZone> 
        <Display> 
            <ColorDepth>32</ColorDepth> 
            <DPI>96</DPI> 
            <HorizontalResolution>1024</HorizontalResolution> 
            <VerticalResolution>768</VerticalResolution> 
       </Display> 
       <OOBE> 
 	   <HideEULAPage>true</HideEULAPage>
           <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
	   <NetworkLocation>Other</NetworkLocation>
	   <ProtectYourPC>3</ProtectYourPC>
	   <SkipMachineOOBE>true</SkipMachineOOBE>
	   <SkipUserOOBE>true</SkipUserOOBE> 
      </OOBE> 
      <AutoLogon>
          <Password>
             <Value></Value>
          </Password>
          <Enabled>true</Enabled>
          <LogonCount>2</LogonCount>
          <Username>Administrator</Username>
       </AutoLogon>
         <UserAccounts> 
                <LocalAccounts> 
                    <LocalAccount wcm:action="add"> 
                         <Password> 
                             <Value></Value> 
                             <PlainText>true</PlainText> 
                         </Password> 
                         <DisplayName>Administrator</DisplayName> 
                         <Name>Administrator</Name> 
                         <Group>Administrators</Group> 
                     </LocalAccount> 
                 </LocalAccounts> 
            </UserAccounts> 
        </component> 
    </settings> 
</unattend>

This post has been edited by nice_guy75: 18 December 2011 - 11:05 PM


#291 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,397
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 19 December 2011 - 06:30 AM

Again, I told you many times, removes those lines, because they are deprecated for Windows 7:

<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
And try to give another name for your computer!
You have only one Administrator account !

Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd

http://technet.micro...268(WS.10).aspx

This post has been edited by myselfidem: 19 December 2011 - 06:42 AM


#292 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 19 December 2011 - 08:18 PM

View Postmyselfidem, on 19 December 2011 - 06:30 AM, said:

Again, I told you many times, removes those lines, because they are deprecated for Windows 7:

<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
And try to give another name for your computer!
You have only one Administrator account !

Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd

http://technet.micro...268(WS.10).aspx

Did you, I am sorry mate I don't remember. BTW thanks for your help. But can't we use "%windir%\Setup\Scripts\setupcomplete.cmd" to install some applications which require permission to access User (Administrator) folder, like google Chrome? Runonce registry is also not working

I also wish to know can shell command do the trick?

Edit: I have already tried shell command but not working.

This post has been edited by nice_guy75: 19 December 2011 - 11:32 PM


#293 User is offline   ar_seven_am 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 09-January 10
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 19 December 2011 - 10:06 PM

View Postnice_guy75, on 19 December 2011 - 08:18 PM, said:

View Postmyselfidem, on 19 December 2011 - 06:30 AM, said:

Again, I told you many times, removes those lines, because they are deprecated for Windows 7:

<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
And try to give another name for your computer!
You have only one Administrator account !

Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd

http://technet.micro...268(WS.10).aspx

Did you, I am sorry mate I don't remember. BTW thanks for your help. But can't we use "%windir%\Setup\Scripts\setupcomplete.cmd" to install some applications which require permission to access User (Administrator) folder, like google Chrome? Runonce registry is also not working

I also wish to know can shell command do the trick? I have already


I think u better use "%SystemRoot%" instead "%WinDir%", even it's the same but the variable use for different purpose.

#294 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 19 December 2011 - 11:36 PM

View Postar_seven_am, on 19 December 2011 - 10:06 PM, said:

I think u better use "%SystemRoot%" instead "%WinDir%", even it's the same but the variable use for different purpose.

See initiation of the installation is not the problem other silent installers are running fine, but "Administrator" is read only folder so chrome installer is unable to put the files in the Administrator folder, I have tried "ShellExecute" command of Autoit and it is also not working.

Anymore suggestions?

#295 User is offline   ar_seven_am 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 09-January 10
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 20 December 2011 - 02:16 AM

View Postnice_guy75, on 19 December 2011 - 11:36 PM, said:

View Postar_seven_am, on 19 December 2011 - 10:06 PM, said:

I think u better use "%SystemRoot%" instead "%WinDir%", even it's the same but the variable use for different purpose.

See initiation of the installation is not the problem other silent installers are running fine, but "Administrator" is read only folder so chrome installer is unable to put the files in the Administrator folder, I have tried "ShellExecute" command of Autoit and it is also not working.

Anymore suggestions?


what chrome installer do u use? I use chrome offline instaler for "all user" (not only single user) n it work fine?

#296 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 20 December 2011 - 03:15 AM

View Postar_seven_am, on 20 December 2011 - 02:16 AM, said:

what chrome installer do u use? I use chrome offline instaler for "all user" (not only single user) n it work fine?

Can you share the same with me? I have found one over here: https://www.google.c...ue&standalone=1
but I don't think this one is a silent installer further I don't want that first run window as well.

#297 User is offline   ar_seven_am 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 09-January 10
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 20 December 2011 - 05:45 AM

View Postnice_guy75, on 20 December 2011 - 03:15 AM, said:

Can you share the same with me? I have found one over here: https://www.google.c...ue&standalone=1
but I don't think this one is a silent installer further I don't want that first run window as well.


yes, I use that link to download google chrome offline installer for all user. it doesn't work for u? I login into my built in admin account I also found google chrome menu in all programs in start menu, but still we need to reconfigure that.

note: I dont trim my windows image (I'm not windows lite fans boys), I prefer use the existing windows component instead installing third party's software.

#298 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,397
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 December 2011 - 11:05 AM

View Postnice_guy75, on 19 December 2011 - 11:36 PM, said:

Anymore suggestions?

I tested successfully with only Administrator account (like your example) but with this value: <LogonCount>3</LogonCount>

<AutoLogon>
          <Password>
                <Value></Value>
          </Password>
          <Enabled>true</Enabled>
          <LogonCount>3</LogonCount>
          <Username>Administrator</Username>
</AutoLogon>



And using SetupComplete.cmd and ChromeStandaloneSetup.exe inside: Distribution_Folder\$OEM$\$\Setup\Scripts (I don't know the silent switches for Google Chrome!)

SetupComplete.cmd
@echo off
cmd /c "%~dp0ChromeStandaloneSetup.exe"
exit


And all is fine and works! I hope that can help you.
Images Google Chrome

*Edit: However I downloaded ChromeStandaloneSetup.exe with Firefox; because for some reason I was unable to download with IE9!

*Edit 2: I found the workaround about downloading files with IE9 with links: https:// (example like: download link for ChromeStandaloneSetup.exe)
http://www.msfn.org/...post__p__985532

This post has been edited by myselfidem: 20 December 2011 - 06:15 PM


#299 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 20 December 2011 - 07:55 PM

View Postmyselfidem, on 20 December 2011 - 11:05 AM, said:

View Postnice_guy75, on 19 December 2011 - 11:36 PM, said:

Anymore suggestions?

I tested successfully with only Administrator account (like your example) but with this value: <LogonCount>3</LogonCount>

<AutoLogon>
          <Password>
                <Value></Value>
          </Password>
          <Enabled>true</Enabled>
          <LogonCount>3</LogonCount>
          <Username>Administrator</Username>
</AutoLogon>



And using SetupComplete.cmd and ChromeStandaloneSetup.exe inside: Distribution_Folder\$OEM$\$\Setup\Scripts (I don't know the silent switches for Google Chrome!)

SetupComplete.cmd
@echo off
cmd /c "%~dp0ChromeStandaloneSetup.exe"
exit


And all is fine and works! I hope that can help you.
Images Google Chrome

*Edit: However I downloaded ChromeStandaloneSetup.exe with Firefox; because for some reason I was unable to download with IE9!

*Edit 2: I found the workaround about downloading files with IE9 with links: https:// (example like: download link for ChromeStandaloneSetup.exe)
http://www.msfn.org/...post__p__985532


Wow, you are really a life saver man, I already have silent installer of Google Chrome, I would try this and let you know the result.

I also wish to know can I use OEM folder to apply some registries which require admin's privileges?

#300 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,397
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 December 2011 - 02:22 AM

View Postnice_guy75, on 20 December 2011 - 07:55 PM, said:

I also wish to know can I use OEM folder to apply some registries which require admin's privileges?

You can add some registry settings inside the same folder location: Scripts. Example:

SetupComplete.cmd
@echo off
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
echo.
REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %SystemRoot%\Setup\Scripts\Tweaks.reg" /f
echo.
cmd /c "%~dp0ChromeStandaloneSetup.exe" /silent /install
exit


Image SetupComplete.cmd and Registry Tweaks

Or we can use FirstLogonCommand inside Autounattend.xml for registry keys using a batch file!

This post has been edited by myselfidem: 21 December 2011 - 04:35 AM


Share this topic:


  • 25 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy