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...
Show off your group to the world. Share a photo of your group with us.

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 2262 - 2293 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2262
After reading the doco, I'm still noch really sure, how the seq(uence) timing works. So, if I have: Seq="RegisterMIMEInfo-WriteRegistryValues" Does this mean,...
werner.heinsohn
Offline Send Email
Sep 1, 2008
12:40 pm
2263
Hi, ... YES. Also the chosen location will be as close to "RegisterMIMEInfo" as possible. ... Yes and this wwould also work: Seq="<-WriteRegistryValues" Which...
Dennis Bareis
dbareis
Offline Send Email
Sep 1, 2008
9:26 pm
2264
In the install process I add a printer connections via registry entries. To ensure the proper installation of a printer (without a reboot) with that newly...
werner.heinsohn
Offline Send Email
Sep 2, 2008
1:48 pm
2265
As added information ORCA shows the following information: ServiceControl: spooler Name: spooler Event: 51 Arg: Wait: 1 Component_: Comp_redmon The Event with...
werner.heinsohn
Offline Send Email
Sep 2, 2008
2:07 pm
2266
Hi, Things to check: 1. See if the event log (check app and system) for related messages, perhaps the msi is trying to start the spoller but failing. 2. You...
Dennis Bareis
dbareis
Offline Send Email
Sep 2, 2008
10:42 pm
2267
When I run my MakeMSI-created MSI, I often get the window: Files in Use: Some files that need to be updated are currently in use. It lists several open...
Ron Goodman
whatisrsi
Online Now Send Email
Sep 9, 2008
10:29 pm
2268
Hi, I don't know too much about the mechanism except the dialog (if it appears) may not show up if it can't determine the application that has a file in use. ...
Dennis Bareis
dbareis
Offline Send Email
Sep 9, 2008
10:44 pm
2269
Thanks for the reply. You may have misunderstood part of my question. I don't want to kill any programs because none of them actually need to be closed for my...
Ron Goodman
whatisrsi
Online Now Send Email
Sep 13, 2008
8:27 pm
2270
Hi, ... Just like to lay out the options, also others see the messages and this may help them. ... After I sent the message I found this: ...
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2008
9:26 pm
2271
Hi all I'm new to MakeMSI and still trying to learn how everything works. Right now, I'm struggling to figure out how to use the input from install time user...
eduard.kriegler
Offline Send Email
Sep 17, 2008
9:23 am
2272
Hi, I don't have time to look at this now but this example from the doco is close to what you need to do. To use a property Window Installer forces us to do...
Dennis Bareis
dbareis
Offline Send Email
Sep 17, 2008
10:08 am
2273
Thank you Dennis! Your example solved my problem. For future reference, this is how I've changed my MM script: #data "dDBNAME" "Database" "[DBNAME]" #data ;---...
eduard.kriegler
Offline Send Email
Sep 17, 2008
11:23 am
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
Messages 2262 - 2293 of 2612   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