Posts posted by mail4skwarka
-
-
-
HelloWhy install programs and updates simultaneously instead of one after the other as it was before?This introduces a mess in the order of programsIs this a bug or feature of the program?Google Translator my friends
-
Is it possible to download the standalone version RunOnce Installer?Is the program ROU is part WinToolkit or occurs as a standalone?Long looking for a program that would allow control over the installation of programs in a specific order.As if he still had the option Close / Hibernate / Suspend it already would be an indispensable tool.In general, a respect for the work involved in the program.
-
You got me wrong.Your script is flawless!.I mean only just automate the process in setProductkey.cmdsomething along the lines of profile:5 Ultimate - index 54 Professional - index 43.etcOnce started, the program parameters (path to intall.wim)he added automatically (default) keys for all images.Once again, respect.thnx
-
-
-
I need insert 5 product keys to install.wim to automate the process of:
My example x86:
Run > Select version(Basic, Home..etc.) > the rest of the installation settings comes from autounattend. Xml (network,user name etc) ( it's common settings for each image)
the only thing that differs for the whole setup is just a product key
If you enter only one code in autounnatened.xml in the choice of the system is only one system that matches the code that I wrote.
And I want to be able to select all systems, but the automated installation process without entering a product key - so that each of the selected system automatically selects the product key from a file autounnatened.xml
""<Key>/IMAGE/INDEX</Key>
<Value>X</Value>""
wjhere place this command and how?
maybe so:
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
<ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey> serial keys for BASIC
<Key>/IMAGE/INDEX</Key>
<Value>2</Value>
<ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey> serial keys for Home Premium
etc..
????
-
-
What I mean to create a DVD with 4 editions of Windows 7:x86 - Starter , Basic, Home Premium , Professional, and Ultimatex64 - Basic, Home Premium , Professional, and UltimateBUT I WOULD LIKE TO HAVE EACH OTHER EDITING FILE autounattend. Xml.Is this possible?Or one file autounattend. Xml contains the settings for each edition of Windows 7(separately x86 and x64)My setup:Run > Select version > the rest of the installation file comes from autounattend. XmlI'm interested in separately for x86 and x64.
-
First:
extra.exe is Microsoft Runtime Libraries 1.2.1
config.txt line figure as RunProgram="extra /SILENT /NORESTART" - missing extra.exe
Two:
You can install several different versions of the system - that's my point.
But how to do it?
I can not delete the previous version, such as AVG requires one of them to work properly
-
Error in line extra ?
where is .exe
RunProgram="extra /SILENT /NORESTART" ??
RunProgram="extra.exe /SILENT /NORESTART".
During the installation I got the message:
Another version of this product is installed
how to get around this?
msiexec options:
/c
Advertises a new instance of the product. Must be used in conjunction with /t. Available starting with the Windows Installer version that is shipped with Windows Server 2003 and Windows XP with Service Pack 1 (SP1).
how to do it?
-
The installer is flawless, I am using the version of PL and it works great!
I have a question about the 7zip installer, and exactly the peak config.txt:
There are some undocumented switches for example:
%% P - automatically checks the system architecture: x86 or x64,
The action of the shift key (HOLD)
The combination of fonts and colors.
Are these new features in version 1.5 beta?
Or maybe there is a newer version?
translate Google
-
-
Edited by mail4skwarka
I understand that I can use instead WPI.exe eg RunFirstLogon.cmd?
Do I need to create the user, since I have it already defined?
Probably still located in the category does not work unattended, going all the time in question, I think so?
I will take the test, the rest of the questions later.
Thanks a lot
-
Edited by mail4skwarka
Question about the priority:
in Autounattend.xml disable User Account Control???
For <FirstLogonCommands> You mean this syntax?
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>c:synccommands\command1.exe</CommandLine>
<Description>Description_of_command1</Description>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>c:synccommands\command2.exe</CommandLine>
<Description>Description_of_command2</Description>
<Order>2</Order>
</SynchronousCommand>
</FirstLogonCommands>But if there is no error?
<CommandLine>c:synccommands\command1.exe</CommandLine>
should probably be so
<CommandLine>c:\synccommands\command1.exe</CommandLine>
How to use the dvd drive path?
-
Edited by mail4skwarka
The problem is that after installation there was no file in the directory scripts setupcomplete.cmd.
File setupcomplete running from the DVD to work correctly.
Are you in Autounattend.xml disable User Account Control?
I created a universal file into two versions of x86 and x64 systems.
At this time, I test the x86 version
-
-
-
-
Edited by mail4skwarka
Hello
During the installation I have a message
"Windows Could not parse or process
unattend answer file [C: \ Windows \ Panther \ unattend.xml] for pass
[oobesystem]. "
thnx for help
autounnatend.xml version x86 create Windows 7 Toolkit
<?xml version="1.0" encoding="utf-8"?>
<!--Created by Windows 7 Toolkit v1.3.0.96-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" 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>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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>ROCK</ComputerName>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" 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>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<RegisteredOrganization>FREEWORLD</RegisteredOrganization>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Name>SerwiS</Name>
<Group>Administrators</Group>
<Password>
<Value>serwis</Value>
<PlainText>true</PlainText>
</Password>
<DisplayName>SerwiS</DisplayName>
<Description>SerwiS</Description>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<AutoLogon>
<Password>
<Value>serwis</Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>0</LogonCount>
<Username>SerwiS</Username>
</AutoLogon>
<TimeZone>Central European Standard Time</TimeZone>
</component>
</settings>
</unattend>
[AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64
in Installer Repacks
·
Edited by mail4skwarka
Microsoft Visual C ++ 2005/2008/2010/2012/2013/2015