Click here to Skip to main content
15,917,177 members

Comments by mrukr (Top 22 by date)

mrukr 19-Jan-15 17:42pm View    
well i use other msi created from old vs etc vs 2008 etc my remote application install locally .however whatever msi package i build on vs2012 wont install remote getting 1603 as msi failed.
yeah so after msi is ready to install

Wix is free?
mrukr 19-Jan-15 17:02pm View    
i use this to run remote install old msi and it works
but my msi from vs 2012 dont work using below:
psexec \\remotecomputer -u Domain\Username -p Password msiexec.exe /i "\\networkservername\sharename\my.msi" /quiet /norestart

so this got me to think that error messages while deploying should be fix .

any ideas guys?
mrukr 26-Nov-14 12:23pm View    
For Each col As DataColumn In item.Columns
If col.ColumnName.EndsWith("Upd") Then >>>>>THIS WORKS


>>>then if I want to use that first column with UPD and get its data???how do I do this If item.Rows(0).Item(4) = True Then
mrukr 26-Nov-14 12:19pm View    
test1Upd
test2Upd
exam3Upd
(all of these columns are check box)
If each box are check then its yes or true,..

So how do I get it to read the fields that have UPD and also if its check or not?
mrukr 21-Nov-14 12:12pm View    
How can I remotely install and uninstall msi file on different pc on a network using PsExec etc in vb.net