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 2276 - 2305 of 2618   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2276
the Problem of ProductName in .VER file I set the value "ProductName" in Chinese (big5 code) as following ; ProductName = ³ò´Ñ«Ê¯«º] (FBOG) The...
sofax92
Offline Send Email
Oct 3, 2008
3:31 am
2277
... The "MsiFormatted <optional_parameters.htm>" parameter is provided to alter this, re-reading a failing command's documentation is one of the suggestions...
Dennis Bareis
dbareis
Offline Send Email
Oct 4, 2008
3:02 am
2278
... quot;. ... to ... manual.dennisbareis.com/minimal_examples_and_why_they_are_important.ht m ... How to use the "MsiFormatted" with .VER file ?...
sofax92
Offline Send Email
Oct 6, 2008
7:13 am
2279
Hi, ... http://makemsi-manual.dennisbareis.com/minimal_examples_and_why_they_are_important.htm ... You code is not failing because of anything in the .ver file...
Dennis Bareis
dbareis
Offline Send Email
Oct 6, 2008
7:51 am
2280
... manual.dennisbareis.com/minimal_examples_and_why_they_are_important.ht m ... as I ... My .ver File is: ...
sofax92
Offline Send Email
Oct 6, 2008
9:38 am
2281
Hi, Please supply all files zipped up in an archive to ensure they arrive intact without any conversions by your or my email clients or web middleware...
Dennis Bareis
dbareis
Offline Send Email
Oct 6, 2008
10:41 am
2282
... Subject: Re: [makemsi] Re: the Problem of ProductName in .VER file Date: Tue, 07 Oct 2008 19:25:53 +1100 From: Dennis Bareis <dbareis@...> ...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2008
8:31 am
2283
Hallo, I have problem to understand the help files, because my English is not so good an new to use makemsi. I should like to create a simple msi file, to...
Wolfgang Rhein (Fa. C...
wolfgang.rhein
Offline Send Email
Oct 20, 2008
6:25 am
2284
... This simple example is installed by MAKEMSI: http://makemsi-manual.dennisbareis.com/tryme_mm.htm ... Explains "features": ...
Dennis Bareis
dbareis
Offline Send Email
Oct 20, 2008
6:37 am
2285
Hello David, i have fix my start problem. Thanks!!! Wolfgang...
wolfgang.rhein
Offline Send Email
Oct 21, 2008
6:16 am
2286
Hello, i have problem to use Registry command with option KeyAction. my script: #( <$Registry HKEY="USERS" Key=".DEFAULT\Control Panel\Desktop" ...
wolfgang.rhein
Offline Send Email
Oct 21, 2008
6:30 am
2287
Hi, Unfortunately I can't change Windows Installer I have to work within its restrictions, break your single command into two commands the FIRST with the...
Dennis Bareis
dbareis
Offline Send Email
Oct 21, 2008
8:37 am
2288
Hi, i need a funtion to set registrkeys by install the component and don't remove by uninstallind. i hope you can help my!!! Bye, Wolfgang ... within its ... ...
wolfgang.rhein
Offline Send Email
Oct 21, 2008
9:44 am
2289
Hi, ... See: http://makemsi-manual.dennisbareis.com/resource_life_cycle.htm Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Oct 21, 2008
10:54 am
2290
Hi, thenks for information. But have you a script sample for helt my to understanding. Bye, Wolfgang...
wolfgang.rhein
Offline Send Email
Oct 22, 2008
6:03 am
2291
Hi, ... As per previous example but (this is one way) adding "Permanent" as in: <$Component "NeverUninstalled" Directory_="<$INSTALLDIR>" ...
Dennis Bareis
dbareis
Offline Send Email
Oct 22, 2008
8:51 pm
2292
Hello, the installer of MakeMSI v08.257 has an "install instructions" button. That opens the MakeMSI manual in the InternetExporer window. Maybe it would be...
werner.heinsohn
Offline Send Email
Oct 23, 2008
3:00 pm
2293
Hi Werner, I modified Dennis' example to be able to use any path/regkey entry I want as a help viewer. It should work if you use it and pass: ...
Mockenhaupt, Christoph
christoph.mo...
Offline Send Email
Oct 23, 2008
3:58 pm
2294
Hi, ... want as ... RegistryRead="Y"> ... I'll have a look at that, I was assuming IE would always be there but if there is a simple way to determine the...
Dennis Bareis
dbareis
Offline Send Email
Oct 24, 2008
5:11 am
2295
Hello MakeMSI Mailing list, I encounter a strange issue here. When trying to add some custom radiobuttons (while using the example from the help file entry of ...
werner.heinsohn
Offline Send Email
Oct 27, 2008
1:19 pm
2296
Hi MakeMSI Mailing list, I'm stuck at the simple task to access varibles set by user input in the dialogs. <$Dialog "<$lng.dlg.archiveuser.title>" ...
werner.heinsohn
Offline Send Email
Oct 27, 2008
4:13 pm
2297
... Sorry, this entry was wrong. Of course, the Label has to have the value "<$MY_USER>". Still, my problem remains in place......
werner.heinsohn
Offline Send Email
Oct 27, 2008
4:23 pm
2298
Hi, I started trying to enter your code but soon gave up. Please provide me with a minimal example of a complete script (for this and the radio button issue)...
Dennis Bareis
dbareis
Offline Send Email
Oct 28, 2008
2:06 am
2299
Hi, I managed to isolate the problem and attached two archives to this message with my minimum examples. They are based on the TryMe sample file and only add a...
Werner Heinsohn
werner.heinsohn
Offline Send Email
Oct 28, 2008
9:19 am
2300
Hi, ... Table. ... Basically the Radio button control requires you to provide a default value for the property so you could add this line: <$Property "ANSWER8"...
Dennis Bareis
dbareis
Offline Send Email
Oct 29, 2008
8:36 am
2301
Thanks for pointing out that the radiobutton issue needs to have a default property defined. Yet, I have a new question about dynamic dialog-based install ...
werner.heinsohn
Offline Send Email
Oct 29, 2008
10:16 am
2302
... in a dialog before I managed to get it to work with the following command: <$Dialog "debug dialog" Insert="anotherCustomDialog" Dialog="DlgTest"> ...
werner.heinsohn
Offline Send Email
Oct 29, 2008
12:17 pm
2303
... The problem is you are missing msi build time time testing (#if) with msi install (run) time testing (feature being installed or now). As MAKEMSI now...
Dennis Bareis
dbareis
Offline Send Email
Oct 30, 2008
12:00 am
2304
Hi, ... You can also simply look at a verbose log as I assume you intend this for debugging purposes: http://makemsi-manual.dennisbareis.com/logging.htm ...
Dennis Bareis
dbareis
Offline Send Email
Oct 30, 2008
12:04 am
2305
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the makemsi group. File :...
makemsi@yahoogroups.com
Send Email
Oct 30, 2008
11:51 pm
Messages 2276 - 2305 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