Tagged Questions
The autorun tag has no wiki summary.
12
votes
3answers
242 views
How to autostart a program from floppy disk on a Commodore c64
Good news, my c64 ist still running after lots of years spending time on my attic..
But what I always wanted to know is:
How can I automatically load & run a program from a floppy disk that is ...
6
votes
3answers
1k views
Programmatically run at startup on Mac OS X?
How do I programmatically set an application bundle on Mac OS X to run when the user logs in?
Basically, the equivalent of the HKCU\Software\Microsoft\Windows\CurrentVersion\Run registry key in ...
6
votes
5answers
5k views
Automatically launch app on USB (through autorun?)
Is it possible to automatically launch an application from a USB flash drive (bypassing windows prompt asking user what he wants to do)? on windows XP or vista.
I looked into "autorun.inf" and "open" ...
5
votes
4answers
6k views
Detecting if a program is already installed with NSIS
I'm using NSIS to create an installer for a program, what is the best way to detect if this program is already installed? Also, since I'm running the installer from the autorun.inf, can I immediately ...
5
votes
8answers
3k views
Best solution for making an Autorun application?
For my work I need to create a Autorun application for a CD for our client. The problem is all I'm a C# programmer by trade and .NET does not make for the best autoruns since not all computers will ...
5
votes
3answers
3k views
How do I automatically run an application on USB attach or CD insert on Mac OS X?
Is there any way to automatically launch an application on USB attach or CD insert on Mac OS X? it's easy on Windows, but I found that AutoRun.Inf does not work on the Mac at all. Please help me. ...
4
votes
5answers
2k views
Autorun.inf cannot deal with the sub-folders with space in their folder name?
I am trying to use an autorun.inf to run my executable file under a sub-folder with space in their folder name. Like this:
H:\
autorun.inf
FOLDER NAME 1
file.exe
FOLDER NAME 2
...
3
votes
1answer
76 views
Autorun.inf on a usb can you get it to run a pdf?
I've done some research all over the net, I guess I am just looking for conformation.
Due to how Microsoft has put security on autorun in vista and above. Autorun from a usb no longer works. ...
3
votes
4answers
752 views
Hide main form C# on autorun
I found a realy simple method online that allows me to hide the main form in my application:
Create a console application
Set output type to Windows Forms Applications
This works perfectly when I ...
3
votes
1answer
1k views
How to autorun an application when the Phone is switched ON
Can anyone please give me code or links or concept for running an android application on android device automatically.. whenever the device is switched on, application should start on its own, with ...
3
votes
3answers
2k views
How to auto-run a script
I created a script that will tell me what to wear in the morning based on the weather (ie rain slicker if it will rain, heavy jacket if it will be cold, etc). I have fairly basic programming ...
3
votes
8answers
5k views
How can I run PHP script in certain interval (e.g. once a day)?
I have a php script that reads one file through http(the file is on other domain). I would like to read this file only once or twice a day, instead of connecting to it every time the website is ...
3
votes
5answers
202 views
Helping my users find the installer on the CD
I need suggestions about a setup CD layout for non technical users.
My software is deployed on a CD with a setup.exe bootstrapper and a MSI file. There are also several dependency files used by the ...
3
votes
3answers
819 views
How do I Automate Keeping my TortoiseSVN Project Up-to-date?
I am using TortoiseSVN for my Subversion repository held on a USB drive. When I move from one PC to another, is there a way to automatically identify that files are out of date (without using the ...
2
votes
2answers
283 views
Run script with rc.local: script works, but not at boot
I have a node.js script which need to start at boot and run under the www-data user. During development I always started the script with:
su www-data -c 'node /var/www/php-jobs/manager.js
I saw ...
2
votes
4answers
413 views
Auto Run CD With Application written using .net platform
We are building an application on .net, And it is an Image Viewer application uses .net 3.5.
And this application will be on a CD along with other images.
My Question is, is it possible to Auto Run ...
2
votes
2answers
137 views
CD to Auto-Open Webpage
A friend of mine wants to hand out CDs (yes, compact disks) as invitations for a party. When someone puts the CD into their computer, it should automatically load a webpage used for RSVPing to the ...
2
votes
3answers
97 views
Detect whether app was run via autorun.inf or doubleclick in explorer?
i have a win32 api application residing on a usb virtual cd. Is it possible to determine whether it was run by windows executing autorun.inf or by user double-clicking the cd icon in explorer?
...
2
votes
3answers
585 views
How to make a wpf application auto at computer start up programmatic ally?
How to make a WPF application automatically run at computer start up programmatically?
2
votes
0answers
81 views
Autorun for multiple OS
I wold like to know how to create an autorun file so it can run on Windows, Linux and MAC OS and to make it open an SWF file on the begin.
Thanks!!
2
votes
2answers
2k views
autorun.inf: how to get drive letter?
I've added this entry into the context menue of an USB stick via autorun.inf:
[AutoRun]
shell\pageant=Activate SSH Key
shell\pageant\command=PuTTY\pageant.exe PuTTY\davids.ppk
Both ...
2
votes
2answers
1k views
Setup.exe and autorun.inf
I have Visual Studio 2008 project on which I added a Setup Project. It generates all files to install the application correctly.
Now I am trying to add an autorun.inf to the cd, which is supposed to ...
1
vote
1answer
40 views
How to launch VBS script file after download
I am trying to auto launch a vbs script after it is downloaded from the website. What I am working on is a script to will auto launch applications on the local machine. The file is created and updated ...
1
vote
1answer
24 views
Cause a script stored on a flash drive to execute when it is plugged into an OS X system
I'm guessing this can't be done as it would be terrible security, can't even be done in windows 7, but is there a way to make a flash drive automatically preform a function when it is plugged into a ...
1
vote
1answer
86 views
Shortcut in startup folder does not load the right settings for Visual Basic Application
Just recently I've started with Microsoft Visual Basic 2010 Express and I am creating an application which loads a URL into the browser component.
One of the settings that the user is able to ...
1
vote
1answer
56 views
How to start a batch file on USB remove?
I would like to run a batch file on Unplug of a USB Drive.
Using AutoRun.inf we can start a batch file on USB insert.
But not sure how to execute it on USB Remove.
1
vote
3answers
250 views
C++ application autorun on windows boot
I am developing an application in C++ that has an option "autostart". When user set that option, program should change something in Windows to be started by Windows on next Windows boot and user ...
1
vote
1answer
155 views
Problem with autorun: “F:\ is not a valid Win32 application”
I'm having problems with my autorun.inf:
[autorun]
open=setup.msi
It is placed in the root of my CD, along with setup.msi. When I insert the CD, or open it from explorer, I get the message:
F:\ is ...
1
vote
2answers
232 views
Cross platform autorun
I am writing a program in qt that will be installed on a flash drive. I need it to run on several operating systems as soon as it is plugged in. I was thinking I could do this by putting all of the ...
1
vote
2answers
1k views
How to create a autorun file in linux and execute a shell file?
How to create a autorun file in linux which is similar to autorun.inf in Windows in order to execute a shell file ie Following are the requirment
1.Autorun the installer file ./example.sh
When CD is ...
1
vote
1answer
150 views
How to localize autorun.inf?
Has anyone successfully created a single page autorun.inf file? The documentation for *.inf files would suggest that
[autorun]
open="MyApp.exe"
icon=MyApp.exe,0
label=%AppLabel%
action=%AppAction%
...
1
vote
0answers
142 views
Is there any way to add a program requiring Administrator Rights on Windows Vista/Seven to autorun?
My program asks user if he wants it to be added to autorun, and it requires administrator rights to perform its code properly (level is set to "requireAdministrator" through manifest).
However, after ...
1
vote
1answer
179 views
Setting program to be autorun through registry
I have the following code:
http://privatepaste.com/8364a2a7b8/12345
But it only writes "c" (supposedly, conversion to LPBYTE leaves one byte only).
What's the proper way to handle GetModuleFileName ...
1
vote
2answers
562 views
Programmatically run at startup on Linux?
How do I programmatically set an executable on Linux to run when the user logs in?
Basically, the equivalent of the HKCU\Software\Microsoft\Windows\CurrentVersion\Run registry key in Windows.
1
vote
1answer
92 views
Run and terminate a prgram (Python under Windows)
I'd like to create a small script to that basically does this: run program1.exe --> kill program1.exe after n seconds --> run program1.exe again.
I know some basic Python and would read up on this, ...
1
vote
1answer
590 views
windows mobile cab file launch main executable when complete
I am developing a WinMo app, where we are hosting the cab files on our web server, to make deployment to our handhelds easier.
I would like to make the CAB file though, so that when they user ...
1
vote
2answers
65 views
Planning to build windows forms app and need advice
I am a web developer and have very little widows forms development experience, and I want to find really good information on this topic before I start.
I am planning to build a windows forms ...
1
vote
2answers
651 views
how can I automatically run my C# program after a reset on Windows CE?
How can I automatically run my C# program after hard-reset or soft-reset on Windows CE?
1
vote
2answers
771 views
How to sign auto run application in blackberry
I've read the help of eclipse in blackberry development environment about the auto run application that it requires signing.
From where can I get the sign to enable my application to be auto run?
1
vote
4answers
1k views
Blackberry - how to start my own service at phone boot-up?
I want to start my own service implementation when the phone starts?
How to achieve it?
1
vote
1answer
5k views
Auto run appilication while plug in USB drive
Hello
I am trying to find out for auto run application's while plug in my USB pen drive .so is there any way that while i plug in the USB Pen drive it automatically open myappilication.exe ...
1
vote
1answer
125 views
Autorun a CD from Process.Start
What is the closest way to emulate autorunning a CD (or other media, I guess) using Process.Start and ProcessStartInfo?
I've tried obvious things like:
// Just opens the folder
Process.Start("F:");
...
1
vote
1answer
2k views
How to deploy a C# service(.exe) from Install Shield 2009 Premier
I have a service [C# exe] and I can deploy it using Visual Studio Command Prompt window typing "InstallUtil MyService.exe". Now how to do the same thing from Install Shield 2009 Premier(and also start ...
1
vote
3answers
364 views
Write to a CD from .Net
Is there an easy way to write to a CD from .Net? How about creating a multisession CD that autoruns an executable that writes to itself?
1
vote
2answers
2k views
Autorun.inf - publisher not specified
I have the following autorun.inf
[Autorun]
action="Blah, Inc."
open=marketing.exe
icon=blah.ico
label="Blah, Inc."
On Vista, the autorun dialog shows "Publisher not specified". How do I specify a ...
1
vote
2answers
4k views
How do I autorun an application in a terminal in Ubuntu?
I've created a few autorun script files on various USB devices that run bash scripts when they mount. These scripts run "in the background", how do I get them to run in a terminal window? (Like the ...
0
votes
1answer
14 views
Computer overriding autorun behaviour of CD?
I'm hoping this isnt too much of a problem, but I want to make sure.
I'm creating an autorun CD that when put in, will launch a Flash Video with links for customers to navigate through.
I've created ...
0
votes
1answer
47 views
Auto installation of flash player
In my .NET based windows application I am using a flash component.
When installing my application on another system I want to automatically install flash player. Is this possible? How can I ...
0
votes
0answers
43 views
How to autorun a piece of software from a CD/DVD on Windows 7?
I want my software to run automatically from a CD/DVD with no user interaction whenever the user puts the CD/DVD into the drive. As far as I know autorun should still work with Windows 7, they just ...
0
votes
0answers
71 views
Download/Copy folders from USB to desktop using flash file
I want to download/copy folders from a USB to user's desktop using a flash file.
Is it possible to download/copy whole folder(with all files in it) to user'desktop? or i can only download/copy files?
...