-
Posts
282 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Dan_ATR
-
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
still saying -
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
Does not seem to work... %homedir% \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%USERNAME% -
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
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? -
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
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. -
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
What an earth??? -
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
works now. It was the mimeType exceptions. -
New Installation in existing Folder: Not working.
Dan_ATR replied to Dan_ATR's topic in Home Access Plus+
I am using Server 2008R2 with IIS 7.5 -
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.)
-
Could anyone point me in the direction of a free simple MSI package application which is not WinInstall.
-
Useless fools... why do they make software which will not do silent installs... useless.
-
The reason why it will not write is due to no admin permissions.
-
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
-
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?
-
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
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 ================================== -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
I have here Adobe Creative Suite 3 Web Premium. -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
Removed AdobeWebSuitePremiumen_US_Volume.proxy ================================== -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
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... -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
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 ======================== -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
this is my error. This is my log file: Add or Remove Adobe Creative Suite 3 Web Premium 1.0.txt -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
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.) -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
Thanks free780. -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
Poxy thing failed again on 7. I actualy thought we might have made some headway here -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
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. -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
Nope, still fails... Setup.exe --mode=Silent --deploymentFile="\\SEVERNAME\sccmapps$\AdobeCS3\deployment\install.xml" --skipProcessCheck=1 -
Installing Adobe CS3 via SCCM 2012 - Fail.
Dan_ATR replied to Dan_ATR's topic in Enterprise Software
Giving that a go now. But we did have this before. But with out the ""
