Questions tagged [unattended-processing]

45 questions
0
votes
1 answer

Batch run as administrator all users

I'm working on an unattended automated install of SQL 2008, 2012 and 2014 which so far is working with my batch command. The one issue I'm encountering is that in order to use a core function found in each program (management studio) properly on…
0
votes
1 answer

Rebuild SVN from versioned zips

I have diferent versioned zips of a project, for example: project_v1.zip project_v2.zip project_v3.zip project_v4.zip There isn't any .svn inside them but we know v2 was developed from v1, v3 was developed from v2 and v4 was developed from v3 I am…
santos82h
  • 452
  • 5
  • 15
0
votes
1 answer

Add a user to a group Unattend.xml

I created the following Unattend.xml file. The only problem is it won't add the Users to the Users group. I'm searching on google on what I'm doing wrong but I just can't seem to find out what the issue is. It should work according to the…
StuiterSlurf
  • 2,464
  • 4
  • 34
  • 55
0
votes
1 answer

Self Restarting a Python Script

I have created a watchdog timer for my script (Python 3), which allows me to halt execution if anything goes wrong (not shown in code below). However, I would like to have the ability to restart the script automatically using only Python (no…
NJC
  • 43
  • 1
  • 8
0
votes
2 answers

Features are missing installing MS SQL SERVER 2016 with SQL Server R Services using web installer and command line

I am trying to install MS SQL SERVER 2016 with SQL Server R Services using web installer and command line. I am doing this based on this article https://msdn.microsoft.com/en-us/library/mt695943.aspx Using same web installer, but not command line…
0
votes
1 answer

Travis unattended install with no first-run prompts (completions)

I want to install TravisCI CLI unattended. With a ruby 2.1 runtime, as recommended by linked readme, the travis cli base tools can be installed with gem: gem install travis -v 1.8.0 --no-rdoc --no-ri However, upon first run travis will prompt the…
ThorSummoner
  • 16,657
  • 15
  • 135
  • 147
0
votes
0 answers

i want the message sync complete of google drive through automated batch file

When we upload something google drive its start uploading automatically so i need output after completion of successful uploading. Normally we get message that sync complete i want that output through batch file basically i am making files…
0
votes
1 answer

Changing fqdn in centos without prompting password from sudo user

For root user we can change FQDN as host-name like this: hostname 'test.com' But now, I need to change host-name from other users also we can use like this; sudo hostname 'test.com' But, it prompting for password, other users also have password,…
0
votes
0 answers

Automated cygwin install fails with "mount: Access is denied."

I am trying to create a .bat script that will perform an unattended Cygwin install. The setup-x86.exe file and package directory are available as a network share mapped to the Z: drive. The script is as follows: Z:\cygwin\setup-x86.exe…
spierepf
  • 2,774
  • 2
  • 30
  • 52
0
votes
1 answer

VB.NET unattended execution, no UI, no message boxes?

VB.NET 2010, Framework 3.5 An app that will run continuously and unattended on a server. There is no user interface. There is no human intervention. What can one do to be sure that no message boxes are displayed if an unforeseen error or…
Rose
  • 641
  • 7
  • 17
0
votes
1 answer

How to perform silent and unattended installation

I have published this application from .net 4 (it is mixture C# and VB) and here I've got the .exe file. So now I have the requirement for it to be installed silently and unattended on the users' computers. Problems: I run the setup.exe, it…
Milkncookiez
  • 6,817
  • 10
  • 57
  • 96
0
votes
3 answers

sysprep failure on Windows Server 2008

Before deploying a Azure VM Role, we need to perform %windir%\system32\sysprep\sysprep.exe /generalize /oobe /shutdown But in my case the sysprep fails with the log file %windir%\system32\sysprep\Panther\setuperr.txt saying: 2012-07-05 08:03:57,…
-2
votes
2 answers

Call a MySQL stored procedure from Python unattended

I need to call a MySQL stored procedure from Python, and I don't need to wait for the procedure to finish. How can this be done?
-2
votes
2 answers

How can I silently send Outlook email?

I've got this code that sends an email with attachment[s]: internal static bool EmailGeneratedReport(List recipients) { bool success = true; try { Microsoft.Office.Interop.Outlook.Application app = new…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
-2
votes
1 answer

Can I write a program to gather parameters in order to generate script to guide a binary file installation

OK, just as concept: The base platform is Suse Enterprise server 11.1 I have a binary file to install; to install it, I need input some value such as ip address, cert location and so on. Now what I want to do is to write a perl program to gather all…
Sopoala
  • 1
  • 1
  • 3
1 2
3