Frustrating problems with a transform!
Hi Folks,
I'm having a bit of an issue with a transform I've created. Basically, I've received a vendor msi and the only real change (apart from customising a few dialogs) I have to make is to enter a different URL to the one in the vendor msi. So I created a transform specifying the new url and applied it to the msi. The problem is that the msi refuses to accept this and keeps defaulting to its own URL.
As an aside, I also tried editing the original msi with Orca and substituting my URL for the default but that didn't work either [:@]
Am I missing something painfully obvious here or can anyone offer some advice?
I'm having a bit of an issue with a transform I've created. Basically, I've received a vendor msi and the only real change (apart from customising a few dialogs) I have to make is to enter a different URL to the one in the vendor msi. So I created a transform specifying the new url and applied it to the msi. The problem is that the msi refuses to accept this and keeps defaulting to its own URL.
As an aside, I also tried editing the original msi with Orca and substituting my URL for the default but that didn't work either [:@]
Am I missing something painfully obvious here or can anyone offer some advice?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
17 years ago
Run your install with verbose logging (add '/L*v [path_to_and_name_of_log_file]' to the MSIExec command line) and see where the property is being changed. Better yet, if your authoring tool has a debug option, run the MSI there with a watch on the property. As soon as it changes, you'll be able to see which action was responsible.
Posted by:
Masterchief
17 years ago
Posted by:
anonymous_9363
17 years ago
Posted by:
Masterchief
17 years ago
Posted by:
nheim
17 years ago
Search the log for the exact action, where the property gets overwritten.
Then load the MSI into ORCA and search this action in the 'InstallExecuteSequence' table.
Most likely, it will call a line from the 'Custom Action' table. Go there and have a look.
Maybe its just a simple one. However, copy the CA and paste it here, so we can have a look at it.
Regards, Nick
Then load the MSI into ORCA and search this action in the 'InstallExecuteSequence' table.
Most likely, it will call a line from the 'Custom Action' table. Go there and have a look.
Maybe its just a simple one. However, copy the CA and paste it here, so we can have a look at it.
Regards, Nick
Posted by:
anonymous_9363
17 years ago
Posted by:
kardock
17 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.