Content Type
Profiles
Forums
Events
Everything posted by mazin
-
[RELEASE] Windows Installations Starter
mazin replied to ripdajacker's topic in Application Installs
Any progress? Thanks. -
I can confirm that it WORKS, here! I'd post my scripts if someone is interested.
-
Thank you man, anyway. You are a great help with your utility. However, you may not beleive it: I could delete ADMIN via a batch file launched from LM-RO! But, I couldn't delete the GUESS account whatever I did. This is strange because I always thought that ADMIN is more powerful than GUESS.
-
Thanks for the info. I've already solved it. Thanks to J.C.! Now, my nLited CD is great. Thanks to nuhi!
-
I'm ALWAYS using this. (in English, though!)
-
This happens on irregular basis for 1 CD out of 30 or 40 CDs. I don't know why!!!! The computer is the same.
-
I deleted these lines from my UserAdd.cmd and I auto logged on: REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /d 123 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /d 1 /f Autologon in my WINNT.SIF is set to "No". I tested deleting these accounts at T-12. Only, the first three were deleted. net user aspnet /delete net user HelpAssistant /delete net user SUPPORT_388945a0 /delete net user ADMIN /delete (the renamed Administrator) net user GUESS /delete (the renamed Guest) If you know a good link to read to delete the remaining accounts, please let me know.
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
mazin replied to RogueSpear's topic in Application Installs
@ RogueSpear The FOR statement suggested here is adapted from a post by Ctrl-X. I tested the statement but not the package yet. However, I'm willing to test the package from SVCPACK with this modified CMD. I lack two things: the way you compress the package and your ICON. If you are willing to provide them, I'll do the test today. < EDIT> Added quotes. (in red) -
Thank you in your interest in my problem. Actually, I don't use two pages in nLite: Tweaks and Unattended. (I don't remember the exact name ATM!) And, no, I don't remove any drivers. Well, I set ComputerType = "Standard PC", Retail in WINNT.SIF. But, I do this manually, later. I mean not by the help of nLite. Could this be the problem? <EDIT> YES! I removed that entry from WINNT.SIF and the problem is solved.
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
mazin replied to RogueSpear's topic in Application Installs
Are you talking about 0_NET-VJ-VC-VB-WSE-JRE-ISS.exe? (AIO Runtimes) If so, and you are using SVCPACK method in your UACD, just put the file in you SVCPACK folder. Add it to your SVCPACK.INF. That's it! However, I just renamed it to NET20. -
About the MSFN Users Regtweaks Collection
mazin replied to gugutz's topic in Unattended Windows 2000/XP/2003
Many members of this forum KINDLY share their work for others to use, and not to be just a canned history. Go ahead, I'm sure everyone shared their reg files are pleased by you doing this to your community. -
Thanks. I'm going to do a test in a few days. I'll see if those accounts can be deleted at T-12. NB: I install .NET from SVCPACK.
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
mazin replied to RogueSpear's topic in Application Installs
Thanks, man. -
Well, I used cancerface's CreateUser utility instead of nLite, and solved the first two problems. Even with nLite 1.2 RC, the third problem still exists. Could it be related to some HotFix in Xable lite update pack? Thanks.
-
@ cancerface Tested from cmdlines.txt and worked great. Thanks! This is my cmdlines.txt: [COMMANDS] "UserAdd.cmd" This is my UserAdd.cmd: @ECHO OFF CD %SystemRoot%\System32 >NUL START /WAIT %SystemRoot%\System32\CreateUser.exe I also added these two lines to UserAdd.cmd: REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /d 123 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /d 1 /f I just added the last two lines as a precaution. But, do I need them to auto log on? I'm asking because I set Autologon= "No" in my WINNT.SIF! In the next test, I'd like to add these lines to UserAdd.cmd to delete the following accounts: net user aspnet /delete net user HelpAssistant /delete net user SUPPORT_388945a0 /delete net user ADMIN /delete (the renamed Administrator) net user GUESS /delete (the renamed Guest) Do you think that they will be deleted (at T-12)?
-
1- I use these entries in my WINNT.SIF to select and format a partition during Setup: [Data] Autopartition = 0 [unattended] UnattendMode = DefaultHide Filesystem=* Repartition= "No" 2- There are several apps made by forum members for post installation purposes. Search!
-
I'm sorry, dirtwarrior. That's what I know, myself. Maybe, someone could find a better answer. I'm used to use a CMD for re-cabbing cabinet files. And I think this is safe because files inside a CAB should be arranged in some order.
-
What's wrong with this batch file please?
mazin replied to goosh's topic in Unattended Windows 2000/XP/2003
Yes! I always avoid naming my CMD/BAT with a name reserved for DOS commands. -
Integrate Vista theme with utils in Win XP SP 2
mazin replied to neoGopu's topic in Unattended Windows 2000/XP/2003
Attached to VTP is a file for unattended purposes. You can configure it to your liking. I haven't tested this, however. -
3- You might forget to add rundll32.exe iernonce.dll,RunOnceExProcess to the 9th.cmd! Otherwise, SET KEY=HKCU\... for the last Window in order to launch from CU-ROE just after the 8th window has been fnished running from LM-ROE (KEY=HKLM\...).
-
Can you use different combinations on one install set?
mazin replied to lex89's topic in Application Installs
Welcome to MSFN. Everything is usable! Just use what you like and what you can do. -
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
mazin replied to RogueSpear's topic in Application Installs
Is it installable from SVCPACK only due to these entries in your Install.cmd? If so (I'm sure it is!), can't you just use sort of IF or FOR statement to set SystemSetupInProgress to 0 if it's found to be 1? Then you set it to 1 after installation finishes. This routine fits installation from SVCPACK. For the package to work from other places (other than SVCPACK), if SystemSetupInProgress is found to be 0, let it be 0 and continue installation. This routine fits installation from other points. I hope you get my right 'cause, this way, your package is installable everywhere. -
How to make a software from .exe become .msi?
mazin replied to PatrickEmpire's topic in Application Installs
Yes! And when the app you are packaging requires a restart, the cleanup process gets worse. But it's worth doing it when a MSI is the best choice for you. -
Neat job! So, your cmdlines.txt may look like this?
-
AFAIK, you will have to expand then recab, all manually with the help of a CMD/BAT. Microsoft CAB SDK does not have magic sw for automating this! why nlite no..? why must own IS 12 Premier?