Jump to content


hans.swolfs

Established Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by hans.swolfs

  1. Jeremy, I have checked the command for PIA and it's this one : msiexec /i "o2007pia.msi" /q just 1 msi required, no additionnal files...
  2. well, PIA is available as an MSI so I just created an application in SCCM 2012 and didn't have to set any command line as the msi command is generated by sccm itself. If you want, I'll still check on monday what msiexec command it actually uses... Pete : if you extract the the exe-file, do you still have to copy ALL those files to your DP or just the msi?
  3. OK, found some information but still not everything I need... You can run vstor_x86.exe /q for a silent install but still it's not deploying... So, I tried something and that something was to run vstor_x86 /? and that popped up a box with these switches : /l <logfile.txt> : creates a logfile /lang <xxxx> : '-digit languagecode --> can't seem to find which codes are supported anywhere :-s /q : silent install /qu : silent uninstall /? : this pop up If I create a package with a program vstor_x86.exe /q and deploy it, it just gets stuck during "Program started" in SCCM 2012 but it won't finish...
  4. It's this one I'm trying to deploy : http://www.microsoft.com/en-us/download/details.aspx?id=20479 It's not Visual Studio but Visual Studio 2010 Tools for Office Runtime...
  5. hey guys, I have been searching my #ss off on how to deploy VSTOR_x86 via sccm 2012. We are deploying an Office add-in that requires both VSTOR and the PIA to be installed. PIA is easy as you can get an msi from MS's website but I can't seem to find on how to get VSTOR deployed. It's VSTOR_x86 I want to deploy to Windows 7 x86 machines...
  6. Will they also start in the home path if this step is performed during OSD? Since this is a command-line instruction, there's no other choice than to do it via a batch file of command line TS step right?
  7. strange stuff... must have mistyped it when I was creating the scripts because it's indeed add instead of import. will test that later and comeback with feedback... Should I insert the %~dp0\ in the filepath of the xml's or shouldn't this be needed? First finish installing SCCM 2012 after having too much problems with my current sccm 2007 setup. Thanks already!
  8. hey all, i'm trying to figure out why I can't seem to inject a couple of LAN-drivers from our new desktop-mainboards into my SCCM bootimages. Since the LAN-drivers aren't known, it won't run any TS off course. I have tried to use the built-in bootimage that comes with SCCM and I also created a new one per instructions found on www.ithastobecool.com. When I inject the drivers and want to update my DP, I get this error in the end : Error: The wizard detected the following problems when updating the boot image. Failed to inject a ConfigMgr driver into the mounted WIM file Failed to inject a ConfigMgr driver into the mounted WIM file The ConfigMgr Provider reported an error.: ConfigMgr Error Object: instance of SMS_ExtendedStatus { Description = "Failed to insert OSD binaries into the WIM file"; ErrorCode = 2152205056; File = "c:\\qfe\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp"; Line = 4262; ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook"; Operation = "ExecMethod"; ParameterInfo = "SMS_BootImagePackage.PackageID=\"SJB0001D\""; ProviderName = "WinMgmt"; StatusCode = 2147749889; }; Any thoughts? cheers!
  9. Hi, I'm creating/testing an OSD TS for our school's laptops and netbooks and I'm stuck at a certain step. This step should import profiles of our school's wifi-networks so that the laptops & netbooks can automatically connect to them after deployment. How should this work... I have 2 xml profiles called "sjib_1.xml" and "sjib_2.xml". I tried to import them with : - a batch-file calling : netsh wlan import command (tried them standalone on a laptop and they work). I created a package with a program (the batch-file) and inserted that one in the OSD TS but no joy - instead of a batch-file, I tried to import them via 2 command-lines in the TS : netsh wlan import profile name="sjib_1.xml" and another one for the sjib_2.xml file. When the TS tries to perform this step, it exits with error "0x8007010B". Any clues would be welcome! This one is for real opposite to the one I mistakenly have posted about Office :s best regards, Hans
  10. to be honest, I should slap myself against the head... it wasn't office causing the problems but another part of the TS running just before Office that I had forgotten of :s So Office is deploying as it should but I'll open another post for the step that's not running properly... Sorry for the hassle guys and many thanks for tuning in already!
  11. hey all, i have been browsing this site/forum for quite a while and found tons of usefull stuff; for this you have my ever gratitude first time I post a question myself now and the title quite much sums up my issue... I have created an unattended Office 2007 installation via the OCT and the install works perfectly if done standalone. However, I need to deploy Office via SCCM 2007 as part of the OSD task sequence and there's where the sh1t hits the fan... Everything works as it should (partitioning, os, drivers, client, ...) but at the point where the Office needs to be installed, the deployment is stopped with error 0x80070001. I have searched the web but found no useful tips hence my post. Anybody know what this could be and how to solve it? cheers!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.