Re: Editing the setup project script
- From: "Ken Tucker [MVP]" <vb2ae@xxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 18:11:56 -0400
Hi,
You need orca.exe to edit the setup msi. Open the setup msi to
change the FolderForm_AllUsers property to ALL. Orca is part of the windows
installer sdk.
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
Ken
-------------------
"Sathyaish" <Sathyaish@xxxxxxxxx> wrote in message
news:1117044428.806803.128410@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I've written an Add-in for MS Outlook and in Visual Studio .NET 2003, I
also created a setup project to install the add-in. It all works well.
When the user double-clicks on the .msi file to launch the setup,
there's this choice of having the application installed "Just for me"
or for "Everyone" using that computer. I noticed that even when the
user selects "Everyone", the setup script writes the entries for
registering the Add-in with outlook in the Current User hive of the
person who installed it. Ideally, it should be doing that in the Local
Machine hive because it is to apply to every user.
I've searched the setup project files, but I do not see any property
that suggests the registry key where the Add-in will be registered. I
know and I look at the keys manually under
\Software\Microsoft\Office\Outlook\Add-ins.
My question is, is there a way I can edit, or for a start even view the
setup script that the project relies on; the script that has in it
somewhere that if the user selects the "Everyone" option, go to the
registry and do some stuff inside some keys?
.
- Follow-Ups:
- Re: Editing the setup project script
- From: Sathyaish
- Re: Editing the setup project script
- References:
- Editing the setup project script
- From: Sathyaish
- Editing the setup project script
- Prev by Date: DragDrop Quirk!
- Next by Date: Re: [Repost] Thread Questions
- Previous by thread: Editing the setup project script
- Next by thread: Re: Editing the setup project script
- Index(es):
Relevant Pages
|
Loading