... That solves this issue. I still don't quite understand why the two remove methods differ. Nevertheless: Thanks a lot, Dennis! best regards Werner...
Hi, Hopefully you have got your conditional dialogs working, if not I should point out I have updated my example (only in the html page online), it was not...
Hi, ... Luckily I could reproduce the problem and I have now fixed it, download a new MAKEMSI from the group's file area. Bye, Dennis -- Dennis Bareis...
Just making sure: The FilteredLog.TXT file shows validationg messages that have been ignored and removed from the console output, is that correct? (I'm trying...
Hi, ... Yes, so you should see files containing the full validation output and that once will have the same or (much more likely) less. ... Notice the fix in...
Hi, ... Always good to know the version. ... If you have sent them they are nowhere in site. Maybe best to upload to the MAKEMSI group area if less than 5...
... Thanks for checking. I'd sent them to the gmail account given on the Feedback and Support page. The file set now in the group area includes the .dbg.txt...
Hi, ... They didn't get to me and were not held up by the spam filtering, I'd bet a fair bit of money you didn't "fix up" the email address. ... You didn't...
Hi all! This time, the condition I set does not seem to evaluate as expected (or not at all). I defined the following custom action with the public properties ...
... I've uploaded to the groups area the body (only) from the message in my Sent Items folder. Perhaps you can spot the delivery problem there. ... You're...
... I think I found the solution. To access the Properties in Orca, the "[" and "]" have to be omitted: Installed and REMOVE~="ALL" And (!feat1 = 3) And...
First, forgive my ignorance, but as I read through all the documentation, I figured I'd see if what I want to do can be accomplished before going forward...
Hi, ... This is a handy page: http://makemsi-manual.dennisbareis.com/how_to_use_this_documentation.htm And personally I use the index more than anything else. ...
In a DialogEntry/Textfield I store my values in public properties which get persisted. This works great during install time, but if MODIFY type is choosen, it...
Hi, ... As its you persisting the properties I can't see what you have done without code. Please send a self contained test case and explain the process to ...
Hi, ... I have now created this (simple) tool, have a look at: http://makemsi-manual.dennisbareis.com/regular_expression_tester.htm Bye, Dennis -- Dennis...
Hello, I packed a TryMe test case together which shows the persist property problem. The following steps should reproduce the problem (also included in the...
Hi, ... No user dialog gets displayed at all, its created but not linked to. I quickly fixed it for install but not modify. I'm out of time now. Please send...
Hello, ... I rechecked the provided MSI setup and it shows the user dialog, but in the dialog "Choose Setup Type" you have to choose "Custom" instead of...
... Did a bit more research and that only causes reevaluation of the condition, but the issue would appear that Windows Installer won't reinstall the...
Hi, My installer creates a scheduled task, and this works beautifully. The code for it is below. VPWUSERNAME and VPWPASSWORD are collected in dialogs. What I...
Hi ya, ... If you haven't already looked that this page you probably should: http://makemsi-manual.dennisbareis.com/msihiddenproperties.htm ... First off you...
Hi Dennis, Yes, I've experimented with all of these approaches, but haven't quite figured out the correct set of conditions. Here is the problem I am trying to...
Hello list, for everyone having the same trouble I had to disable the Modify maintenance mode, I post my solution, which involves MSI table manipulation. My...
Hi, is there a way read from a property the current state of the UI sequence? e.g. if the user is in the Browse Dialog of the CustomizeDlg, the property should...
Hi, ... You can use the WI "UPGRADINGPRODUCTCODE" property to see if you are being removed because of an upgrade, your issue here being that your version 1.0...
Hi, ... I know of none that WI supplies, if there were one you'd have to find it in its documentation: http://msdn.microsoft.com/en-us/library/aa372866.aspx It...
Hi, I tried to rebuild the "browse" Dialog/Action and it shows up, but does not execute if clicked on it. Instead the MSI Error 2812 "The event [2] is not...