I have a Visual Studio 2008 Setup Project that when compiled in the past would generate a Setup.exe in the output directory along with the .msi output file. Now it no longer generates the Setup.exe which I actually do need.
Did I change a project setting without realizing? How do I get it to generate it again?
...
I'm deploying 64bit dlls, exes by setting each component's 64bit component = yes and setting "General Information->Summary INformation Stream->Template Summary = x64;1033". All things are ok, but the produced setup.exe when i run it, from task manager i notice its a 32 bit exe. How to make it a 64bit exe?
Why I wanna do it: In custom a...
Someone asked me this today after a failed file move, and I was not sure what to tell them.
When you build a .NET deployment package you get the setup.exe and the .msi files. I know that the .msi file is needed... but for the setup.exe, is that unique? Meaning, can we just move the .msi file and be fine, or do we need to keep the two to...
in the basic msi project of InstallShield2009Premier, I set the General Information->Summary Information Stream->Template Summary = x64;1033 to make the setup 64 bit.
Now I want to set a vale to registry(by importing a registry), but it goes to HKLM\SOFTWARE\WOW6432Node\Microsoft rather than HKLM\SOFTWARE\Microsoft.
How to access the 6...
Running XP sp3 when i click SDK Setup.exe command line promt comes up and goes away fast and nothing else happens is there a fix for this ?
...
I have a setup.exe exetuable which is built wich an acient Demoshield (I know I must get rid of it, but now is the wrong moment).
When started the setup.exe shows a simple welcome screen.
It works on Windows XP, Vista, 7 (tested with 32 bit OSes).
On several of our machines (Windows 7 Professional 32bit and Windows XP SP3 32 bit) the se...