Jump to content

Legolash2o

Member
  • Posts

    1,128
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Legolash2o

  1. Hi, i have this code..

    Do
    strLine2 = objStreamReader2.ReadLine()
    If Not strLine2 Is Nothing Then


    If My.Settings.WGAT = 1 Then
    lstASearch.Items.Add(strLine2.Substring(0, 16))
    lstADownloads.Items.Add(strLine2.Substring(19))
    Else
    If strLine2.Substring(23, 1) = "-" Then
    lstASearch.Items.Add(strLine2.Substring(0, 16))
    lstADownloads.Items.Add(strLine2.Substring(19))
    End If
    End If
    End If
    Loop Until strLine2 Is Nothing

    I've changed the values in the substrings to...

    Do
    strLine2 = objStreamReader2.ReadLine()
    If Not strLine2 Is Nothing Then


    If My.Settings.WGAT = 1 Then
    lstASearch.Items.Add(strLine2.Substring(0, 22))
    lstADownloads.Items.Add(strLine2.Substring(25))
    Else
    If strLine2.Substring(23, 1) = "-" Then
    lstASearch.Items.Add(strLine2.Substring(0, 22))
    lstADownloads.Items.Add(strLine2.Substring(25))
    End If
    End If
    End If
    Loop Until strLine2 Is Nothing

    but when i build/test it still seems to be running the original no matter what i do... if i delete that part of the code entirely it still does the code as if it was still there! Anyone got any ideas?

  2. using imagex mount the install.wim on the Vista DVD (sources), in the mount folder goto Windows\WinSXS and delete Pending.xml (its one of the last files in the folder) and then commit changes, there is a guide saying how to mount a folder, etc.. on this forum somewhere. Deleting that files fixes reboot loop.

    I do it after integrate 100s of updates since SP1 and windows installs fine afterward and still saying all updates installed :)

    http://www.msfn.org/board/index.php?s=&amp...st&p=785811

×
×
  • Create New...