all groups > dotnet setup > march 2006 > threads for march 15 - 21, 2006
Filter by week: 1 2 3 4 5
Repair removes registry value
Posted by Jonathan Chapman at 3/21/2006 12:58:54 PM
Hi,
I have a registry key that is poopulated with a textbox property from
the installer. When I do a repair the registry key remains but the value is
set to blank. How do I have the installer remember the value that was
entered during the install?
Thanks,
Jonathan
... more >>
Difference between "Everyone" and "just me" setup
Posted by Roberson Ribeiro at 3/19/2006 9:33:56 PM
Hi all,
I don´t know the real difference between "Everyone" and "just me" setup,
because when i re-install with "Everyone" option my exe is duplicated in
control panel, but it doesn´t happen when is "just me" option.
RemovePreviousVersion is set True.
Thanks!
Roberson Ribeiro
... more >>
File installation based on ALL_USERS install
Posted by vikrantca at 3/17/2006 9:26:27 PM
Hello,
I have a setup project in which I want to copy some settings files in the
User Profile\Local App Data\Company Name\Version folder.
The application is installed by logging on as an administrator. So the first
time I install the application - the settings file is copied to respective
fo... more >>
Library not found when running custom action
Posted by Jonathan Chapman at 3/17/2006 2:32:06 PM
Hi,
I have a installer class that uses a library which my install places in
a subfolder called Lib. In my app.config folder I have this path referenced
in the following way
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib"/>
</assembl... more >>
Compatibility problems between frameworks?
Posted by Bergfe at 3/16/2006 4:05:36 PM
I developped an application on the 1.1.4322 framework.
When i tried to test it on a computer with a 2.0 framework, it says that i
don't have the right framework installed. I don't know what to do, since the
version i'm running it on is newer than the recommended version.
I also tried to add th... more >>
How to get data from User Dialog
Posted by Niclas at 3/15/2006 10:46:07 PM
Hi,
I have added a dialog bog to a setup project with some checkboxes. How do I
pick up the result from how these checkboxes were populated in my installer
class ?
Niclas
... more >>
Where is Bootstrap Loader?
Posted by rossu at 3/15/2006 12:50:31 PM
The .Net documentation says I can download a bootstrap setup program that
will install the .net framework silently and then go on to install my msi.
However, Microsoft seems to have re-organized their web site and all the
links to this bootstrap loader no longer work. I have spent a long tim... more >>
Make setup default to 'Everyone'
Posted by SStory at 3/15/2006 12:16:11 PM
I would like the setup to install for 'Everyone' instead of 'Just Me' by
default.
How can I do this?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|