Jump to content

Dan_ATR

Members
  • Posts

    282
  • Joined

  • Last visited

Everything posted by Dan_ATR

  1. Does not seem to work... %homedir% \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%USERNAME%
  2. New issue.... we do all of our file access via DFS and UNC paths and not user folder shares. Is there anyone who has got a configuration which has this layout?
  3. All working again. If you use IE11 on the server it comes up with the error. I use Firefox on the work station and its fine.
  4. works now. It was the mimeType exceptions.
  5. I am using Server 2008R2 with IIS 7.5
  6. Hi, We had an older version of HAP installed and have decided to go to the very latest but with a clean install. So, I copied the old HAP folder and called it HAPold and then extracted the new contents into the HAP folder and then gave the entire folder IUSR write access. When I then restarted IIS and went to the URL the site is not dynamic. Does anyone know why this is? I am unable view any images or see any dynamic content etc... Please help. (url on PM request.)
  7. Could anyone point me in the direction of a free simple MSI package application which is not WinInstall.
  8. Useless fools... why do they make software which will not do silent installs... useless.
  9. The reason why it will not write is due to no admin permissions.
  10. Well this is the VBS code i am using and it just will not write to the registry. Im looking about as to why its not doing anything. Mean while, could anyone just pass there eye over this as it should be working but its not. Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set objReg=GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources" strValueName = "Oak Academy CMIS" strValue = "SQL Server" objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue strKeyPath = "SOFTWARE\ODBC\ODBC.INI\Oak Academy CMIS" objReg.CreateKey HKEY_LOCAL_MACHINE,strKeyPath strKeyPath = "SOFTWARE\ODBC\ODBC.INI\Oak Academy CMIS" strValueName = "Database" strValue = "DATABASENAME" objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue strValueName = "Description" strValue = "ODBC Connection to Server" objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue strValueName = "Driver" strValue = "C:\WINDOWS\System32\SQLSRV32.dll" objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue strValueName = "LastUser" strValue = "USERNAME" objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue strValueName = "Server" strValue = "CMIS" objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue
  11. Hia, I am looking to try and make a package which has the odbc connection in and also the client for CMIS. I am going to push this via SCCM 2012. Has anyone done a package with an odbc connection before?
  12. Fixed... So. For any poor person out there the sollution is the follwing... This is what I used... "Setup.exe" --mode=Silent --deploymentFile="deployment\install.xml" --skipProcessCheck=1 "Setup.exe" --mode=Silent --deploymentFile="deployment\uninstall.xml" --skipProcessCheck=1 Contineing on... So Basically Remove the follwoing from all 3 files. Yes inc the AdobeWebSuitePremiumen_US_Volume.proxy as this was missed out. AdobePhotoshop10en_US.proxy ======================== AdobeIllustrator13en_US.proxy ======================== AdobeWebSuitePremiumen_US_Volume.proxy ==================================
  13. I have here Adobe Creative Suite 3 Web Premium.
  14. Removed AdobeWebSuitePremiumen_US_Volume.proxy ==================================
  15. You never said this in that post. So I have to go though all 46 folders and do this to each one? But the error was for AdobePhotoshop and AdobeIllustrator...
  16. Was that to me or Arthur? @free780, I did remove exactly what you see bellow. (Just to iron out any confusion.) AdobePhotoshop10en_US.proxy ======================== AdobeIllustrator13en_US.proxy ========================
  17. this is my error. This is my log file: Add or Remove Adobe Creative Suite 3 Web Premium 1.0.txt
  18. This is more less what I already have. This was already installing silently on an RM XP SP3 network and also on a Vanilla Windows7/2008R2 network via GPO deployment via a VBS script. Its just annoying that if I kicked off the setup.cmd manually it goes off and installs with out an issue. Its just SCCM2012 >.< But I have removed the OS requirements as per this post here - clicky and am now going to test it. (of course after removing the existing content from the DP and adding it back.)
  19. Poxy thing failed again on 7. I actualy thought we might have made some headway here
  20. Yes becouse it does not have an MSI to directly run it and you need to tell it via command switchs to install silently, skip the validation, and locate the instal.xml If I run the Setup.cmd it runs fine with no issues at all. Its just SCCM 2012.
  21. Nope, still fails... Setup.exe --mode=Silent --deploymentFile="\\SEVERNAME\sccmapps$\AdobeCS3\deployment\install.xml" --skipProcessCheck=1
  22. Giving that a go now. But we did have this before. But with out the ""
×
×
  • Create New...