Tagged Questions

2
votes
1answer
150 views

How do you add custom menu actions programmatically in SharePoint?

I need to add a custom menu action to a custom content type programmatically in c#. This is because I will not know the URL I need to link to beforehand. The URL to link to will be …
2
votes
3answers
225 views

Run exe after msi installation?

Using Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how to make the msi run the exe it just installed. A custom action? If so please …
0
votes
0answers
30 views

How to develop an outlook 2007 custom action?

I need a custom outlook rule action: "Save the email attachments to DB", for this action the attachments in that email will be automatically saved to DB. I find a topic at MSDN Ou …
0
votes
1answer
37 views

CustomActionData does not seem to be populated or accessable by my vbscript

Ok, this is driving me crazy. I have a CA that needs to know the path of the INSTALLDIR to edit an XML file. So, I set up a set property custom action that sets a property named …
1
vote
2answers
100 views

.NET Deployment project: Custom Action that cancels uninstaller

I have a .NET deployment project. I would like to add a custom uninstall action that checks certain conditions and optionally cancels the uninstallation. Is that possible? As far …
2
votes
1answer
86 views

SharePoint Custom Action on Site Settings Page

I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. It is created using a feature, this is the elements.xml file fo …
0
votes
2answers
159 views

How to execute a WiX Custom Action dll with dependencies

I want to create a CustomAction C# dll that depends on a third party .Net DLL (in this specific case, its MySql.Data.dll). I have the C# custom action dll working with the WiX fra …
0
votes
2answers
98 views

How do you catch the VBScript runtime error: “Object required: ‘Session’ — Developing vbs script for MSI, want to develop on cmd line where Session isn’t defined.

Writing a script for a custom msi installer action. When my script is invoked by an Installer you can get Installer properties via Session.Property("PropName") If you don't invok …
1
vote
1answer
58 views

How to test custom django-admin commands

I created custom django-admin commands But, I don't know how to test it in standard django tests
0
votes
0answers
31 views

Custom Workflow + Custom Action + ASPX For Activating The Workflow

I need to add a custom action to the ECB of all the lists in the site. This Action calls an ASPX page that contains a people picker. After the user selects the people they want, t …
0
votes
1answer
91 views

WiX VC++ Redist SourceFile [CommonFilesFolder]

I'm trying to add the Microsoft_VC90_CRT_x86 merge module to my WiX installer but am having an issue specifying SourceFile. Rather than copying the .msm file within the scope of my …
3
votes
2answers
534 views

SharePoint custom context menu in custom list appears on folders and not just files

I have created a custom list here is the List Template: <ListTemplate Name="CustomDocumentLibrary" DisplayName="Document Library" Description="" …
0
votes
1answer
86 views

Installing a certificate in a .MSI Custom Action doesn’t work properly.

I'm trying to install a certificate in the Local Machine Store in a custom action. The certificate is installed, but when I use it to query AWS, I get this error: Object contai …
0
votes
2answers
76 views

Wix doesn’t remove its files if I remove mine

I have a Wix installer which installs and removes fine if I don't execute my custom actions. But if I do execute them then my custom action does its job, and the uninstall does suc …
0
votes
2answers
48 views

Get Application Directory in the Installer Class

How can I get the directory that an application is being installed to from within the custom installer class? What we are trying to solve is the age old problem of *.config files …

1 2 3 4 next
15 30 50 per page