0

I create a window application package file using VS2010. After completed, i try to run the setup.exe, in the half way of install, windows installer prompt up a message

Windows ® Installer. V 5.0.7600.16385 

msiexec /Option <Required Parameter> [Optional Parameter]

Install Options
    </package | /i> <Product.msi>
        Installs or configures a product
    /a <Product.msi>
        Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
        Advertises a product - m to all users, 

Anything i missing during create a setup project? I'm currently running window 7 32bit

Morvader
  • 2,277
  • 3
  • 30
  • 44
Bubble Bub
  • 593
  • 3
  • 9
  • 28
  • This is usually shown when installing or uninstalling a MSI with an incorrect command line. Do you have custom actions which launch other installers? Also, could you post a link to the installation log so we can take a look? – rmrrm Mar 18 '11 at 09:35
  • Hi Cosmin Pirvu, What means of custom actions which launch other installers? The installion log is from temp folder? – Bubble Bub Mar 18 '11 at 09:57
  • Hi Cosmin Pirvu, in my window application package, I have include third party installer such as winrar, MySQL net connector but it will not run automatically. – Bubble Bub Mar 21 '11 at 00:37
  • Third party packages are usually installed through prerequisites. Perhaps this will help: http://stackoverflow.com/questions/1334436/adding-custom-prerequsites-to-visual-studio-setup-project – rmrrm Mar 21 '11 at 07:46

0 Answers0