Search the web
Sign In
New User? Sign Up
makemsi · Build or Update MSI Databases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2310 - 2340 of 2618   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2310
... That solves this issue. I still don't quite understand why the two remove methods differ. Nevertheless: Thanks a lot, Dennis! best regards Werner...
werner.heinsohn
Offline Send Email
Nov 3, 2008
8:21 am
2311
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 4, 2008
9:40 pm
2312
Hi, if I use the parameter SameLine="Y" in my DialogEntry, my project does not compile and exits with the error "Unknown Variable". If I change the...
werner.heinsohn
Offline Send Email
Nov 7, 2008
12:24 pm
2313
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 7, 2008
9:30 pm
2314
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...
dancingguy2000
Offline Send Email
Nov 8, 2008
3:41 pm
2315
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 8, 2008
9:04 pm
2316
... I'm using 8.298. ... and what you think is wrong, I'll have a look. Thank you, Dennis. I'll send the files to your email address....
dancingguy2000
Offline Send Email
Nov 10, 2008
2:42 am
2317
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 11, 2008
6:37 am
2318
... 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...
dancingguy2000
Offline Send Email
Nov 11, 2008
7:10 am
2319
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 11, 2008
8:45 am
2320
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 ...
werner.heinsohn
Offline Send Email
Nov 11, 2008
3:28 pm
2321
... 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...
dancingguy2000
Offline Send Email
Nov 11, 2008
3:32 pm
2322
... 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...
werner.heinsohn
Offline Send Email
Nov 11, 2008
4:07 pm
2323
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...
boxer_boys
Online Now Send Email
Nov 13, 2008
6:43 am
2324
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. ...
Dennis Bareis
dbareis
Offline Send Email
Nov 13, 2008
7:22 am
2326
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...
werner.heinsohn
Offline Send Email
Nov 14, 2008
4:11 pm
2327
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 ...
Dennis Bareis
dbareis
Offline Send Email
Nov 14, 2008
7:40 pm
2328
Hi, ... I have now created this (simple) tool, have a look at: http://makemsi-manual.dennisbareis.com/regular_expression_tester.htm Bye, Dennis -- Dennis...
Dennis Bareis
dbareis
Offline Send Email
Nov 15, 2008
6:05 am
2329
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...
Werner Heinsohn
werner.heinsohn
Offline Send Email
Nov 17, 2008
8:51 am
2330
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 18, 2008
9:02 pm
2331
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...
werner.heinsohn
Offline Send Email
Nov 19, 2008
8:14 am
2332
... 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...
Dennis Bareis
dbareis
Offline Send Email
Nov 20, 2008
2:14 am
2333
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...
Kevin Keane
ipakleppa
Offline Send Email
Nov 24, 2008
12:15 pm
2334
Hi ya, ... If you haven't already looked that this page you probably should: http://makemsi-manual.dennisbareis.com/msihiddenproperties.htm ... First off you...
Dennis Bareis
dbareis
Offline Send Email
Nov 25, 2008
8:28 am
2335
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...
Kevin Keane
ipakleppa
Offline Send Email
Nov 25, 2008
11:18 am
2336
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...
werner.heinsohn
Offline Send Email
Nov 25, 2008
1:54 pm
2337
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...
werner.heinsohn
Offline Send Email
Nov 25, 2008
4:30 pm
2338
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 25, 2008
9:30 pm
2339
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...
Dennis Bareis
dbareis
Offline Send Email
Nov 25, 2008
9:39 pm
2340
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...
Werner Heinsohn
werner.heinsohn
Offline Send Email
Nov 26, 2008
2:51 pm
Messages 2310 - 2340 of 2618   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help