
nodiaque
MemberContent Type
Profiles
Forums
Events
Everything posted by nodiaque
-
oh nice, thanks a lot for your help!
-
hmmm... that's what I tried and it doesn't work, it still asking for icon.
-
Thanks alot, work great! I just have one problem. I'm using it in a multiple user environnement. I put that in HKLM\Software\Microsoft\Windows\Current Version\Run. Every new user to connect (and then create a new profile) have a prompt requesting where is the icon they want to use. I have put the icon in the same folder, work great when using manual launch but from registry, doesn't seems to work. I've tried then copying the icon in the user's folder (I've seen that the icon get copied there) but no luck. Is there a config file I'm missing? I think it's because the current working directory change when it's from registry startup (it became user's directory in doc&set). What's weird is that it doesn't take the icon if I put it there, I still have to tell him which icon I want and it won't bug that user anymore (except if I don't select any icon). Thanks again for great job
-
Think you can make it so it doesn't light up "scroll lock" when over? This can cause user problem arround here. What you could implement is a --debug option that turn on that feature? Thanks again
-
Hey thanks for making the program just for me (I've seen a little typo, it's written nodiague instead of nodiaque )
-
Hello everyone, I'm trying to disable Right-Click on system tray icon (for specific icon or all). I've tried to hide it, but when it's hide, I don't receive notification from it anymore so it's not good (I tried to install it like a service but since it's running from system local user, it doesn't work. It must run from current user through and active directory network. This is why right not it's running from HKLM\...\windows\run). If you got a way to hide it and still receive popup notification (via systray and windows popup) well it's good enough. This program must simply not be close (and since there's a close command on the icon and no configuration on the program to disable) else printing doesn't work anymore. I'm looking for something that can work in 2k or xp, since it's running on both platform. If you got way to do it in only 1 of those 2, post anyway, we might came up with 2 way, 1 for each! Thanks for your help!
-
It's not sata drivers for you HD that you need but for your Sata controller. Check your mobo drivers website, there should be drivers for xp (because once your in xp, your drive won't be recognize if it wasn't at the setup). You have SP2 on your cd if I'm correct since you're using NLite. Simply integrate those for sata controller. As I said, no HD comme with cd/floppy for sata drivers. It's like saying that your speaker come with soundcard drivers
-
Hi, I'm trying to make a boot cd with a menu and user input. I then created a .bat file with echo and set /p command. When I run it from cmd, work fine. But when I put it on my floppy/cd, boot the system with it, I get to the menu and I can't input anything, it kind of hang there. So I'm looking for a way to make a menu where a user can also input something when requested (like session name, pc name, etc.). Please note that it's not for using multiple tools or installing windows, this boot is for launching ghost in clone mode and ghostwalker or to create a ghost. Since user here don't like remembering what to do, with do it on command line and instead of having nearly 500 floppy, I though 1 for all would be good. Does anyone know how to do that? Thanks alot
-
Office 2007, Unattended Setup & Fine-tuning
nodiaque replied to prathapml's topic in Microsoft Office
easier way to extract, just do /extract as a switch with path to extract and it will extract. By doing so, it will extract only the .msp. Also, you can put them in runonceex using /quiet so they install silent if you don't want to bother extracting them. -
file to be run once for each user
nodiaque replied to nodiaque's topic in Unattended Windows 2000/XP/2003
hmmm... how is that done? I think it's from svcpack.inf but to be honest, I haven't played with unattended since 2 years ago, alot change since then and I can't find anything about it in unattended.msfn.org -
Hi, I have a little .reg here that is used to set the good keyboard layout since even winnt.sif can't do it. It works fine, but for 1 user. The Administrator user have the good keyboard since he's the one running the installation, but once I add other user, it don't have the correct keyboard. Here is my script: Windows Registry Editor Version 5.00 ;============ Deleting any keyboard configuration already installed =========== [-HKEY_USERS\.DEFAULT\Keyboard Layout] [-HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] [-HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes] [-HKEY_USERS\.DEFAULT\Keyboard Layout\Toggle] [-HKEY_CURRENT_USER\Keyboard Layout] [-HKEY_CURRENT_USER\Keyboard Layout\Preload] [-HKEY_CURRENT_USER\Keyboard Layout\Substitutes] [-HKEY_CURRENT_USER\Keyboard Layout\Toggle] ;============ setting default user Canadian French Keyboard =================== [HKEY_USERS\.DEFAULT\Keyboard Layout] [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] "1"="00010c0c" [HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes] "00010c0c"="00001009" [HKEY_USERS\.DEFAULT\Keyboard Layout\Toggle] "Hotkey"="3" "Language Hotkey"="3" "Layout Hotkey"="3" ;============= setting current user Candian French Keyboard ================ [HKEY_CURRENT_USER\Keyboard Layout] [HKEY_CURRENT_USER\Keyboard Layout\Preload] "1"="00010c0c" [HKEY_CURRENT_USER\Keyboard Layout\Substitutes] "00010c0c"="00001009" [HKEY_CURRENT_USER\Keyboard Layout\Toggle] "Hotkey"="3" "Language Hotkey"="3" "Layout Hotkey"="3" As you can see, I change the .default user but it doesn't work, all other user are still with the default setup keyboard (which can't be set to canadian french, it's always canadian french legacy). So what I'm looking for its a way to get the kb.reg file running at first logon for every user that are created even if they are created 2 weeks after the installation. Somebody know how to do that? Thanks
-
Azureus must use a Captial S for the /S switch or it will not install. But I have another problem with Azureus, it install but no shortcut installed!
-
Hi, I've found a bug in the program. I tried many installation from program default to full unattended and it does the samething. When I set time zone GMT-5, the installation set it to GMT -8 (default from my original CD). Also, even if I put canada as location (regional settings), It set back to US. I just remember something else. I've read that when you set Program Default as unattended setup, it will display all screen but with default value. It doesn't work. My installation didn't ask for network setup, didn't ask for cd key and the Full name of the windows owner (before the cd key normaly) stay blank even when defaulting the installation.
-
ok, I've got it from another web site which point me to a registry key with all dos key code in it. As I saw another CF, I tried it and it work. Here's the website if anyone else need http://www.windowsitpro.com/Article/Articl...4867/14867.html
-
I found that website: http://www.easydesksoftware.com/keyboard.htm it work, but I can only get to canadien legacy. I looked at my other configuration and the problem is... it's the same code but I don't have canadian legacy at that computer. I'm a bit lost now
-
Hi, I have a French Canadian - French Canada keyboard and I can't set nlite (or even by hand) to install that keyboard layout... In nlite, I put custom, then localization: french canada, then layout canadien french like it should but then, once in windows, I have English US installed and English US - Canadien french (which isn't good). anyone have a way to fix that or a registry that I can tweak on boot-up to switch every user keyboard layout and remove all of the other? thanks p.s. Candian french legacy isn't good.
-
bug notice (well, not a fonction bug). If you open winntbu.dll without a syssetup.dll, it will say that it found a comperssed one. The message say "Syssetup could not be found but a compressed version was. Do you wish to uncompress?" I think the word "found" is missing in the sentence lol.
-
hmmm... well that could be a solution too
-
Hi, I used to make my file copy program installation in a batch files run from GuiRunOnce. Now, I have a prob with my favorites. I copy/paste de command I used and now, it doesn't get copied over. Here is the code of my RunOnceEx. cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "WINRAR 3.42" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\WinRAR\wrar342.exe /s" /f REG ADD %KEY%\005 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\WinRAR\register.reg" /f REG ADD %KEY%\008 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\008 /V 1 /D "%systemdrive%\install\Applications\wmp\MP10Setup.exe /q" /f REG ADD %KEY%\010 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\MSN\MSN_Messenger_6.2.0137.msi /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\MSN\register.reg /qn" /f REG ADD %KEY%\011 /VE /D "MSN Plus 3.25" /f REG ADD %KEY%\011 /V 1 /D "%systemdrive%\install\Applications\MSNPLUS\MsgPlus-325.exe /silentinstallnosponsor" /f REG ADD %KEY%\011 /V 2 /D "pskill msnmsgr.exe" /f REG ADD %KEY%\045 /VE /D "Nero Burning ROM 6.6.0.6" /f REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg" /f REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\Applications\Nero\nero6606.exe /silent /noreboot" /f REG ADD %KEY%\050 /VE /D "Sun Java JRE 1.5.0-01" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\SunJava\jre-1_5_0_01-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\055 /VE /D "Spybot Search && Destroy 1.3" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Applications\Spybot\spybotsd13.exe /verysilent" /f REG ADD %KEY%\060 /VE /D "Azureus 2.2.0.2" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\Azureus\Azureus_2.2.0.2.exe /S" /f REG ADD %KEY%\080 /VE /D "MicroSoft AntiSpyware Beta 1" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\Applications\Msanti\MicrosoftAntiSpyware.msi /qb-! REBOOT=ReallySuppress" /f REG ADD %KEY%\080 /V 2 /D "\"%ProgramFiles%\Microsoft AntiSpyware\gcasDtServ.exe\" /regserver" /f REG ADD %KEY%\085 /VE /D "Microsoft Office 2003 Pro" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\Tools\install.exe XPSP2_CD2 \copy_files.cmd \copy_files.cmd" /f REG ADD %KEY%\090 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\090 /V 1 /D "REGEDIT /S %systemdrive%\install\newtweaks.reg" /f REG ADD %KEY%\091 /VE /D "Importing Favorites" /f REG ADD %KEY$\091 /V 1 /D "%systemdrive%\install\import_favorites.cmd" /f REG ADD %KEY%\092 /VE /D "Importing Azureus Configuration" /f REG ADD %KEY%\092 /V 1 /D "%systemdrive%\install\import_azureus.cmd" /f REG ADD %KEY%\093 /VE /D "Importing Outlook Configuration" /f REG ADD %KEY%\093 /V 1 /D "%systemdrive%\install\import_outlook.cmd" /f REG ADD %KEY%\094 /VE /D "Importing Ventrilo Configuration" /f REG ADD %KEY%\094 /V 1 /D "%systemdrive%\install\import_ventrilo.cmd" /f REG ADD %KEY%\095 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\095 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT Since it wasn't working for many of them, I started using a cmd filesl. Here is the import_favorites.cmd: @echo off DEL /s /q /f "%userprofile%\favorites\*.*" xcopy /y /e %systemdrive%\install\favorites\*.* "%userprofile%\favorites\" Can someone tell me why my favorites doesn't get copied over? Also, here is another problem. As you can see, I'm making an unattended installation of office 2k3. I also copied all the .pst over in import_outlook.cmd. But now, what I would like is to backup the email accounts settings so it install itself when I do the installation. Anyway to do this? Tks
-
No I'm not using the google search but the forum search, but tks for the advice.
-
I tried, seems like I didn't put the right term in the search...
-
I can search? tks btw
-
Hi, I would like to know if there is a way to rename main admin before first logon. I used to go with the welcome screen, create a user "delete me", log with it, go into user management, rename Administrator for something else (lets say Admin), log off and log as Admin and delete user "delete me". This way, in doc&settings, I have a folder Admin and not Administrator. Now, I would like to know if there is a way to do so like the net user command used with cmdlines.txt Tks
-
hmmm... sorry but this isnt all for the lettre assignment... You see, I changed my configuration, my 40 Gigs hd is in my xbox so here is my configuration: 1x 120 gigs 1x 160 gigs Here is the partitionning now: 120 Gigs: Primary 20 Gigs Logical 100 Gigs 160 Gigs Primary 160Gigs and now for the letter naming: C, 1, 20 Gigs D, 1, 100 Gigs E, CDROM F, 2, 160 Gigs Same after format. So I think it's more then just primary vs logical since my cdrom take a slot in the letter. To answer question right above this question, no I didn't solve my problem.
-
Hi, I wanted to know if there is more then one place to set auto-login on cause here is what I have in my winnt.sif: [GuiUnattended] EncryptedAdminPassword = No AdminPassword = "*******" TimeZone = 35 OEMSkipRegional = 0 OEMSkipWelcome = 1 AutoLogon = No Also, it showed the Welcome Screen (add users and everything). I wonder if it's because of nlite. Well, if someone have an answer to one of these question, feel free to tell. Tks