Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I do the following... Pin
Heath Stewart23-Mar-04 4:54
protectorHeath Stewart23-Mar-04 4:54 
GeneralRe: How can I do the following... Pin
profoundwhispers23-Mar-04 5:08
profoundwhispers23-Mar-04 5:08 
GeneralRe: How can I do the following... Pin
Heath Stewart23-Mar-04 5:26
protectorHeath Stewart23-Mar-04 5:26 
Generalinput a barecode Pin
tonaxxl23-Mar-04 4:18
tonaxxl23-Mar-04 4:18 
GeneralRe: input a barecode Pin
Dave Kreskowiak23-Mar-04 4:26
mveDave Kreskowiak23-Mar-04 4:26 
GeneralRe: input a barecode Pin
tonaxxl23-Mar-04 4:35
tonaxxl23-Mar-04 4:35 
GeneralRe: input a barecode Pin
Dave Kreskowiak23-Mar-04 5:24
mveDave Kreskowiak23-Mar-04 5:24 
GeneralRe: input a barecode Pin
tonaxxl23-Mar-04 16:42
tonaxxl23-Mar-04 16:42 
GeneralRe: input a barecode Pin
Dave Kreskowiak24-Mar-04 0:18
mveDave Kreskowiak24-Mar-04 0:18 
GeneralRe: input a barecode Pin
tonaxxl25-Mar-04 17:25
tonaxxl25-Mar-04 17:25 
GeneralRe: input a barecode Pin
Dave Kreskowiak26-Mar-04 2:28
mveDave Kreskowiak26-Mar-04 2:28 
GeneralRe: input a barecode Pin
tonaxxl26-Mar-04 6:41
tonaxxl26-Mar-04 6:41 
GeneralRe: input a barecode Pin
Apusnaias23-Mar-04 23:27
Apusnaias23-Mar-04 23:27 
GeneralRe: input a barecode Pin
tonaxxl25-Mar-04 17:29
tonaxxl25-Mar-04 17:29 
GeneralRe: input a barecode Pin
cjengler24-Mar-04 0:25
cjengler24-Mar-04 0:25 
GeneralIcons included in EXE Pin
Guinness4Strength23-Mar-04 3:35
Guinness4Strength23-Mar-04 3:35 
GeneralRe: Icons included in EXE Pin
Heath Stewart23-Mar-04 3:45
protectorHeath Stewart23-Mar-04 3:45 
GeneralRe: Icons included in EXE Pin
Guinness4Strength23-Mar-04 4:02
Guinness4Strength23-Mar-04 4:02 
GeneralWeb Service Remote Installation Pin
Braulio Dez23-Mar-04 2:16
Braulio Dez23-Mar-04 2:16 
GeneralRe: Web Service Remote Installation Pin
Mazdak23-Mar-04 2:33
Mazdak23-Mar-04 2:33 
GeneralRe: Web Service Remote Installation Pin
Braulio Dez23-Mar-04 2:40
Braulio Dez23-Mar-04 2:40 
GeneralRe: Web Service Remote Installation Pin
Heath Stewart23-Mar-04 3:25
protectorHeath Stewart23-Mar-04 3:25 
Braulio Díez wrote:
Is it possible ( if the user has enough right on that machine) to install it "remote" ?

Why don't you try it and see? The code to do this is a custom action - a compiled DLL hidden from our prying eyes. Only trying it would tell you.

More than likely, though, it goesn't because it doesn't ask for a machine name for which it gets the remote metabase for IIS (via the "iis://" management request). There's nothing stopping you from creating your own if you know how. The installer solution (using Windows Installer) is not meant to be a production-grade solution. For that, see Wise for Windows Installer[^] (have used it from the beta-testing days with them and love it) or the much more expensive and bloated InstallShield Developer[^].

 

Microsoft MVP, Visual C#
My Articles
GeneralSimple Authentication Pin
mil_an23-Mar-04 1:53
mil_an23-Mar-04 1:53 
GeneralRe: Simple Authentication Pin
Mazdak23-Mar-04 2:03
Mazdak23-Mar-04 2:03 
GeneralRe: Simple Authentication Pin
Dave Kreskowiak23-Mar-04 2:04
mveDave Kreskowiak23-Mar-04 2:04 

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.