PedroGonalve replied...
Hi,
I'm making a setup project with VS2005 and I need to add my application to
the registry key
to make my aplication start when the windows start.
I need this because I want my application to run as a kiosk, so I don't want
that the user has the oportunity to use other applications or disable the
auto start of my application.
The other option is to add a shortcut in the User's Startup Folder. I
tryied. But the problem is that the user as lot of time before the
application start to mess with the system, inclusive to remove my application
from this folder.
How can I do it?
Thanks,
Pedro Gonçalves
Registry
(1)
Setup
(1)
Project
(1)
Application
(1)
HKEY_LOCAL_MACHINE
(1)
SOFTWARE
(1)
Microsoft
(1)
Windows
(1)
WilliamSulliva replied...
If you check the top of the solution explorer window when you select your
startup project, you will see a number of icons. One of the icons is the
familiar registry icon. You can click on it to open the registry editor.
But what I think you want is to replace explorer.exe as the "shell" for a
particular user. You'll need to do a search to find out how to do this.
Essentially, you have to tell Windows that you want your program to be the
shell program for the user. Once the user logs on, Windows will run your
program. Explorer will not run, so the user can't alt-tab out and mess with
the system.
.NET Framework - Thanks William.But how do I make that change of the explorer?
Asked By PedroGonalve
23-Nov-06 04:57 AM
Thanks William.
But how do I make that change of the explorer? Is it a key in the registry?
Where should I search for information about how to make that substitution of
the explorer with my application?
Regards,
Pedro Gonçalves

VS2008 setup project Registry editor - what variables are available? .NET Framework Hello! I am trying to create an installer that among other activities creates a value under the registry key HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run so that the program would be started when installed application. Also how can I start the program whose path I write to that registry value? One option would be to ask the user to restart the computer so that no good reason. References to relevant documentation are much appreciated. - - Ahti Legonkov Visual Studio .NET Setup Discussions Windows Installer (1) Registry (1) TARGETDIR (1) Msilaunch (1) Aa370889 (1) Atthe (1) Docs (1) Assuming your file is here: http: / / msdn.microsoft.com / en-us / library / aa370889(VS.85).aspx so in the Registry IDE Run key you'd put [TARGETDIR]my.exe or equivalent. There's a tool
Vista Setup Project - Rights Issue .NET Framework Using Vista Ultimate x64 and Visual Studio 2008 SP1 I have a solution with a setup project in it - everything is configured for x86 I have several registry keys created as part of the installer. Two keys are created as REG_SZ Process Begin Process End By default I assign 2 values to the keys in the Registry editor for the Setup Project Process Begin is assigned "#8:30:00 AM# Process End is assigned "#4:55:00
setup project cannot run from CD - error code 2755 .NET Framework Hello, I am using VS2005, and developed a setup project, it run successfully in local disk, but when I burn it to a CDR, and package. The error code is 2755." I tried the 3 kinds of package: 1.In setup file 2. As loose uncompressed files 3.In cabinet file(s), same result. What is file copy process? Does it repro if you double click the MSI on the CD? Setup.exe? Mike Hello Mike, I run msiexec.exe / i D: \ yoursetup.msi / l*v C command line argument. Consult the Windows Installer SDK for detailed command line help. In my setup project, I add a Launch Condition to search the Registry entry-"MSSQLINSTALLED ", if I delete the
VS2008 setup project installation upgrade doesn't remember CHECKBO .NET Framework Okay, here is the scenario. I have a setup project with the Checkboxes (A) dialog and 3 check boxes are enabled. And RemovePreviousVersions is set settings. So I know that the older installs product key can be saved in the registry during install and retrieved by the new installer using a registry launch condition that retrieves a saved ProductID and places it in Property PIDKEY. Which I check boxes were originally checked regardless of how many were actually checked. Visual Studio .NET Setup Discussions Windows Installer (1) CustomCheckA (1) ProductID (1) SetProperty (1) CHECKBOXA (1) Directory (1) TARGETDIR are unconditional internal custom actions to clear them. So you cannot save them in the registry, search for them and restore them on a repair or upgrade. I know of no
Setup project - Use installation path in Registry key .NET Framework Is there a way to use the installation path in a registry key which I want to add when the setup program is run? How? Visual Studio .NET Discussions TARGETDIR (1) MVP (1) Registry (1) Installation (1) Sensitive (1) Wilson (1) Happen (1) Value (1) Create a registry item with the case-sensitive value [TARGETDIR] - - - - Phil Wilson [MVP Windows Installer] Thanks Phil, Do can find a list over all these tags that I can use? Regards, Joachim keywords: Setup, project, -, Use, installation, path, in, Registry, key description: Is there a way to use the