Search found 58 matches

Go to advanced search

by prasadus92
Sun Dec 06, 2015 6:47 pm
Forum: Common Problems
Topic: Custom action which writes to HKCU registry hive is failing
Replies: 1
Views: 4467
 
Jump to post

Custom action which writes to HKCU registry hive is failing

Hi, I have a custom action which runs a VB Script to write a registry key under HKCU. The content of the VB Script file is given below: Dim WshShell, bKey, ver, regVal Set WshShell = CreateObject("WScript.Shell") bKey = WshShell.RegRead("HKCR\Outlook.Application\CurVer\") ver = R...
by prasadus92
Fri Nov 13, 2015 5:57 am
Forum: Common Problems
Topic: How to add "Repair" option in Programs and Features for an MSI installer?
Replies: 1
Views: 3486
 
Jump to post

How to add "Repair" option in Programs and Features for an MSI installer?

Hi, I have an MSI installer created using Advanced Installer. But when installed, in Programs and Features window, it's not showing the "Repair" option. Also its not showing the installation size (amount of disk space being used by the installer). Is there any setting for this in Advanced ...
by prasadus92
Mon Nov 09, 2015 4:10 am
Forum: Common Problems
Topic: How to export .reg file from an MSI Package?
Replies: 4
Views: 6083
 
Jump to post

Re: How to export .reg file from an MSI Package?

Thanks Dan for your reply.

It will be really cool if Advanced Installer supports this feature. I look forward for the same.

Thanks
Prasad
by prasadus92
Sun Nov 08, 2015 6:57 pm
Forum: Common Problems
Topic: How to export .reg file from an MSI Package?
Replies: 4
Views: 6083
 
Jump to post

How to export .reg file from an MSI Package?

Hi, I have a MSI created using Advanced Installer for Outlook Add-In. One of our customer is requesting for MSI extracted files to repackage it with an internal installation tool. I tried extracting the MSI and all DLL, XML and config files are extracted without any problem. But customer needs the ....
by prasadus92
Wed Sep 02, 2015 10:36 am
Forum: Common Problems
Topic: Can we use normal VS custom actions instead of WiX custom actions?
Replies: 4
Views: 6042
 
Jump to post

Re: Can we use normal VS custom actions instead of WiX custom actions?

Hi Dan, Thanks for your reply. Is this the same for C# Custom Actions as well? Because I generated a DLL and then it did not show any of its function name under Advanced Installer custom actions section. Whether I am doing something wrong? Below is my code: using System; using System.Collections; us...
by prasadus92
Wed Sep 02, 2015 5:42 am
Forum: Common Problems
Topic: How to pass Windows Installer properties to a WiX C# Custom action?
Replies: 3
Views: 11578
 
Jump to post

Re: How to pass Windows Installer properties to a WiX C# Custom action?

Hi Dan,

Thanks for your reply.

Looks like the documentation that you have mentioned explains about passing a single property as a parameter. I wanted to know if there is a way to pass multiple properties to a custom action.

Thanks
Prasad
by prasadus92
Wed Sep 02, 2015 5:03 am
Forum: Common Problems
Topic: Can we use normal VS custom actions instead of WiX custom actions?
Replies: 4
Views: 6042
 
Jump to post

Can we use normal VS custom actions instead of WiX custom actions?

Hi,


Can we use normal custom actions compiled to a DLL using just Visual Studio (Walkthrough: Creating a Custom Action) instead of WiX custom action?

Is there a limitation or problem in doing this?


Thanks in advance.
Prasad
by prasadus92
Sun Aug 30, 2015 4:31 pm
Forum: Common Problems
Topic: How to pass Windows Installer properties to a WiX C# Custom action?
Replies: 3
Views: 11578
 
Jump to post

How to pass Windows Installer properties to a WiX C# Custom action?

Hi, I need to pass [Installed], [REINSTALL] and [UPGRADINGPRODUCTCODE] to a WiX C# custom action. How to include this in "Action data"? I tried using param1=value1;param2=value2 , but these properties are coming as empty string in my custom action code. If I put some dummy string for param...
by prasadus92
Wed Aug 12, 2015 5:58 pm
Forum: Common Problems
Topic: How to get the details of deployment type (SCCM, GPO)?
Replies: 1
Views: 3222
 
Jump to post

How to get the details of deployment type (SCCM, GPO)?

Hi,

Is there a way to know how an end-user user installs a MSI? I mean its related to deployment methods like SCCM, GPO or any other deployment tool like Desktop Central, Citrix etc. I need this info for installation analytics.

Thanks in advance.
Prasad
by prasadus92
Tue Aug 11, 2015 3:22 pm
Forum: Feature Requests
Topic: Add Office 2016 Apps in the Launch Conditions software list
Replies: 9
Views: 19365
 
Jump to post

Re: Add Office 2016 Apps in the Launch Conditions software list

Thanks Bogdan for your reply.

Regards,
Prasad
by prasadus92
Fri Aug 07, 2015 5:26 am
Forum: Feature Requests
Topic: Add Office 2016 Apps in the Launch Conditions software list
Replies: 9
Views: 19365
 
Jump to post

Re: Add Office 2016 Apps in the Launch Conditions software list

Hi Bogdan,

Any update on this? Whether the release date for v12.4 is finalized?

Thanks in advance.
Prasad
by prasadus92
Wed Aug 05, 2015 11:22 am
Forum: Installer Analytics
Topic: Do I need to purchase the installer analytics additionally if I have Enterprise license
Replies: 1
Views: 50024
 
Jump to post

Do I need to purchase the installer analytics additionally if I have Enterprise license

Hi,

Right now I have enterprise license of Advanced Installer. I would like to integrate Installer Analytics to my installer. Do I need to purchase this additionally?

Thanks
Prasad
by prasadus92
Tue Jul 28, 2015 11:19 am
Forum: Common Problems
Topic: Can a mixed package installer upgrades a old 32-bit installer?
Replies: 1
Views: 3960
 
Jump to post

Can a mixed package installer upgrades a old 32-bit installer?

Hi, Earlier, I had an installer of package type 32-bit. Now due to some requirement, my installer needs to copy separate DLLs depending on some other application's bitness. I am thinking to change my installer's package type as "mixed 32/64-bit matching the platform". But with this change,...
by prasadus92
Fri Jul 24, 2015 11:48 am
Forum: Feature Requests
Topic: Allow users to customize the Update.exe UI
Replies: 5
Views: 7503
 
Jump to post

Re: Allow users to customize the Update.exe UI

Hi Dan,

Are there any updates on this?

Thanks
Prasad
by prasadus92
Wed Jul 22, 2015 6:45 am
Forum: Feature Requests
Topic: Add Office 2016 Apps in the Launch Conditions software list
Replies: 9
Views: 19365
 
Jump to post

Re: Add Office 2016 Apps in the Launch Conditions software list

Thanks Bogdan for your reply.

Prasad

Go to advanced search