Ok Im not what you'd call programing iliterate but Im not a software guru......Is there a jumpstart that someone could turn me onto about how to use makemsi?...
Hi, ... I'd hope you have found this page in the manual: http://users.cyberone.com.au/dbareis/makemsi/quickstart.htm And the other major section you'd be...
Hi Why is the GDIPlus merge module putting files in my root directory? I assume I'm missing some options but I don't know what they might be. I want to...
Hi Dennis, I'm trying to create several services using Components and ServiceInstall. The service exceutable identifies itself by looking at its executable...
Hi, ... Please in future at least indicate which line fails (and its not obvious whether the file command incorrectly spans onto a second line) and what the...
I'm sorry for not adding extra info. I had been trying to truncate my problem to its smallest form. It worked perfectly after removing the directory in my...
Hi, Dennis My name's Jeannie Shin, I'm a software tester, Recently I found out about your makemsi and I'm trying to learn and make my own setup program. I have...
... Windows Installer does not have a directory search mechanism. although it can search for files. It can also read registry if you know where these locations...
Hi folks, I've been playing around with makemsi for the last couple of days as I need to create an installer to deploy a webapp. It's a multi-part installation...
Hi, ... I just created this code (also attached) which I will add to the manual: ;--- If we find the file "*.ReleaseNotes.rtf" then we create a dialog for it...
... Windows Installer doesn't provide any mechanism to return a return code, so you'd need to create your own wrapper (but remembering that a deferred custom...
Hi, So... I'm now embedding a bit of vbscript and using this to kick off the jdk installer and get back the return code, which is written to a file for...
Don't know VB, but does 'ReturnCode' need a 'Set'? -- gl ... From: rcgeorge23 To: makemsi@yahoogroups.com Sent: Friday, May 19, 2006 2:14 PM Subject: [makemsi]...
Hi, ... It is saying that a variable is undefined, so you are looking for something you haven't declared. If you had made use of the "CaDebug()" routine (which...
Hi, ... You can't "nest" windows installer installations like this. If you still want to run this as is the CA must be of type "immediate" and its scheduling...
Hi, ... OK, this is what I've done: 1. Install ORCA (http://users.cyberone.com.au/dbareis/makemsi/orca.htm) 2. Open an MSI in Orca 3. Click on "Control" table ...
Hi, Dennis Thank you so much for such a quick and detailed answers, For now I've decided to add a new dialog after "UserRegistrationDlg" This new dialog will...
Ah, you're right ;o) I need to kick off 3 different msi installations in sequence, so I now think I'm going to just get makemsi to unpack everything into a ...
Hi, Dennis Thank you so much! The code line you wrote works great, I didn't know that I could create a directorytree key with registry property(which is...
Hi, I'm too busy to look at code but have a look at: http://users.cyberone.com.au/dbareis/makemsi/twin_dialogs.htm It sounds like your only issue is the...
hey; no this wasn't waht I was looking for. I already have a batch script that installs and preforms the commands I require. if I was to use this method. I was...
Hi, Sounds like you've done all the hard work, the rest is easy... Look at the installed "Tryme" samples for working code which installs files, registry and...
Dennis, I just want to state that I think MakeMSI is a terrific product. A few months ago I introduced MakeMSI to the company I work for, and it is now our...