Hi, Hopefully you have already worked through: http://makemsi-manual.dennisbareis.com/quickstart.htm The "WrapInstall" command is probably what you want to...
Hi Dennis Have you had any progress with the error file i uploaded. i am not sure if you got my previous email as i think i sent it directly to you instead of...
Hi, ... This is the response I sent on the 29th March: That file shows your "ComSpec" environment variable set to "c:\command.com". This is a problem (which...
Hi, ... See if "c:\autoexec.bat" manipulates "COMSPEC", if it does, it probably shouldn't. Also have a look at: http://www.jsifaq.com/SF/Tips/Tip.aspx?id=21 ...
Hi, ... Sorry but I have spent many days building the documentation I pointed you to. Without actually doing the work I can't do any better. Perhaps someone...
Hi, ... This is the relevant code: <$Property "ProductCode" *Value='GuidMake("ProductCode")'> <$Property "UpgradeCode" *Value='GuidMake("UpgradeCode")'> ...
Hi Dennis, I have gone through wrapinstal commmand documentation page does "wrapinstall" command referering to file wrapinst.mmh file if yes then where do I...
Hi, It sounds like you might be going down the wrong track if you are checking the contents of ".mmh" files (this can help at times but you shouldn't need to)....
Hi Can any one give me inputs for packaging Scan Mail application, this software is to be installed on server to scan the mails in Exchange Server 2005. The...
Hi, ... software is to be installed on server to scan the mails in Exchange Server 2005. ... login dialog box during installation, these logon prompt is to log...
Thanks for your quick response It has lots and lots of info about packaging thanks Dennis Bareis <dbareis@...> wrote: Hi, ... software is to be installed...
This is what i have created a file called me.mm on my desktop with the following content, and whenever I build MSI - Production it ends up saying the error ...
Hi, ... s ... for ... - ... Your problem is the reason I recommend that people begin by changing "tryme.mm" and take a step at a time. "Tryme.mm" works and is...
Will a package made with makeMSI work in Vista? I have a simple MM script that tries to launch a setup.exe after the MSI unpacks and it appears to never launch...
Hi, ... I know of no reason why not. Remember though that Vista has many changes to security and version 4 of Windows Installer. Have you read (particularly...
Hello, First, I have to admit this is the best freeware msi creation tool that I've ever came across. In seconds after install I could make a couple of test...
hello dennis, Can you please help me how to overcome the problems i m facing while wrapping an exe based installer into msi, i was going through your ...
Hi, ... "It doesn't work" doesn't tell me much... ... Sorry don't know what you mean. ... I copied your commands to the end of "tryme.mm" changing exe to ...
Hi, My work uses active directory to deploy in a completely different manner and I have no part of this so I can't say much (maybe someone else will). I can...
Hi Dennis, Thank you for very fast reply. 0. yes, publishing means it is visible in add/remove programs, specifically in "add new programs" link under...
Hello Dennis, I have successfully created my MSI with winrar thanks for your support and help, it works fine when i double click that MSI ...I accept the...
Hi, Try adding an ADVERTISED shortcut (or use my shortcut tryme msi) and see if the same, then click on advertised shortcut. If that works then you obviously...
Hello, ad1. According to your suggestion I've toyed a little with ALLUSERS property. I could see that it changed an installation type from "per machine" to...
Hi, ... Good pick up but I suggest this is probably what was intended: #define WRAPINST_CONDITION_INSTALL <$CONDITION_EXCEPT_UNINSTALL> ... It helps me :-) ...
Hi, ... Have you tried using msis for other products to see how they behave? I don't know how many dialogs are required to configure the deployment but I may...
Hello, Sorry but this line did not work either, the default next screens still popups ... The silent Installation with /s switch works fine ... I have...