
marcusj0015
Member-
Content Count
150 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
0 NeutralAbout marcusj0015

-
How to make a 7-Zip Switchless Installer
marcusj0015 replied to keytotime's topic in Application Installs
How do you use a cmd script with this? -
I'm trying to create a silent installer for my Windows 7 theme, here's my Config.txt ;!@Install@!UTF-8! GUIMode="2" Path="%Windir%\Resources\Themes\" Progress="No" RunProgram="InstallUxStyle.cmd" ;!@InstallEnd@! and here's my install script. @ECHO OFF GOTO DETECT :DETECT %PROCESSOR_ARCHITECTURE% IF AMD64 == AMD64 GOTO AMD64 ELSE GOTO DETECT2 :DETECT2 %PROCESSOR_ARCHITECTURE% IF x86 == x86 GOTO x86 ELSE GOTO DETECT3 :DETECT3 %PROCESSOR_ARCHITECTURE% IF IA64 == IA64 GOTO IA64 ELSE GOTO END :AMD64 msiexec.exe /i "%Windir%\Resources\Themes\Cloud7\UxStyle\UxStylex64.msi" /quiet GOTO END
-
I'm trying to create a silent installer for my Windows 7 theme, here's my Config.txt ;!@Install@!UTF-8! GUIMode="2" Path="%Windir%\Resources\Themes\" Progress="No" RunProgram="InstallUxStyle.cmd" ;!@InstallEnd@! and here's my install script. @ECHO OFF GOTO DETECT :INSTALL :DETECT %PROCESSOR_ARCHITECTURE% IF AMD64 GOTO AMD64 IF x86 GOTO x86 IF IA64 GOTO IA64 :AMD64 Msiexec.exe /i "%Windir%\Resources\Themes\Cloud7\UxStyle\UxStylex64.msi" /j m GOTO END :x86 Msiexec.exe /i "%Windir%\Resources\Themes\Cloud7\UxStyle\UxStylex86.msi" /j m GOTO END :IA64 Sorry, your architecture isn't suppo
-
Integrate EXEs in Win7?
marcusj0015 replied to marcusj0015's topic in Unattended Windows 7/Server 2008R2
I've used Audit mode before, and I'm just not a fan of all the kludge that gets left behind, the registry gets battered to hell (although it's incredibly stupid and deserves everything it gets). -
What is BLB-Client?
marcusj0015 replied to marcusj0015's topic in Unattended Windows 7/Server 2008R2
@Magic, I don't even know why that didn't cross my mind. sorry guys. -
There's a few exe's I'd like to slipstream into windows, like MSE and Directx, is there any way to install it offline? You'd think Microsoft would have gotten this handled by now, but apparently not.
-
IIS Component Removal but keep NetFX3
marcusj0015 replied to The Glimmerman's topic in Unattended Windows 7/Server 2008R2
Can't you just remove IIS, then reinstall .Net framework afterwards? like with MS downloadable packages. -
What is BLB-Client?
marcusj0015 replied to marcusj0015's topic in Unattended Windows 7/Server 2008R2
Thanks guys. -
What is the Windows 7 BLB-Client? I see it in the Install wim tweak tool, and it sounds unnessacary, is it? and what is this? Display-ChangeDesktopBackground-Disabled and all of these? Common-Drivers-Package Client-LanguagePack-Package Client-Drivers Client-Features BusinessScanning Editions-Client-Package Help-CoreClientUAXX Links-Package Media-Format-Package MobilePC-Client MSMQ-Client-Package NFS-ClientSKU OfflineFiles PeerDist PeerToPeer Personalization PhotoBasic PhotoPremium Printing-Foundation PrintingLocalFoundation RasRip RDC Can I remove Group Policy? How about TerminalServices?
-
7Customizer components XML
marcusj0015 replied to blue4603's topic in Unattended Windows 7/Server 2008R2
Yeah, I'll run it a few more times, sometimes I'll run it twice, and it doesn't make an XML file either time, other times on the first run, and other times it works the second time. I'll delete and redo the log files so it's all clean and easier to check. give me a couple days. -
7Customizer components XML
marcusj0015 replied to blue4603's topic in Unattended Windows 7/Server 2008R2
Well, my Windows 7 partition crashed and I'm on Windows 8 CP right now (I hardly ever use it) but it's saying that It has to run on Windows 7, and I'd like to strip Win7 before I reinstall, is there anyway to run it on Win8? -
7Customizer components XML
marcusj0015 replied to blue4603's topic in Unattended Windows 7/Server 2008R2
After a reboot it's working... but still only generating XMLs every other time...? and can I use this to search for say Shell32, and delete all of the old versions of Shell32? How do I go about doing that? -
7Customizer components XML
marcusj0015 replied to blue4603's topic in Unattended Windows 7/Server 2008R2
"make sure settings.ini exists" is all I'm getting, it exists, the paths are correct, I even took ownership of the **** thing, it's in the same folder as create along with everything else. WTF IS GOING ON?!