Tagged Questions
The unattended tag has no wiki summary.
4
votes
4answers
263 views
Unattended install of node.js and npm, but without building it from source
Is there a way to install node.js and npm in an unattended way (with a shell script) without building it from source? I have an array of servers that scales automatically based on server load, but ...
2
votes
0answers
70 views
PostgreSQL win32/64 windowless installation without PgAdmin3?
A win32/64 installer for our software use
{'--unattendedmodeui':'minimal',
'--mode':'unattended'}
parameters in subprocess for an official PostgreSQL installer:
...
2
votes
0answers
69 views
Unattended TFS Build Controller/Agent installation
I´m scripting our build server dependencies and I'm having a little trouble getting the TFS 2010 build service configured unattended.
This is what I run from my script.
y:\Visual Studio Team ...
2
votes
2answers
467 views
Powershell silent/unattended install sql server 2008
I have seen quite a few resources to silent install sql server 2008 with CMD line. Does anyone know how to silent install sql server 2008 with PowerShell and what should I configure?
Thanks
2
votes
3answers
195 views
Windows Task Scheduler will run app only once
So my situation is that I am running an app on the Windows Task Scheduler. This app is run once a day at 1pm. the app does some queries and transfers data to an FTP site. All that is working great ...
1
vote
1answer
111 views
startnet.cmd issues when silently installing Windows 7
I am trying to start windows 7 unattended using the startnet.cmd file. The problem is that when the start setup.exe command is triggered, the setup runs and closes, but cannot reboot because the ...
1
vote
0answers
271 views
Unattended Install for Setup & Deployment project, VS 2005
I have a setup & deployment project which includes a large C# project that i have created.
I also have some prerequisites that i bootstrapped to the exe, although the MSI file is, as usual, just ...
1
vote
2answers
221 views
Where to locate the unattend.xml schema
I'm in need of a way to modify an unattend.xml file programmatically. It would be great if I could just serialize to and from an object. But to do so I would need to get a hold of the schema so that I ...
1
vote
1answer
2k views
Unattended Install SQL Server 2005 gives Workstation components error if components already installed
I have asked a similar question previously but it was never resolved so here I am again!
I have an unattended installation of SQL Server 2005 that works great when installing SQL Server on a machine ...
0
votes
0answers
29 views
RunOnceEx - Reboot System after each Installation
Is there any way I can reboot my computer after each component installation specified in RunOnceEx.CMD file?
I am creating a unattended setup disk for windows XP which would install some default ...
0
votes
0answers
26 views
Can I use an OAuth2 service in a unattended workflow?
The 'flow' for OAuth2, involves getting the user to say 'yes this is OK'. The token that comes back is temporary.
But I'm trying to create a unattended service. Will the refresh token always work? I ...
0
votes
1answer
53 views
Silent or Unattended Install on Windows machine
We have a manual process for installing our Core Components (basically a DataFactory for our .net apps to talk to databases) on developer machines. It includes a fairly complex set of steps to install ...
0
votes
1answer
187 views
Upgrades without reboot - what kinds of problems happen in practice?
If you update, what kinds of problems can happen before you reboot? This happens especially frequently if you use unattended-upgrade to apply security patches.
Shared objects get replaced and so it ...
0
votes
3answers
2k views
Silent install installer with prerequisites
Is there a way to install silently (/s) an InstallShield (non-MSI) installer that requires its own prerequisites?
In my case the prerequisite is Microsoft Visual C++ 2008 Redistributable. Its UI ...
0
votes
1answer
715 views
Automate Photomerge in Photoshop for multiple panoramas unattended
I am creating panoramas using my DSLR camera and Photoshop to stitch them together. I am doing 360-degree cylindrical projections. Photoshop is brilliant at automaticaly stitching them together using ...
0
votes
2answers
717 views
How to Install IIS through Code
In My application i have to install IIS automatically when my application install in User machine (Vista / XP) with out using OS Cd's.
Can any one please guide me how to do this.
0
votes
4answers
347 views
Creating an answers file for a 3rd party software (Non OS install)
Ok guys any idea how i may go about creating an answers file for an unattended install for say WinAmp?
So far all my research points to is doing an unattended install for windows or some other OS. ...
-1
votes
4answers
2k views
How can one manipulate the Start menu's “Recently Used Programs” list programmatically?
I'm looking for a way to make programs appear (frequently) used, so that they would appear in the Start menu's "Recently Used Programs" (after a zero touch install).
I'm trying to figure out how ...