Click here to Skip to main content
15,902,492 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionReflection, InvokeMethod, and Method 'Example.My.MyApplication.Main' not found. [modified] Pin
DanGetz20-Jul-08 18:43
DanGetz20-Jul-08 18:43 
QuestionGet current date from other pc Pin
klaydze20-Jul-08 16:35
klaydze20-Jul-08 16:35 
AnswerRe: Get current date from other pc Pin
Navneet Hegde21-Jul-08 0:06
Navneet Hegde21-Jul-08 0:06 
AnswerRe: Get current date from other pc Pin
jzonthemtn21-Jul-08 1:27
jzonthemtn21-Jul-08 1:27 
AnswerRe: Get current date from other pc Pin
Vimalsoft(Pty) Ltd21-Jul-08 3:50
professionalVimalsoft(Pty) Ltd21-Jul-08 3:50 
GeneralRe: Get current date from other pc Pin
klaydze21-Jul-08 14:52
klaydze21-Jul-08 14:52 
AnswerRe: Get current date from other pc Pin
Paul Conrad21-Jul-08 5:40
professionalPaul Conrad21-Jul-08 5:40 
QuestionCreateProcessWithLogonW and msi installer Pin
rogofreew20-Jul-08 12:26
rogofreew20-Jul-08 12:26 
I want to execute an msi package with adequate permissions on XP SP 2 computers that do not have local administrator logged in. Everything is working fine with *.exe, but msi packages do not run.

This is what I have picked up from articles on the Internet and am trying to do:

command = "msiexec.exe /?" 'Even this is not working

           Try
                CreateProcessWithLogonW(user, domain, password, Convert.ToUInt32(1), _
                            command, command, Convert.ToUInt32(0), Convert.ToUInt32(0), _
                            currentDirectory, startupInfo, processInfo)
            Catch ex As Exception
                Console.WriteLine(ex.ToString())
            End Try


There is no exeption thrown, or anything in the System event log on my test computers except messages about The Windows Installer service entered the running state, and stopped state.

Is there anything special I am missing? Pointers in the right direction, or alternative ways to do this would be much appreciated.
AnswerRe: CreateProcessWithLogonW and msi installer Pin
Mycroft Holmes20-Jul-08 15:12
professionalMycroft Holmes20-Jul-08 15:12 
GeneralRe: CreateProcessWithLogonW and msi installer Pin
rogofreew20-Jul-08 20:18
rogofreew20-Jul-08 20:18 
GeneralRe: CreateProcessWithLogonW and msi installer Pin
rogofreew21-Jul-08 2:51
rogofreew21-Jul-08 2:51 
QuestionAll folders from the network Pin
Jodd20-Jul-08 7:10
Jodd20-Jul-08 7:10 
AnswerRe: All folders from the network Pin
Mycroft Holmes20-Jul-08 15:15
professionalMycroft Holmes20-Jul-08 15:15 
QuestionBindingsource.find is missing the first item.! Pin
MAP Tiger20-Jul-08 6:35
MAP Tiger20-Jul-08 6:35 
Questiondataset corrupt Pin
fazeepk20-Jul-08 5:45
fazeepk20-Jul-08 5:45 
AnswerRe: dataset corrupt Pin
Guffa20-Jul-08 6:16
Guffa20-Jul-08 6:16 
AnswerRe: dataset corrupt Pin
Vimalsoft(Pty) Ltd21-Jul-08 3:54
professionalVimalsoft(Pty) Ltd21-Jul-08 3:54 
QuestionQuestion : New Row Pin
zzsoulzz20-Jul-08 5:11
zzsoulzz20-Jul-08 5:11 
AnswerRe: Question : New Row Pin
paas20-Jul-08 5:58
paas20-Jul-08 5:58 
Questionvertical line size is decreased in report Pin
sunil goyalG19-Jul-08 23:20
sunil goyalG19-Jul-08 23:20 
QuestionComboBox add issues! Pin
Dalek Dave19-Jul-08 13:05
professionalDalek Dave19-Jul-08 13:05 
AnswerRe: ComboBox add issues! Pin
Luc Pattyn19-Jul-08 13:22
sitebuilderLuc Pattyn19-Jul-08 13:22 
GeneralRe: ComboBox add issues! Pin
Dalek Dave19-Jul-08 14:02
professionalDalek Dave19-Jul-08 14:02 
GeneralRe: ComboBox add issues! Pin
Luc Pattyn19-Jul-08 14:41
sitebuilderLuc Pattyn19-Jul-08 14:41 
GeneralRe: ComboBox add issues! Pin
Dalek Dave20-Jul-08 3:04
professionalDalek Dave20-Jul-08 3: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.