Search found 5 matches

Go to advanced search

by pcservtn
Tue May 28, 2019 7:36 pm
Forum: Building Installers
Topic: How to use AI to replicate this Wixproj Target TaskAction
Replies: 5
Views: 3119
 
Jump to post

Re: How to use AI to replicate this Wixproj Target TaskAction

Thanks, Catalin, I'll give this a try. I think I am going to add this to the beginning of the Powershell script to get the correct version number of a DLL that is put on the file system during "Add Resources": $assembly = "C:\{my path to dll}\SPSolutions.SharePoint.ExCM.dll" $ver...
by pcservtn
Thu May 23, 2019 4:12 pm
Forum: Building Installers
Topic: How to use AI to replicate this Wixproj Target TaskAction
Replies: 5
Views: 3119
 
Jump to post

Re: How to use AI to replicate this Wixproj Target TaskAction

Thanks, Catailn. I will email you a zip with my XML file and an explanation of what I need to update in it during the deployment process. Then, you can give me your feedback on the best feature for me to use to update it.

Jeff
by pcservtn
Wed May 15, 2019 10:54 pm
Forum: Building Installers
Topic: How to use AI to replicate this Wixproj Target TaskAction
Replies: 5
Views: 3119
 
Jump to post

How to use AI to replicate this Wixproj Target TaskAction

I'm working on replacing a Wix Msi project with an Advanced Installer project. I've run into a Target in the .wixproj file that looks like this: <Target Name="CreateSolutionInstallerConfigFile"> <Copy SourceFiles="Configuration\Setup\SPSolutions.SharePoint.SolutionInstaller.exe.config...
by pcservtn
Thu Apr 25, 2019 8:48 pm
Forum: Common Problems
Topic: Add/Remove Programs Icon file and TFS build
Replies: 2
Views: 1713
 
Jump to post

Re: Add/Remove Programs Icon file and TFS build

I think I figured this out on my own. In case anyone has this question in the future, here was my problem and the solution. In Visual Studio, the Advanced Installer MSI project cannot have "New Items" or "Existing Items" added to it. So, its not like any other Visual Studio proje...
by pcservtn
Thu Apr 25, 2019 4:10 pm
Forum: Common Problems
Topic: Add/Remove Programs Icon file and TFS build
Replies: 2
Views: 1713
 
Jump to post

Add/Remove Programs Icon file and TFS build

I can't figure out how to configure my Advanced Installer project to use an icon file for Add/Remove Programs when I build on our TFS Build server. I can add the icon file and build fine on my Visual Studio machine because the file is on the local disk. But, I can't figure out how to get that file t...

Go to advanced search