Jump to content

patflat

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

About patflat

patflat's Achievements

0

Reputation

  1. Hello. I have a problem. I am deploying Windows XP using MDT2010 without image, I am using unattended installation. The problem is when the OS installation is complete and the applications are about to be installed. Most of the application works fine, but some is very strange. I have narrowed it down to InstallShield applications. The installation of these applications starts fine but they wont continue unless i move the mouse on the screen. For example, one application has a progressbar and the progressbar stops if I stop moving the mouse. Which means that if I want the application to be installed i must sit and move the mouse until it is finished. I have tried to find any answer on the internet, but it seems like I am the only one in the universe with this problem. Does anyone have any idea what to do? I have also tried to update InstallShield Engine, but with no luck. OS is Windows XP Pro With SP3.
  2. Thanks for your reply. I change the settings for 1406 on all zones but I still get the error-message. I think that I just might call an VBS-file to do the database-tasks for me and then pass the info to the HTA in some way.
  3. When I try the same thing with an VBS-file everything work as it should. Well, that does not help me cause the system depends on HTA. :-( How have you guys did to access some sort of database through HTA?
  4. Hello. I am using Win PE 2.0 I am trying to connect to an MDB-file through an HTA-script. But I only get this error. safety settings on this computer prohibit accessing a data source on another domain How can I change the settings for this in WinPE? Or can I access to the DB in another way. I am now trying this method. Set Con = CreateObject("ADODB.Connection") Con.open("driver={Microsoft Access Driver (*.mdb)};dbq=Z:\Share\Scripts\computers.mdb") I have also tried with Jet4, but that doesn't work at all.
  5. I think i figured it out, I had to add XML-support. Maybe that make sense, maybe not. :-) Well, well, back to my project.
  6. I sm getting a little frustrated here. Me and Windows PE does NOT like eachother. I have downloaded Windows Automated Installation Kit, installed it. Took the X86 *.WIM-file Added HTA- and Script-support Booted the client Run the script from x:\windows\system32 mshta z:\share\scripts\start.hta But even the simpliest script fails <html> <HEAD> <TITLE>Imaging Application</TITLE> <HTA:APPLICATION APPLICATION = Yes </HEAD> <script Language=VBScript> MsgBox "HEJ" </Script> <body> </body> </HTML> In this script a HTA-windows shows but no MsBox is shown. This works fine in windows XP/2003 WHAT am I doing wrong, WHY can't I get even this simple test to work?
  7. I feel SOOOOO stupid. I removed /copysource:lang and then it started. :-) Well, I might come back when I bump into more problem. Or perhaps someone has a few tip to give me on the way.
  8. I am trying to achive an unattended installation of Windows XP with SP2 What I want to do is to PXE-boot to an Windows PE v2, unattended partition and format the harddidsk and then install Windows XP unattended. But the unattended partition and formating of the disk fails. I am using Diskpart. My commands basicly looks like this. [startnet.cmd] drvload x:\windows\lan\netamd.inf wpeinit net use z: \\server01\reminst /USER:[My username] [My password] x:\windows\system32\Wscript.exe z:\Share\Scripts\install.vbs [install.vbs] Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "diskpart /s z:\Share\Scripts\disk.txt", 1, True WshShell.Run "CMD.exe /C echo y | format C: /FS:NTFS /Q /V:System", 1, True WshShell.Run "CMD.exe /C z:\Share\I386\winnt32.exe /syspart:c: /s:z:\Share\I386 /unattend:z:\Share\unattend.txt /copysource:lang", 1, true [disk1.txt] select disk 0 clean create partition primary select partition 1 active assign letter = C The installation starts and after the first boot I get the error A disk read error occurred Press Ctrl-Alt-Del to restart Can anyone help me with this one?! I have tried a numbers of different ways, but nothing seems to work.
  9. Thanks alot for the answers. You have saved my day :-)
  10. Hello Do MS have a list of switches for their hotfixes on their site? I have some problem installing multiple hotfixes completly unattended. I run W2K and have tried this @echo off setlocal set PATHTOFIXES=\\w2kserver\Share\update\hotfix\W2KSwe\ %PATHTOFIXES%\KB823353.EXE /q %PATHTOFIXES%\KB839645.EXE /z /m %PATHTOFIXES%\KB840315.EXE /z /m %PATHTOFIXES%\KB841872.EXE /z /m %PATHTOFIXES%\KB842526.EXE /z /m %PATHTOFIXES%\KB867801.EXE /q %PATHTOFIXES%\KB870669.EXE /q %PATHTOFIXES%\qchain.exe But during the installation of those I get two question that asks me if I want to restart the computer. And I DONT wont those questions. :-( If I try for example to write KB867801.exe /? I get some switches. /Q = Quit Mode. But it still asks me if I want to restart.
×
×
  • Create New...