Jump to content

Rosebud6

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Rosebud6

Rosebud6's Achievements

0

Reputation

  1. Didnt notice it, I must have changed something in my config when i upgraded to latest version of Nlite. Thanks. PS I know, i was having a one of those days where i forgot to check the obvious.
  2. Here is my winnt.sif: For some reason it does not skip the welcome screen. I know I've seen the answer somewhere but i cant find it again. Any Ideas? ; Generated by nLite 1.0 beta 6 [Data] Autopartition = 0 MsDosInitiated = 0 UnattendedInstall = Yes [unattended] UnattendMode = FullUnattended UnattendSwitch = No OemPreinstall = Yes OemSkipEula = Yes FileSystem = * WaitForReboot = No NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 TargetPath = WINDOWS DriverSigningPolicy = Ignore NonDriverSigningPolicy = Ignore Hibernation = No [GuiUnattended] AdminPassword = * TimeZone = 035 OEMSkipRegional = 1 OemSkipWelcome = 1 [Components] [userData] ProductKey = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" ComputerName = CHANGEME FullName = * [RegionalSettings] Language = 0409 [Networking] InstallDefaultComponents = Yes [identification] JoinWorkgroup = workgroup Another quick question, with using Nlite to create my ISO, it defaults to the old style installation without the background picture, do I have to go with something other than "UnattendMode = FullUnattended" to get the "normal" installation screen back?
  3. Sounds like your profile is corrupt. You need to create a new user account before you can save programs again.
  4. Using WPI to install WinRAR. using the /s switch stops the prompts but the startmenu shortcut window pops open. Trying to figure out a way to prevent or stop it from opening. Any Ideas? Can Taskkill.exe close a window?
  5. I know im a newbie but it must not be working correctly, cuz it does not add the key in the registry, and it does not disable the .exe security warning. The only time i can get the security warning to not come up is to run the .reg file before starting WPI. Unless im missing something.
  6. Ok got a work around. Create run.bat add: REM runs the registry entry regedit /S %systemdrive%\install\CWS_REMOVAL\DIS_SECWARN.reg REM Start WPI and wait for its end start /wait %windir%\system32\mshta.exe "%systemdrive%\install\WPI Master\wpi.hta" It adds the registy entry then starts WPI. and then installs the "Problem Software" with no security warning. Then (to reverse the changes) i added "Enable Security Warning" install in WPI with: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] Works like a charm now.
  7. I run a little .REG to disable the Security warning on a couple of programs. I am using the .REG in the "Registry before" line but it does not seem to take effect fast enough before the Application starts to install. IS there a way to make the install wait until the Registry setting is complete? If i manually run it before i install the app it works. Like adding a wait 10 seconds or something after the .reg runs. Registry before: regedit /S %systemdrive%\install\CWS_REMOVAL\DIS_SECWARN.reg Command 1:%systemdrive%\install\CWS_REMOVAL\aawsepersonal.exe /S Registry after:regedit /S %systemdrive%\install\CWS_REMOVAL\ENA_SECWARN.reg Code for DIS_SECWARN.reg (disables security warning for .exe files) Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;" Code for ENA_SECWARN.reg:(enables security warning for .exe files) Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] BTW. this forum rocks.
  8. I was searching around and found some tidbits from multiple users. Props to Lucius Snow for my starting point. I use WPI for my installs and was having trouble getting the security warning to stop coming up on my unattended install. This is how i fixed it: Run This one before you install the software that gives you the "Security warning" (IE Spybot, Adaware) Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;" (Can modify the file extension to only do the type of file you want to install In the "LowRiskFileTypes" part of the key. IE. if they are just .exe's that are giving the prompt then just use "LowRiskFileTypes"=".exe;") Run after the problem software is installed to delete the entry. Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] Hope this helps everyone that was running into the same problems i was. I tested this on a fresh VMWare install, up-to-date patches/SP. UPDATE: Cant seem to get this to work if i run it from inside of WPI. So it has to be run first then install programs as usual from WPI. If i run it from WPI, It makes the registry entries but wont allow the programs to install unless i restart the WPI Install. Anyone have any ideas how to make it work from with in WPI?
  9. I've done every thing in this guide for the retail silent install. Silent install goes great but it still asks me for my key. I have attached the files that are edited within the setup procedure. Thanks for any help in advance. UPDATE: Problem solved turns out the code above for the MCE_SYM.reg has REGEDIT4 and i needed Windows Registry Editor Version 5.00 MCE_SYM.reg Custom.ini Setup.ini
  10. Im a PC Tech and I just wanted a simple program i could send an end user and have it clean the temp files for them without any complex installs or configurations. One click and its done. Simple minds require simple instructions, lol. Plus cleanmgr takes alot longer.
  11. I new it was something simple i was missing. A simple " " did the job thanks. If anyone has any ideas on how to delete from All the users and not just current user would be great. Thanks again InTheWayBoy.
  12. Im trying to get make a batch file that will delete the temp files and the temp internet files of the CURRENT USER and/ or all users but cant seem to get it to work. What i use now: del /Q /F /S /A c:\windows\prefetch\*.* del /Q /F /S /A C:\Docume~1\user\locals~1\temp\*.* del /Q /F /S /A C:\Docume~1\user\locals~1\Tempor~1\*.* "user" is the current user and only works for the user named "user" unless i manually change it. What i want: del /Q /F /S /A %UserProfile%\locals~1\temp\*.* del /Q /F /S /A %UserProfile%\locals~1\Tempor~1\*.* or del /Q /F /S /A %AllUserProfile%\locals~1\temp\*.* del /Q /F /S /A %AllUserProfile%\locals~1\Tempor~1\*.* When this is run, i get an error the system can not find the specified path. Is this error because it puts the full path? (IE.c:\Documents and settings\... instead of the truncated c:\docum~1\...) I guess what i need to know, is there a "universal" command to delete temp/tempinternt files from the current user or from all users? Like %UserProfile% or %AllUserProfile% to replace the user name in the path.
×
×
  • Create New...