Jump to content

metalguy90

Member
  • Posts

    29
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by metalguy90

  1. I have been able to get this to work on Vista 32-bit.

    here is what i did:

    1. Uninstall Nero Lite 7.7.5.1

    2. Run Nero CleanTools (from Nero Website); you dont have to clean user profile information

    3. Install Nero Lite 7.7.5.1

    4. Run Nero Lite as Administrator

    if someone has not installed Nero Lite at all yet, and your system has been freshly formatted (or you have never installed Nero Lite on it), try installing Nero Lite 7.7.5.1 on your system and run the program as administrator to see if it works.

    Alternativley, if you install Nero 7.7.5.1 with Nero BurnRights, this will bypass the need to runas Administrator

    scratch that last one, it does not work if you run it with BurnRights, but it does run if you runas Administrator

    could someone try running it as Administrator that has it installed already with that error message and see if you still get the same error.

  2. I have an older desktop that does not have a DVD in it.

    the unattended install that I have created is 2.5GBs and fits on DVD.

    I was wondering if I boot from an external USB hard drive with the install files from the DVD?

    note: i do not want to go out and buy a DVD drive since this is a company computer and I would have to wait weeks for the authorization of a new DVD drive.

  3. How does one capture the screens that are displayed during bootup or when Windows XP does a blue screen?

    During these steps one isn't logged in yet to do a printscreen to the clipboard.

    check your event viewer for errors.

    you cant really capture boot screens unless you simulate the OS using software like VMware.

  4. I have an unattended windows CD that installs windows xp pro & ms office 2003 from CD.

    The problem I am having is that when a new user logs in... it requires the user to input the CD (from the original install). The issue is that I dont want our users to be nagged or have to nag me about getting the original installation CD. I want the system to point to where the installation files are on the network.

    I already modified the following registry keys:

    REG ADD HKLM\SOFTWARE\Microsoft\Office\11.0\Common\Internet\ /F /V LocationOfComponents /D \\networklocation\

    REG ADD HKLM\SOFTWARE\Microsoft\Office\11.0\Registration\{90110409-6000-11D3-8CFE-0150048383C9}\ /F /V SmartSourceDir /D \\networklocation\

    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9040110900063D11C8EF10054038389C\InstallProperties\ /F /V InstallSource /D \\networklocation\

    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90110409-6000-11D3-8CFE-0150048383C9}\ /F /V InstallSource /D \\networklocation\

    is there files that i need to edit it? so that it knows to point to the network and not the CD?

  5. thanks but I have already looked there.

    what I need:

    Regional Settings must be English (US)

    Under custom settings in Regional Settings, the short & long dates must be in the following format:

    mm/dd/yy

    i dont think it is possible to put it in the unattended file.... or is it?

    is there another way I can go about customizing this?

  6. I was wondering if there is a way to customize the Regional Settings in the winnt.sif file, or write an batch cmd that would customize the Regional Settings.

    The issue we have is that the regional settings have to be setup as English (US) .... and the date format has to be m/d/y (for both long & short).

    How do I go about this?

  7. Ok let's go a step further

    Xp store this setting in HKLM\SYSTEM\CurrentControlSet\Control\Class\{modem id}\000?]

    "ModemProfile" ... a real mess when you want to apply a solution for different kind of modems (laptops)

    Let's do it another way !

    Your connection must exist (alluser) before doing that

    Dont worry, if by default, RunOnce does not exist in the Default User hive ... it works

    reg load hklm\tmp "C:\Documents and Settings\Default User\ntuser.dat"
    set cmd="%windir%\system32\nircmd.exe setdialuplogon \"VPN1\" \"user1\" \"password\" \"domain1\""
    reg add hklm\tmp\Software\Microsoft\Windows\CurrentVersion\RunOnce /v FixDialer /t reg_sz /d %cmd%
    reg unload hklm\tmp

    In this case, every users who logs in for the first time will get a working dialer

    If you need to fix connection on machine where users have already logs in, you should look for Modify Profile and add the same command (with a regkey) in RunOnce of every existing users hives.

    Be carefull ... when you load hive you must unload that hive before closing session or restart

    HTH

    Sorry for my franglish

    ok... I have tried that .... and it didnt seem to work. any other suggestions?

    by the way... thank you for all your help.... I have at least a working dialer, with a username and password. The only problem is that I have to manually set it for all users to be able to connect to that dialer. If I can automate that, then that would be great. Thanks again for all you have done!!! :thumbup

  8. ok... i figured out... (finally) ... :blushing: ... how to add the user info using that tool

    nircmd setdialuplogon "VPN1" "user1" "password" "domain1"

    however.... i need to know how to allow this username & password to be accessible to all users....

    how do i check the option shown in the picture using command lines?

    post-72366-1141765712_thumb.jpg

  9. I have created an unattended install CD and I now want to set up dial-up connections for our users.

    We have a listing of about 15 dial-up numbers, and I would like to create a connection that has all 15 numbers (1 primary and 14 alternates).

    I would also like to put in the comments section of the number (where the location of the number is).

    is this possible?

  10. I have created an XP unattended installation, and I have managed to get it the way I want it.

    However, there is one outstanding thing I have been trying to figure out.

    Some applications require the ability to write to certain folders in 'Program Files' while logged in with User rights.

    I was wondering if its possible to set user permissions to folders during or after the install (using cmd scripts). I would need to allow Write & Modify Permissions.

    Thanks!

×
×
  • Create New...