- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 01, 2006
02:21 PM
Response Transform Issue
I am having a problem creating a Response Transform for an application that has "hidden" check boxes that are customized (checked) when installing....however, these setting do not seem to be caputured consistantly. How do I get the Response Transform to recognize these custome selections?!?!?!
Thanks! :confused:
Thanks! :confused:
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
1 Reply
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 17, 2006
08:15 PM
Not sure why they would not be captured consistently--like I've said, the transform wizard hooks the property table, and if they change, it should be captured in the transform.
Do you see that it's inconsistently capturing the 'Uncheck' action you're doing? Because this is something I've not tested--this would undefine the property in the property table, rather than changing the value. I'd be interested to see if this was the case.
Can you post an uncompressed copy of the *.msi package? This can be done by using the following command:
msiexec.exe /a package.msi
Do you see that it's inconsistently capturing the 'Uncheck' action you're doing? Because this is something I've not tested--this would undefine the property in the property table, rather than changing the value. I'd be interested to see if this was the case.
Can you post an uncompressed copy of the *.msi package? This can be done by using the following command:
msiexec.exe /a package.msi
