Is there a tool that can edit .idt?
I need to package a very big application, 60,000+ small files using Wise, The job by itself is pretty easy just add the files, add a shortcut and compile. I will probably end up with around as many components as the number of files. I need to edit the component table afterward, Is there a good (prefrerebly freeware) to edit the component table, to change property for each component?
I saw this post http://www.symantec.com/connect/articles/setting-permissions-registry-keys-using-orca-and-excel but when I try to import the modified .idt, I get "not a valid IDT file", and googling on that does not give any clear info.
TIA
I saw this post http://www.symantec.com/connect/articles/setting-permissions-registry-keys-using-orca-and-excel but when I try to import the modified .idt, I get "not a valid IDT file", and googling on that does not give any clear info.
TIA
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
admaai
13 years ago
Posted by:
kardock
13 years ago
Posted by:
anonymous_9363
13 years ago
Your chances of finding a tool are next to zero. I think you'd be better off using the WindowsInstaller.Installer object model for this.
Download the Platform SDK (or whatever Microsoft is calling it this week). In there will be the WI SDK and in there will be a bunch of sample scripts, one of which lists the components in an MSI. It's a short step from there to writing new values into the database.
Download the Platform SDK (or whatever Microsoft is calling it this week). In there will be the WI SDK and in there will be a bunch of sample scripts, one of which lists the components in an MSI. It's a short step from there to writing new values into the database.
Posted by:
AngelD
13 years ago
Posted by:
admaai
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.