Click here to Skip to main content
15,921,212 members
Home / Discussions / C#
   

C#

 
QuestionWindowses in C# Pin
Stanciu Vlad27-Oct-05 6:30
Stanciu Vlad27-Oct-05 6:30 
AnswerRe: Windowses in C# Pin
enjoycrack27-Oct-05 10:22
enjoycrack27-Oct-05 10:22 
AnswerRe: Windowses in C# Pin
Stanciu Vlad27-Oct-05 21:39
Stanciu Vlad27-Oct-05 21:39 
Questionproblem aborting a thread on shutdown Pin
Dan Neely27-Oct-05 6:01
Dan Neely27-Oct-05 6:01 
AnswerRe: problem aborting a thread on shutdown Pin
Dan Neely27-Oct-05 7:45
Dan Neely27-Oct-05 7:45 
QuestionBinary Serialization & Webserver Pin
Gilad Kapelushnik27-Oct-05 5:45
Gilad Kapelushnik27-Oct-05 5:45 
QuestionInstaller for C# app Pin
Xiangyang Liu 刘向阳27-Oct-05 5:40
Xiangyang Liu 刘向阳27-Oct-05 5:40 
AnswerRe: Installer for C# app Pin
Joshua Quick27-Oct-05 7:17
Joshua Quick27-Oct-05 7:17 
You can edit the built MSI file using Microsoft's Orca program. Orca comes with the Microsoft Windows Software Development Kit. Here's the link.
http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en[^]

(I know it's a huge download just to get 1 little program, but I don't know how else to get it.)

Once you've installed Orca, you can right click on your MSI file and choose "Edit with Orca".

From there it'll display all of the MSI's innards like a database. Select the Property table and then right click on the right pane (on any row) and then select Add Row. Set the property name to "ALLUSERS" and its value to "1". This will make your installer install for everyone by default.

Now, I've noticed that in the RadioButton table that there are two rows named FolderForm_AllUsers. I've never played with these options before, but it looks like this is where you want to experiment with changing the installers behavior.

I hope this helps. Let me know if it works out for you.
GeneralRe: Installer for C# app Pin
Xiangyang Liu 刘向阳27-Oct-05 8:12
Xiangyang Liu 刘向阳27-Oct-05 8:12 
GeneralRe: Installer for C# app Pin
Xiangyang Liu 刘向阳27-Oct-05 10:32
Xiangyang Liu 刘向阳27-Oct-05 10:32 
GeneralRe: Installer for C# app Pin
Joshua Quick27-Oct-05 10:51
Joshua Quick27-Oct-05 10:51 
GeneralRe: Installer for C# app Pin
Dave Kreskowiak27-Oct-05 14:25
mveDave Kreskowiak27-Oct-05 14:25 
QuestionC# Best approach to a windows form application Pin
spookas27-Oct-05 5:09
spookas27-Oct-05 5:09 
QuestionAssembly not found in release mode Pin
cppdotnet27-Oct-05 4:51
cppdotnet27-Oct-05 4:51 
AnswerRe: Assembly not found in release mode Pin
Matt Newman27-Oct-05 5:01
Matt Newman27-Oct-05 5:01 
AnswerRe: Assembly not found in release mode Pin
enjoycrack27-Oct-05 6:53
enjoycrack27-Oct-05 6:53 
GeneralRe: Assembly not found in release mode Pin
cppdotnet27-Oct-05 7:37
cppdotnet27-Oct-05 7:37 
GeneralRe: Assembly not found in release mode Pin
Dave Kreskowiak27-Oct-05 8:27
mveDave Kreskowiak27-Oct-05 8:27 
QuestionEvents over .Net Remoting Pin
Mikke_x27-Oct-05 4:47
Mikke_x27-Oct-05 4:47 
AnswerRe: Events over .Net Remoting Pin
Tom Larsen27-Oct-05 9:33
Tom Larsen27-Oct-05 9:33 
GeneralRe: Events over .Net Remoting Pin
Mikke_x27-Oct-05 9:57
Mikke_x27-Oct-05 9:57 
GeneralRe: Events over .Net Remoting Pin
Tom Larsen28-Oct-05 4:48
Tom Larsen28-Oct-05 4:48 
QuestionShared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 4:24
budidharma27-Oct-05 4:24 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Jeason Zhao27-Oct-05 4:30
Jeason Zhao27-Oct-05 4:30 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Matt Newman27-Oct-05 5:14
Matt Newman27-Oct-05 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.