Re: Editing the setup project script



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?


.



Relevant Pages

  • Re: lost normal.dot
    ... Or it could be a COM add-in. ... > switch disables Normal.dot, add-ins (templates in the Startup folder), and ... > certain entries in the registry. ... >> Installer to MS for resolution. ...
    (microsoft.public.word.application.errors)
  • Problem with Assembly Binder.
    ... I have a problem with a vsto word add-in. ... the setup was installing everything ok. ... updated custom actions on setup properties. ... Registry keys are ok. ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Making changes to the registry during setup
    ... I think your registry item in the setup project just needs to be name of DBQ ... assuming the database is being installed to the Application Folder. ... Definitive Guide to Windows Installer ...
    (microsoft.public.vstudio.general)
  • Re: Retrieve Information from Setup Application
    ... I ususally store that information in the registry on setup, ... You have to have your installer put it into the registry. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Editing the setup project script
    ... An Everyone install registers in HKLM. ... > I've written an Add-in for MS Outlook and in Visual Studio .NET 2003, ... > also created a setup project to install the add-in. ... > that suggests the registry key where the Add-in will be registered. ...
    (microsoft.public.dotnet.framework.setup)

Loading