Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Environnement variable in setup package
 

Environnement variable in setup package

I just create a ssis package and I need to deploy it to every office in our business.

The package need to be install in different site anddifferent server. I'd like to create a msi installation package that will install the ssis config file and the dtsx file too. One of my problem is that in my SSIS package I use a environement variable, and I can't find a way to create that environement variable in my setup project.

Any idea howcanIdo this

Steve


Steve
stefor  Wednesday, August 26, 2009 11:12 AM
I'm not sure what a SSIS Package is but i presume it's another flavor of Windows Installer, if so create a Custom Action and in the code of the Install override call
Environment.SetEnvironmentVariable(.....)



http://learnerps-dotnet.blogspot.com/
learnerplates  Wednesday, August 26, 2009 12:29 PM
I'm not sure what a SSIS Package is but i presume it's another flavor of Windows Installer, if so create a Custom Action and in the code of the Install override call
Environment.SetEnvironmentVariable(.....)



http://learnerps-dotnet.blogspot.com/
learnerplates  Wednesday, August 26, 2009 12:29 PM

You can use google to search for other answers

Custom Search

More Threads

• .NET Application Updater - the process cannot access the file
• How to change icon of msi installer package in vs2008 and change user interface screen after creating package for c# projects
• BUG with Clickonce custom updates...
• How to change the order of prerequisites installation
• How do you No-Touch Deploy third party components?
• From Installshield to Click Once
• Adding a shortcut to text file on Start Menu with ClickOnce
• Does VisualStudio always use MSBuild
• Running program on vista machine without using Run as administrator
• Click Once Error on One Computer