|
|
|
Actually I have asked for Windows 8 Desktop App publishing steps. not the windows 8 metro app. you can check app store that antivirus and other types of software are published in windows 8 metro app store as Desktop app which we can not download from app store rather we need to go to that developer's web site to download and install like desktop application. I am looking for any material to publish desktop app in metro app store.
|
|
|
|
|
Here is a blog link[^] that might be helpful.
Hope this helps.
Frazzle the name say's it all
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
John F. Woods
|
|
|
|
|
Thanks a lot. This is what I was looking for. Wonderful job man ... 
|
|
|
|
|
No problem. I just used My BING-foo.
Frazzle the name say's it all
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
John F. Woods
|
|
|
|
|
I have developed an application which uses SetWindowsHookEx to capture keyboard's key stroke and filters some blacklisted words. This works fine in Win7 and Windows8 desktop application.
Now I would like to make a windows 8 metro style app which will also supports same. But in metro app I found that SetWindowsHookEx only capture key events on that application, It can not capture key event of another metro application's or desktop application's.
Can anyone tell me how to overcome this problem ?
|
|
|
|
|
Realistically you can't. Metro apps are designed to run independently and have no knowledge of the other applications that might be installed. This is one of the reasons that communicating between a store app and the desktop is so problematic.
|
|
|
|
|
But if I use SetWindowsHookEx in desktop application then that desktop application can hook key event of all metro application and desktop application as well? Is there any other way to use it using metro application ?
|
|
|
|
|
As far as I can tell, no (well, there could be a way but it would be such a terrible hack and real architectural overkill that I won't suggest it). The desktop version has the full power of the win API at its command, whereas the RT version is highly sandboxed.
|
|
|
|
|
Thank you Mr. Pete O'Hanlon
|
|
|
|
|
|
I may be part of a new small business soon.
The plan at the moment will be to gut the innards of the existing machines, donate used parts, and rebuild with new parts.
The element I've never done before is this: Have enough legal copies of the existing windows operating system(s) so that if/when one computer goes bad, I can gut, reformat, donate, and reinstall another copy on a machine in a legal way that keeps us in good form legally and ethically, without requiring a single-copy purchase; and can do so right there and then on that very day when we need it.
A significant part of this scheme is that we will have real business computers with the apps we need. i.e., minimized crap-ware; quite possibly zero. (Every fully constructed computer that I've seen in the past ten years came preloaded with crapware, to an astounding degree.)
So, what's the stupid way to avoid, and the smart way to proceed, along the path toward...
-- Several (more than 2, less than 15) fully legal copies of windows
-- Clean computers with just the apps we want
-- Ability to reformat and reinstall on a moment's notice.
|
|
|
|
|
C-P-User-3 wrote: -- Several (more than 2, less than 15) fully legal copies of windows Contact Microsoft and discuss the possibility of buying an OEM or multi-user licence.
C-P-User-3 wrote: -- Clean computers with just the apps we want Build them from the ground up, install Windows and add only the software that you require.
C-P-User-3 wrote: -- Ability to reformat and reinstall on a moment's notice. Most manufacturers do it by having a pre-built image which they raw-copy onto the HD of each new system. I'm not sure what other software you need to do this but no doubt MS can help you.
Use the best guess
|
|
|
|
|
+5... a few related notes...
0. I've always done the disk imaging, it really saves a lot of time.
1. I've done the OEM for embedded versions of Windows and it was actually a pretty smooth process to get setup. I imagine it may be a bit more involved for full-blown Windows but at least you know they have a pretty smooth process in place already and they'll get you setup in no time.
|
|
|
|
|
Thanks. I have not actually done this myself, but one of the IT team at my last job showed me how they did it.
Veni, vidi, abiit domum
|
|
|
|
|
Added some notes onto Richard's solution...
|
|
|
|
|
For hardware reasons, I need to go back to Windows 7.
I Put the Win'7 installation DVD into the drive.
The Machine will not boot from the DVD
I Rebooted the machine, did an "F2" and went into the BIOS.
The DVD ROM is supposed to boot first. That's what the BIOS setting says. Nope, Doesn't happen.
Can someone please explain to me how to get Windows 8 to let me boot the Windows 7 installation DVD ?
Or, more to the point, how do I go back to Win'7 ?
|
|
|
|
|
I can't recall where but I read that win8 does not really shut it's self off compleatly. Something to do with fast reboot.
Frazzle the name say's it all
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
John F. Woods
|
|
|
|
|
Yes. Win8 saves the Kernel state to the HDD (if there is enough space), and reloads that on the next boot. Then all that has to be done is create the user state. This allows for quick startup times.
Gryphons Are Awesome! Gryphons Are Awesome!
|
|
|
|
|
Some PCs have F11 key for boot menu.
Also check bios, to see if the splash screen is enabled. disable it. (if you watch lot of porn re-enable it )
Might be worth disabling quick POST (power on self test) to give you more time to intercept boot screen.
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan
That's what machines are for.
Got a problem?
Sleep on it.
|
|
|
|
|
Thank you for your suggestion.
There is no windows 8 driver for this card.
There never will be.
At this moment, the answer appears to be "No, you can't revert".
Once you put windows 8 on a machine, you have to get a screwdriver, and install a new motherboard and hard drive in order to revert back to windows 7.
That's a pretty slick trick they've done, making it impossible to use the BIOS to avoid booting the OS.
Warn your friends about windows 8.
|
|
|
|
|
Yes, I wasn't suggesting you stick with Win8 suggestions were to get your PC to boot to dvd.
You should be able to boot from the windows 8 DVD into Recovery Console (via F8 / dvd setup)
start up Diskpart, typing everything in bold followed by [Return]
diskpart
list disk
select HDD with win8 on it (probably disk 0)
select disk <n>
clean
create partition primary
active
exit
Replace Win8 DVD with Win7, type exit to reboot,
and it should automatically boot to dvd without intervention.
I've removed windows 8 and windows server 2012 this way, so it is possible.
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan
That's what machines are for.
Got a problem?
Sleep on it.
modified 16-Apr-13 17:05pm.
|
|
|
|
|
Where is that documented ?
I have been looking for it, but have never found it.
|
|
|
|
|
Unless you are a Enterprise admin/PC builder/OEM it's unlikely that you find out this info.
Originally there used to be a commercial product called Partition Magic, Microsoft acquired it and some features were assimilated into diskpart. Such as growing and shrinking partitions.
It's been part of Windows recovery tools since 2003
technet.microsoft.com/en-gb/library/cc766465
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan
That's what machines are for.
Got a problem?
Sleep on it.
|
|
|
|