Search Result

Collapse
4 results in 0.0039 seconds.
Keywords
Members
Tags
installer
  •  

  • Access Application Installer with Shortcuts

    Access Application Installer
    This article contains a simple installer I have created and use for distribution of my frontends.


    History
    In the early days, I would install my developed frontends on users computers by simply going by their desktop and copying the frontend over. However when I had to go on paternity leave for 3 months, I needed to make something that would work without my involvement. I came up with...
    See more | Go to post

  • How to fetch MSIHANDLE for the current instance of the installer in Installer class.

    I have a setup project in Visual Studio 2008 with Custom Action class. I have to execute the msi on command line using msiexec /i SetupProject.ms i /qb /l* out.txt command. The task is to write custom messages to the log file. This can be done by MsiProcessMessa ge function from Windows Installer API. To achieve this I have downloaded the C# wrapper class posted on CodeProject.com (http://www.codeproject.com/csharp/msiinterop.asp) that provides a C#...
    See more | Go to post

  • Upgrade application using Setup Deployment Project

    I have a simple vb.net application that I have created a setup project for.The application is a single exe and uses an app.config filem

    My question is, how do I go about upgrading the application whenever I make any updates to my code?

    Within the setup project, I see I can set the installer to automatically remove the old version, but I don't really want to do that since it may overlay my custom settings in my app.config....
    See more | Go to post

  • ruckfules99
    started a topic How to make an installer?

    How to make an installer?

    Hey, I posted a problem for a game i was making in visual basic 6.0 but i found a way to fix it, so if someone could delete it that would be nice.
    http://bytes.com/topic/visual-basic/...lp#post3461820

    Now i have a new problem.... I would like to let other people have my game on their pc's but the problem is....if i play the game on another pc the music files needed for the game to function properly...
    See more | Go to post
Working...