Hello,
Do you plan to release this feature in the nearest future or just some day?
I'm afraid this will not be in the nearest feature. Can you tell us if you need just a table editor feature for this or do you want a GUI feature for editing transforms?
Unfortunately, the related action is not added by default within our predefined or standard action list. You can add the related standard action using our
"Table Editor" page (i.e. you can add it in the "InstallExecuteSequence" table).
The other moment is Custom Action panel. Standard CA are not visible in Installation Sequence. It could be adjusted only from "InstallExecuteSequence" DirectTable. It would be nice to have additional "Show" option in CA panel. Something like "Advanced", where all install sequence will be visible Custom and Standard. It is just a proposal.
In order to show a standard action in the
"Custom Action" page you can use the "Show Standard Action" context menu option or the [Show Standard Action] toolbar button.
The other proposal would be to add some feature for installing/removing certificates. Quite often i need to create MSI package for driver silent installation. Everything is fine until drivers came digitally unsigned. It is not possible to install unsigned drivers silently on Windows 7. In this case I create certificate, sing with it drivers, import certificate using CustomAction to the target system and silently install drivers. Of course I could use CA, but it would be nice to have separate panel for this task.
I'm afraid I don't fully understand what you mean. Can you give us more details about this (maybe exemplify)?
Merge Module related. Using InstEd have exported 3 tables: ModuleComponents.idt, ModuleDependency.idt, ModuleSignature.idt. Trying to import them into AI receive error message "A table with this name already exists or it's a Windows Installer predefined table." But there are no such tables in predefined table list. This is surely a bug. Do you plan to fix it?
It seems we don't support this. Can you please tell us why do you need to import this tables?
Could not find where I could specify COMPANYNAME and USERNAME properties. I'm not able to add it to Direct Table either in Properties panel. AI showing error messages this property name is reserved, but why couldn't I modify it? The point is I need to create MSI packages for silent deployment and I'm not allowed to pass this properties in install command lines. These properties should be specified in package. Same situation with LIMITUI, REBOOT and ROOTDRIVE properties.
In order to achieve this you can add, from "Custom Actions" page, a
"Set installer property" custom action like this:
- Property: COMPANYNAME
Formatted: MY_COMPANY_NAME
All the best,
Daniel