Jump to content

marcusj0015

Member
  • Posts

    150
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About marcusj0015

marcusj0015's Achievements

0

Reputation

  1. 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 :x86 msiexec.exe /i "%Windir%\Resources\Themes\Cloud7\UxStyle\UxStylex86.msi" /quiet GOTO END :IA64 Sorry, your architecture isn't supported. GOTO END :END Exit I'm on Win8 atm because my win7 partition died and obviously my theme is Win7 only, so I can't test it. is this correct, and more importantly, how do I make this actually execute the scripts and programs and everything?
  2. 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 supported. GOTO END :END Del "%Windir%\Resources\Themes\Cloud7\UxStyle\" Exit I'm on Win8 atm because my win7 partition died, is this correct, and more importantly, how do I make this actually execute the scripts and programs and everything?
  3. 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).
  4. I'm running Windows 8, can I force win8 dism to scavage Win7 install wim offline?
  5. @Magic, I don't even know why that didn't cross my mind. sorry guys.
  6. 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.
  7. Can't you just remove IIS, then reinstall .Net framework afterwards? like with MS downloadable packages.
  8. It says it's removed them, but the files are still in the WinSXS and it still lists the same packages as being installed after using the /r command on about 100 packages. I've commited, and exported the wim and it's still not gone. :/
  9. 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?
  10. 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.
  11. 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?
  12. 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?
  13. "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?!
×
×
  • Create New...