Everything posted by Alphaz
-
GPUPDATE or SECEDIT ?
Hello, I don't really get when I should use gpupdate or secedit... What's the difference between those two commands? It looks to me that they are the same thing... Thanks in advance for your time Alphaz
-
Slipstream updates into Project 2003 and Vision
Hello everyone, I haven't figured out how to make working the slipstreamer to incorporate hotfixes and services pack into the MSI setup files of MS Project 2003 and Vision 2003. The slipstreamer does not work: CLS @echo off ECHO. ECHO Slipstreaming Office 2003 Updates ECHO Please wait... FOR %%f IN (*.msp) DO msiexec /p %%f /a C:\MS_Project2003\prjpro11.msi SHORTFILENAMES=TRUE /qb ECHO. ECHO Slipstreaming Completed! ECHO. pause EXIT If anyone has an idea, thanks in advance! Alexandre
-
Guide: Mozilla Firefox Unattended
[quote name='SiMoNsAyS' post='321894' date='May 16 2005, 09:16 AM'][url="http://www.eazyshare.com/user_uploads/Firefox_Silent_Setup.zip"][size=7][b]Download![/b][/size][/url][/quote] This link is dead [quote name='specialized' post='331654' date='Jun 4 2005, 08:05 PM']Install Firefox Unattended [code]REG ADD %KEY%\010 /VE /D "Firefox 1.0.4" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive% /install\firefox\firefox104.exe -ms" /f[/code] greetings!! [/quote] Thanks for this post man, quick and easy
-
Office 2003 Won't unattend install
No, this is for a new setup, wether I test on a virtual machine or on a "blank" pc, the same thing happens : the first setup screen appears briefly and goes away then nothing happens and the prog does not get installed. I have made the unattend file using office ressource kit Regards
-
Office 2003 Won't unattend install
Hi, I done that several times in the past and I am running out of ideas on how to solve this problem with the unattended setup of office 2003. I have slipstreamed all the updates, but at first logon the setup stops. My setup file is not as shown in the unattended section, it's named SETUPPRO.EXE instead of setup.exe Any idea ? Thanks ion advance
-
How to silently install Lotus Notes 5.11
Any help would be much appreciated...
-
How to silently install Lotus Notes 5.11
Hello, I tried that, but once the install is complete, there is no ISS file created anywhere on the hard disk Alphaz
-
How to silently install Lotus Notes 5.11
Hi, In my company, we are still using the outdated 5.11 version of Notus Notes. I would like to know how to silently install it without any users settings, just the client. Regards, Alphaz
-
[Question] "Run As" in a script?
That's fantastic, thanks a million for your help With the script encoder from MS I can distribute the file to whoever I want and they won't see the admin password I have another question: What kind of objet I have to create to empty a folder? If i replace File = "c:\test.txt" byt File = "c:\*.txt", the script does not delete the files in my folder. Alphaz
-
[Question] "Run As" in a script?
Obviously, if i send the password after running the command, it can't work... If I put the following below WshShell.Run "runas /user:USERNAME ""del c:\test.txt""" WScript.Sleep 100 WshShell.Sendkeys "PASSWORD_OF_USER_ABOVE" WshShell.Run "del c:\test.txt" Any idea why the file is not deleted ?
-
[Question] "Run As" in a script?
Hello, Thanks for the above, it leads me close to what i want to do, but i copied the lines above and it still prompts me for the passord <script LANGUAGE="VBScript"> 'Copyright© 1998. XYZ Productions. All rights reserved. '**Start Encode** ' Your code goes here. set WshShell = CreateObject("WScript.Shell") WshShell.Run "runas /user:USERNAME ""del c:\test.txt""" WScript.Sleep 100 WshShell.Sendkeys "PASSWORD_OF_USER_ABOVE" </SCRIPT>
-
[Question] "Run As" in a script?
Hi, I would like to know how I can create a script to run a program as the administrator, from a different user account, by encrypting the password in the batch file I will create. For example, in my company, the users don't have admin rights on their PC, so they can't defragment their hard drives or empty a specific folder on the hard drive... Any idea on how to do it? I know I can encrypt the admin password in an unattended install of windows, but for my need I don't see how to do it. Thanks in advance for your help. Regards Title edited -- Please, use [TAGS] in your topic's title. --Sonic
-
jcarle's Utilities
That's great, but that's a shame we can see only the first setup screen...
-
Modifying text in french issue
Hi, I am trying to modify the text of the setup screens, but I can't see accents on letters when I preview the DLL... Any idea?
-
Microsoft Antispyware Beta 1
You spunk eagle-monkeys Thanks for your helpful replies
-
Microsoft Antispyware Beta 1
Hi, Has anyone managed to install this tool silently ? The /? switch tells to use /S/v/qn for silent mode but it does not work... Cheers
-
Hidding Icon from the taskbar ?
I was thinking about describing this lab in my signature, but you convinced me of the opposite http://www.stevie.com/computerlab.html
-
Hidding Icon from the taskbar ?
Hi, I would like to know how I can permanently stop any running program from displaying it's icon in the task bar, while it's running. This question is for computers with Windows 98. Thanks in advance
-
ADOBE READER 6.0.2 Update :ERROR MESSAGE
Can you post a screenshot of your error message? (if you don't know how to make one, when it appears press together the keys Alt & Prt Scr, then paste into MSPAINT) or write the exact error you get.
-
How can I create my icons?
I found it: http://www.freedownloadscenter.com/Search/icon_editor.html
-
How can I create my icons?
Hi, I would like to create my own icons, what can I use for creating *.ICO files? Thanks in advance.
-
Direct9.0c unattended
doing all those things just to install directx 9.0c is too annoying for me, I prefer to get a slipstreamed XP SP2 in which this version 9.0c is included
-
Direct9.0c unattended
Sorry, I mistyped... Already tried this guide in the post you mentione but it does not work (I mentioned that in a previous post) and I followed carefully each step. I work on a french version but it shouldn't make any difference
-
Direct9.0c unattended
I know, I read the posts but with [...]\install\Apps\DirectX9\directx9c.exe /silent I get the following screen Anyway, as the redist is inclluded in XP2, there would be no need to annoy myself doing this, but still I would like to know how to do it... (the little guide posted before does not work either)
-
Direct9.0c unattended
can somebody show the file before and after the modification? I don't know about hexediting and can't find that offset 0x359B and 0x74... I have dxsetup.exe opened in PSPad Thanks for the help in advance