Re: Trouble creating setup file

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



You need a custom action pointing to your executable. In te Condition, put
your property name (it will be uppercase if you have it in a UI, and it must
be uppercase in your condition). However the install won't finish until the
program finishes, which is probably not what you want.
This might help:
http://www.cornerhouse.ca/en/msilaunch.html
and you need to be aware that VS setups do not have all the capabilities you
see in other tools.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Sam Ng via .NET 247" <anonymous@xxxxxxxxxxxxx> wrote in message
news:uZVnzUQYFHA.3712@xxxxxxxxxxxxxxxxxxxxxxx
>I have been strugling to create a setup file for my VS.NET project.
> I have no problem with the deployment process up till setting the
> condition where it should launch the installed application if the checkbox
> is ticked, when the installation process is complete.
>
> can anyone help me solve this? i have been going thru the msdn and i tried
> to create a custom action but i have no idea how tht works either.
>
> this is my first time create a setup file using VS.NET
>
> thanks
>
>
> --------------------------------
> From: Sam Ng
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>5Sv/KJpQAk2a46m3vdF2Fg==</Id>


.



Relevant Pages

  • installer woes (MSI generated by VS.NET 2003)
    ... have custom actions for Setup that are run within the Installer class. ... The Uninstall custom action in the Installer class isn't always called. ... assemblies within that, but it threw a deserialization exception. ...
    (microsoft.public.vsnet.general)
  • installer woes (MSI generated by VS.NET 2003)
    ... have custom actions for Setup that are run within the Installer class. ... The Uninstall custom action in the Installer class isn't always called. ... assemblies within that, but it threw a deserialization exception. ...
    (microsoft.public.dotnet.general)
  • Re: Deployment Proj:CustomAction not loaded when path in customactiond
    ... you've used TARGETDIR in the same way as the above documentation. ... Phil Wilson [MVP Windows Installer] ... > The custom action will fail every time with the message: ... > Here's the section from the msi log file: ...
    (microsoft.public.dotnet.framework.setup)
  • Re: Deployment/Custom Action/Shortcut triggers install
    ... deployment project for my appliation (thick, database driven, ... Installer component in CSharp and calls it on Install/Rollback/ ... my custom action think that is "strange" and bails out... ... the second setup is probably doing a repair... ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Custom Actions during setup
    ... The reason being is I include the installer for SQLExpress in my setup ... Is the "executable" you mentioned a custom exe program you used(as custom ... You can also add a custom action class which use Process. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.vsnet.setup)